Searched refs:__mempcpy (Results 1 – 3 of 3) sorted by relevance
/stdlib/ |
A D | setenv.c | 197 __mempcpy (__mempcpy (__mempcpy (new_value, name, namelen), "=", 1), in __add_to_environ()
|
A D | canonicalize.c | 74 # define __mempcpy mempcpy macro 256 dest = __mempcpy (rname, name, prefix_len); in realpath_stk() 312 dest = __mempcpy (dest, start, startlen); in realpath_stk() 365 dest = __mempcpy (rname, buf, pfxlen); in realpath_stk()
|
A D | msort.c | 143 tmp = (char *) __mempcpy (tmp, b1, s); in msort_with_tmp() 149 tmp = (char *) __mempcpy (tmp, b2, s); in msort_with_tmp()
|
Completed in 7 milliseconds