Home
last modified time | relevance | path

Searched refs:strncpy (Results 1 – 25 of 67) sorted by relevance

123

/sysdeps/x86_64/multiarch/
A Dstrncpy.c22 # define strncpy __redirect_strncpy macro
24 # undef strncpy
26 # define SYMBOL_NAME strncpy
29 libc_ifunc_redirected (__redirect_strncpy, strncpy, IFUNC_SELECTOR ());
32 __hidden_ver1 (strncpy, __GI_strncpy, __redirect_strncpy)
33 __attribute__ ((visibility ("hidden"))) __attribute_copy__ (strncpy);
A Dstrncpy-c.c3 #define libc_hidden_builtin_def(strncpy) argument
A DMakefile3 sysdep_routines += strncat-c stpncpy-c strncpy-c \
27 strcpy-avx2 strncpy-avx2 \
29 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3 \
30 strcpy-sse2-unaligned strncpy-sse2-unaligned \
62 strncpy-avx2-rtm \
82 strncpy-evex \
/sysdeps/powerpc/powerpc64/multiarch/
A Dstrncpy.c21 # define strncpy __redirect_strncpy macro
28 extern __typeof (strncpy) __strncpy_ppc attribute_hidden;
29 extern __typeof (strncpy) __strncpy_power7 attribute_hidden;
30 extern __typeof (strncpy) __strncpy_power8 attribute_hidden;
32 extern __typeof (strncpy) __strncpy_power9 attribute_hidden;
34 # undef strncpy
38 libc_ifunc_redirected (__redirect_strncpy, strncpy,
A DMakefile23 strncpy-power7 strncpy-ppc64 \
28 strncpy-power8 strstr-power7 strstr-ppc64 \
38 strlen-power9 strncpy-power9 stpncpy-power9 strlen-power10
A Dstrncpy-ppc64.c31 extern __typeof (strncpy) __strncpy_ppc attribute_hidden;
A Difunc-impl-list.c386 IFUNC_IMPL (i, name, strncpy, in __libc_ifunc_impl_list()
388 IFUNC_IMPL_ADD (array, i, strncpy, in __libc_ifunc_impl_list()
393 IFUNC_IMPL_ADD (array, i, strncpy, in __libc_ifunc_impl_list()
396 IFUNC_IMPL_ADD (array, i, strncpy, in __libc_ifunc_impl_list()
399 IFUNC_IMPL_ADD (array, i, strncpy, 1, in __libc_ifunc_impl_list()
/sysdeps/i386/i686/multiarch/
A Dstrncpy.c22 # define strncpy __redirect_strncpy macro
24 # undef strncpy
26 # define SYMBOL_NAME strncpy
29 libc_ifunc_redirected (__redirect_strncpy, strncpy, IFUNC_SELECTOR ());
A DMakefile9 strlen-sse2 strlen-sse2-bsf strncpy-c strcpy-ssse3 \
10 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3 strcpy-sse2 \
11 strncpy-sse2 stpcpy-sse2 stpncpy-sse2 strcat-ssse3 \
A Difunc-impl-list.c242 IFUNC_IMPL (i, name, strncpy, in __libc_ifunc_impl_list()
243 IFUNC_IMPL_ADD (array, i, strncpy, CPU_FEATURE_USABLE (SSSE3), in __libc_ifunc_impl_list()
245 IFUNC_IMPL_ADD (array, i, strncpy, CPU_FEATURE_USABLE (SSE2), in __libc_ifunc_impl_list()
247 IFUNC_IMPL_ADD (array, i, strncpy, 1, __strncpy_ia32)) in __libc_ifunc_impl_list()
/sysdeps/s390/
A Dstrncpy.c22 # define strncpy __redirect_strncpy macro
26 # undef strncpy
37 s390_libc_ifunc_expr (__redirect_strncpy, strncpy,
A DMakefile79 strncpy strncpy-vx strncpy-z900 \
/sysdeps/unix/
A Dgetlogin.c63 strncpy (line.ut_line, real_tty_path, sizeof line.ut_line); in getlogin()
73 strncpy (name, ut->ut_user, UT_NAMESIZE); in getlogin()
A Dgetlogin_r.c60 strncpy (line.ut_line, real_tty_path, sizeof line.ut_line); in __getlogin_r()
/sysdeps/posix/
A Dcuserid.c46 return strncpy (s, pwptr->pw_name, L_cuserid - 1); in cuserid()
/sysdeps/alpha/
A Dstrncpy.S29 ENTRY(strncpy)
85 END(strncpy)
86 libc_hidden_builtin_def (strncpy)
/sysdeps/x86_64/x32/
A Dtst-size_t-strncasecmp.c41 strncpy ((char *) buf1, (const char *) buf2, page_size); in test_main()
A Dtst-size_t-strncpy.c22 IMPL (strncpy, 1)
A DMakefile11 tst-size_t-strncmp tst-size_t-strncpy tst-size_t-strnlen \
A Dtst-size_t-strncmp.c35 # define STRNCPY strncpy
/sysdeps/mach/hurd/
A Dif_index.c46 strncpy (ifr.ifr_name, ifname, IFNAMSIZ); in __if_nametoindex()
189 return strncpy (ifname, ifr.ifr_name, IFNAMSIZ); in weak_alias()
/sysdeps/unix/sysv/linux/
A Dif_index.c47 strncpy (ifr.ifr_name, ifname, sizeof (ifr.ifr_name)); in __if_nametoindex()
245 return strncpy (ifname, ifr.ifr_name, IFNAMSIZ); in weak_alias()
/sysdeps/ia64/
A Dstrncpy.S50 ENTRY(strncpy)
228 END(strncpy)
229 libc_hidden_builtin_def (strncpy)
/sysdeps/i386/
A Dstring-inlines.c95 return strncpy (dest, src, n); in __old_strncpy_byn()
106 return strncpy (dest, src, n); in __old_strncpy_gg()
/sysdeps/s390/s390-32/
A Dstrncpy-z900.S82 strong_alias (STRNCPY_Z900_G5, strncpy)

Completed in 15 milliseconds

123