Searched refs:osrc (Results 1 – 2 of 2) sorted by relevance
32 const char *osrc = src; in strlcpy() local51 return(src - osrc - 1); /* count does not include NUL */ in strlcpy()
34 const char *osrc = src; in strlcat() local55 return(dlen + (src - osrc)); /* count does not include NUL */ in strlcat()
Completed in 3 milliseconds