Searched refs:osrc (Results 1 - 3 of 3) sorted by last modified time

/bionic/libc/upstream-openbsd/lib/libc/string/
H A Dstrlcat.c33 const char *osrc = src; local
54 return(dlen + (src - osrc)); /* count does not include NUL */
H A Dstrlcpy.c30 const char *osrc = src; local
49 return(src - osrc - 1); /* count does not include NUL */
H A Dwcslcpy.c30 const wchar_t *osrc = src; local
49 return(src - osrc - 1); /* count does not include NUL */

Completed in 69 milliseconds