Searched refs:osrc (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/libc/string/
H A Dstrlcpy.c33 const char *osrc = src; local
52 return(src - osrc - 1); /* count does not include NUL */
H A Dstrlcat.c36 const char *osrc = src; local
57 return(dlen + (src - osrc)); /* count does not include NUL */

Completed in 83 milliseconds