Home
last modified time | relevance | path

Searched refs:cleanstrcpy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Ddaemon.c3455 (void) cleanstrcpy(hostbuf, hp->h_name, size);
3483 (void) cleanstrcpy(hostbuf, *ha, size - 1);
3916 cleanstrcpy(&hbuf[6], p, MAXAUTHINFO);
3919 cleanstrcpy(hbuf, p, MAXAUTHINFO);
H A Dmain.c992 cleanstrcpy(ep, p, i);
1001 cleanstrcpy(ep, optarg, i);
H A Dutil.c2425 cleanstrcpy(t, f, l) in cleanstrcpy() function
H A Dsendmail.h2872 extern void cleanstrcpy __P((char *, char *, int));
H A Dreadcf.c3672 cleanstrcpy(p, p, strlen(p) + 1);