Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __builtin_strncpy (0.22 sec)

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

    -#   endif
     #  endif
     # endif
     #endif
     
     
    -/* Copy no more than N characters of SRC to DEST.  */
    -#ifndef _HAVE_STRING_ARCH_strncpy
    -# if __GNUC_PREREQ (3, 2)
    -#  define strncpy(dest, src, n) __builtin_strncpy (dest, src, n)
    -# else
    -#  define strncpy(dest, src, n) \
    -  (__extension__ (__builtin_constant_p (src) && __builtin_constant_p (n)      \
    -		  ? (strlen (src) + 1 >= ((size_t) (n))			      \
    Others
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
Back to top