Searched refs:S_ISREG (Results 1 - 9 of 9) sorted by relevance

/sendmail/libsm/
H A Dmakebuf.c115 if (S_ISREG(st.st_mode) && st.st_blksize > SM_IO_MAX_BUF_FILE)
120 if (!S_ISREG(st.st_mode))
/sendmail/libsmutil/
H A Dsafefile.c93 S_ISREG(st->st_mode))
265 if (bitset(SFF_REGONLY, flags) && !S_ISREG(st->st_mode))
958 S_ISREG(st.st_mode))
/sendmail/smrsh/
H A Dsmrsh.c325 if (!S_ISREG(st.st_mode)
/sendmail/rmail/
H A Drmail.c343 if (!fstat(STDIN_FILENO, &sb) && S_ISREG(sb.st_mode))
/sendmail/mail.local/
H A Dmail.local.c1182 else if (!S_ISREG(sb.st_mode))
1215 !S_ISREG(fsb.st_mode) ||
1385 !S_ISREG(sb.st_mode) ||
/sendmail/include/sm/
H A Dconf.h2682 # ifndef S_ISREG
2683 # define S_ISREG(foo) ((foo & S_IFMT) == S_IFREG) macro
2684 # endif /* ! S_ISREG */
/sendmail/sendmail/
H A Dmci.c1257 else if (S_ISREG(statbuf.st_mode))
H A Ddeliver.c5530 (realfile != targetfile && !S_ISREG(mode)))
H A Dreadcf.c143 if (!S_ISREG(statb.st_mode))

Completed in 574 milliseconds