Searched refs:ST_MODE_NOFILE (Results 1 - 7 of 7) sorted by relevance

/sendmail/libsmutil/
H A Dsafefile.c252 st->st_mode = ST_MODE_NOFILE;
731 if (stb.st_mode == ST_MODE_NOFILE && bitset(SFF_CREAT, sff))
871 if (stb->st_mode == ST_MODE_NOFILE)
/sendmail/libsmdb/
H A Dsmndbm.c525 if ((dir_stat_info.st_mode == ST_MODE_NOFILE ||
526 pag_stat_info.st_mode == ST_MODE_NOFILE) &&
H A Dsmdb1.c488 if (stat_info.st_mode == ST_MODE_NOFILE &&
H A Dsmdb2.c607 if (stat_info.st_mode == ST_MODE_NOFILE &&
/sendmail/include/sm/
H A Dconf.h2748 # define ST_MODE_NOFILE 0171147 /* unlikely to occur */ macro
/sendmail/sendmail/
H A Dmap.c1474 if (std.st_mode == ST_MODE_NOFILE)
1538 if (std.st_mode == ST_MODE_NOFILE &&
2069 if (st.st_mode == ST_MODE_NOFILE)
2105 if (st.st_mode == ST_MODE_NOFILE && fstat(fd, &st) < 0)
H A Ddeliver.c5522 stb.st_mode = ST_MODE_NOFILE;

Completed in 1211 milliseconds