Searched refs:cleanstrcpy (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | daemon.c | 3235 (void) cleanstrcpy(hostbuf, hp->h_name, size); 3263 (void) cleanstrcpy(hostbuf, *ha, size - 1); 3698 cleanstrcpy(&hbuf[6], p, MAXAUTHINFO); 3701 cleanstrcpy(hbuf, p, MAXAUTHINFO);
|
H A D | main.c | 951 cleanstrcpy(ep, p, i); 960 cleanstrcpy(ep, optarg, i);
|
H A D | util.c | 2278 cleanstrcpy(t, f, l) in cleanstrcpy() function
|
H A D | sendmail.h | 2510 extern void cleanstrcpy __P((char *, char *, int));
|
H A D | readcf.c | 2804 cleanstrcpy(p, p, strlen(p) + 1);
|