Home
last modified time | relevance | path

Searched refs:STPNCPY (Results 1 – 4 of 4) sorted by relevance

/string/
A Dstpncpy.c28 #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 Dtest-stpncpy.c31 # define STPNCPY stpncpy macro
38 # define STPNCPY wcpncpy macro
47 IMPL (STPNCPY, 1)
A Dstratcliff.c44 # 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 Dstrxfrm_l.c32 # define STPNCPY __stpncpy macro
679 STPNCPY (dest, src, MIN (srclen + 1, n)); in STRXFRM()

Completed in 9 milliseconds