Home
last modified time | relevance | path

Searched refs:stpncpy (Results 1 – 8 of 8) sorted by relevance

/string/
A Dstpncpy.c31 weak_alias (__stpncpy, stpncpy) in weak_alias() argument
33 # define STPNCPY stpncpy in weak_alias()
A Dtest-stpncpy.c31 # define STPNCPY stpncpy
A DVersions38 stpcpy; stpncpy; strcasecmp; strcat; strchr; strcmp; strcoll; strcpy;
A DMakefile38 mempcpy bcopy bzero ffs ffsll stpcpy stpncpy \
52 memset memccpy stpcpy stpncpy strcat strchr strcmp strcpy \
A Dtester.c284 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 Dstring.h499 extern char *stpncpy (char *__restrict __dest,
A Dstratcliff.c44 # define STPNCPY stpncpy
/string/bits/
A Dstring_fortified.h101 __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