Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __stpcpy_small (0.09 sec)

  1. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    -#    endif
    -__STRING_INLINE char *__stpcpy_small (char *, __uint16_t, __uint16_t,
    -				      __uint32_t, __uint32_t, size_t);
    +# ifndef _FORCE_INLINES
    +#  if _STRING_ARCH_unaligned
     __STRING_INLINE char *
     __stpcpy_small (char *__dest,
     		__uint16_t __src0_2, __uint16_t __src4_2,
    @@ -665,43 +375,7 @@ __stpcpy_small (char *__dest,
         }
       return &__u->__c;
     }
    -#   else
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Sep 18 14:52:45 UTC 2023
    - 42.9K bytes
    - Viewed (0)
Back to top