Searched refs:statbuf (Results 1 - 3 of 3) sorted by relevance

/sendmail/sendmail/
H A Dmci.c1135 struct stat statbuf; local
1147 ret = stat(pathname, &statbuf);
1155 if (S_ISDIR(statbuf.st_mode))
1257 else if (S_ISREG(statbuf.st_mode))
1418 struct stat statbuf; local
1425 ret = stat(pathname, &statbuf);
1433 if (curtime() - statbuf.st_mtime <= MciInfoTimeout)
H A Dutil.c2413 struct stat statbuf; local
2416 if (lstat(pathname, &statbuf) < 0)
2418 if (stat(pathname, &statbuf) < 0)
2427 if (!S_ISDIR(statbuf.st_mode))
2434 if (bitset(S_IWGRP|S_IWOTH, statbuf.st_mode))
H A Dconf.c3316 struct stat statbuf;
3339 if (stat(dir, &statbuf) == 0 && ustat(statbuf.st_dev, &fs) == 0)

Completed in 50 milliseconds