Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. ci/official/containers/ml_build_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 Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Nov 11 19:25:56 UTC 2024
    - 42.9K bytes
    - Viewed (0)
Back to top