Searched refs:sbuf (Results 1 - 5 of 5) sorted by relevance

/sendmail/libsmutil/
H A Dcf.c54 struct stat sbuf; local
66 if (cftype == SM_GET_SUBMIT_CF || stat(cf, &sbuf) == 0)
/sendmail/sendmail/
H A Dheaders.c1122 char sbuf[MAXLINE + 1]; local
1165 sbp = sbuf;
1166 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sbp),
1173 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sbp),
1179 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sbp),
1186 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sbp),
1193 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sbp),
1197 sm_syslog(LOG_INFO, e->e_id, "%.850s, relay=%s", sbuf, name);
1213 sbp = sbuf;
1217 (void) sm_snprintf(sbp, SPACELEFT(sbuf, sb
[all...]
H A Dqueue.c2584 struct stat sbuf; local
2653 if (stat(qf, &sbuf) < 0)
2663 if (!bitset(S_IFREG, sbuf.st_mode))
2694 w->w_mtime = sbuf.st_mtime;
2728 w->w_mtime = sbuf.st_mtime;
H A Dconf.c1268 struct stat sbuf; local
1271 if (fstat(fileno(stdin), &sbuf) < 0)
/sendmail/mail.local/
H A Dmail.local.c1877 struct stat sbuf; local
1899 if (stat(path, &sbuf) < 0)
1901 if (!S_ISDIR(sbuf.st_mode))
1921 else if (stat(path, &sbuf) < 0)

Completed in 49 milliseconds