Searched refs:STPNCPY (Results 1 – 4 of 4) sorted by relevance
/string/ |
A D | stpncpy.c | 28 #ifndef STPNCPY 30 # define STPNCPY __stpncpy macro 33 # define STPNCPY stpncpy in weak_alias() 40 STPNCPY (char *dest, const char *src, size_t n) in weak_alias()
|
A D | test-stpncpy.c | 31 # define STPNCPY stpncpy macro 38 # define STPNCPY wcpncpy macro 47 IMPL (STPNCPY, 1)
|
A D | stratcliff.c | 44 # define STPNCPY stpncpy macro 501 if (STPNCPY (dest, &adr[outer], len) != dest + len in do_test() 505 STRINGIFY (STPNCPY), outer, len); in do_test() 522 if ((STPNCPY (dest, &adr[outer], inner) - dest) in do_test() 527 STRINGIFY (STPNCPY), outer, middle, inner); in do_test()
|
A D | strxfrm_l.c | 32 # define STPNCPY __stpncpy macro 679 STPNCPY (dest, src, MIN (srclen + 1, n)); in STRXFRM()
|
Completed in 9 milliseconds