Searched refs:STPCPY (Results 1 – 3 of 3) sorted by relevance
28 #ifndef STPCPY29 # define STPCPY __stpcpy macro34 STPCPY (char *dest, const char *src) in STPCPY() function
30 # define STPCPY stpcpy macro35 # define STPCPY wcpcpy macro41 IMPL (STPCPY, 1)
43 # define STPCPY stpcpy macro480 if ((STPCPY (dest, &adr[outer]) - dest) != inner - outer) in do_test()483 STRINGIFY (STPCPY), outer, inner); in do_test()
Completed in 6 milliseconds