Searched refs:statb (Results 1 - 2 of 2) sorted by relevance

/sendmail/sendmail/
H A Dqueue.c5958 struct stat statb; local
5966 if (lstat(name, &statb) < 0)
5968 if (stat(name, &statb) < 0)
5977 if (S_ISLNK(statb.st_mode))
5984 if (stat(name, &statb) < 0)
5994 if (!S_ISDIR(statb.st_mode))
H A Dreadcf.c106 struct stat statb; local
137 if (fstat(sm_io_getinfo(cf, SM_IO_WHAT_FD, NULL), &statb) < 0)
143 if (!S_ISREG(statb.st_mode))
149 if (OpMode != MD_TEST && bitset(S_IWGRP|S_IWOTH, statb.st_mode))

Completed in 48 milliseconds