Searched defs:sm_strlcpy (Results 1 - 1 of 1) sorted by relevance
/sendmail/libsm/ | ||
H A D | strl.c | 45 ** if (sm_strlcpy(buf, s, sizeof(buf)) >= sizeof(buf)) 58 sm_strlcpy(dst, src, size) function 277 ** (void) sm_strlcpy(s, ptr->string, sizeof buf - (s - buf)); |
Completed in 191 milliseconds