Searched refs:stpncpy (Results 1 – 8 of 8) sorted by relevance
/string/ |
A D | stpncpy.c | 31 weak_alias (__stpncpy, stpncpy) in weak_alias() argument 33 # define STPNCPY stpncpy in weak_alias()
|
A D | test-stpncpy.c | 31 # define STPNCPY stpncpy
|
A D | Versions | 38 stpcpy; stpncpy; strcasecmp; strcat; strchr; strcmp; strcoll; strcpy;
|
A D | Makefile | 38 mempcpy bcopy bzero ffs ffsll stpcpy stpncpy \ 52 memset memccpy stpcpy stpncpy strcat strchr strcmp strcpy \
|
A D | tester.c | 284 check (stpncpy (one, "abc", 2) == one + 2, 1); in test_stpncpy() 285 check (stpncpy (one, "abc", 3) == one + 3, 2); in test_stpncpy() 286 check (stpncpy (one, "abc", 4) == one + 3, 3); in test_stpncpy() 288 check (stpncpy (one, "abcd", 5) == one + 4, 5); in test_stpncpy() 290 check (stpncpy (one, "abcd", 6) == one + 4, 7); in test_stpncpy()
|
A D | string.h | 499 extern char *stpncpy (char *__restrict __dest,
|
A D | stratcliff.c | 44 # define STPNCPY stpncpy
|
/string/bits/ |
A D | string_fortified.h | 101 __NTH (stpncpy (char *__dest, const char *__src, size_t __n)) in __NTH() 112 size_t __n), stpncpy); 115 __NTH (stpncpy (char *__dest, const char *__src, size_t __n)) in __NTH()
|
Completed in 18 milliseconds