Home
last modified time | relevance | path

Searched refs:__mempcpy (Results 1 – 3 of 3) sorted by relevance

/stdlib/
A Dsetenv.c197 __mempcpy (__mempcpy (__mempcpy (new_value, name, namelen), "=", 1), in __add_to_environ()
A Dcanonicalize.c74 # 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 Dmsort.c143 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