Searched refs:stb (Results 1 - 3 of 3) sorted by relevance
/sendmail/libsmutil/ |
H A D | safefile.c | 693 struct stat stb; local 722 sff, smode, &stb); 725 sff, smode, &stb); 731 if (stb.st_mode == ST_MODE_NOFILE && bitset(SFF_CREAT, sff)) 749 if (filechanged(fn, fd, &stb)) 856 ** stb -- stat structure from before open. 864 filechanged(fn, fd, stb) 867 struct stat *stb; 871 if (stb->st_mode == ST_MODE_NOFILE) 875 if (lstat(fn, stb) < [all...] |
/sendmail/sendmail/ |
H A D | alias.c | 396 struct stat stb; local 454 if (stat(map->map_file, &stb) < 0) 461 mtime = stb.st_mtime; 473 if (stat(buf, &stb) < 0 || stb.st_mtime < mtime || attimeout) 525 struct stat stb; local 543 fstat(sm_io_getinfo(af, SM_IO_WHAT_FD, NULL), &stb) < 0 || 544 bitset(S_IWUSR|S_IWGRP|S_IWOTH, stb.st_mode))
|
H A D | deliver.c | 2373 struct stat stb; local 2402 if (m != FileMailer || stat(tochain->q_user, &stb) < 0) 2403 stb.st_mode = 0; 2454 else if (bitset(S_ISGID, stb.st_mode)) 2455 new_gid = stb.st_gid; 2593 else if (bitset(S_ISUID, stb.st_mode)) 2594 new_ruid = stb.st_uid; 5243 struct stat stb; local 5284 if (stat(targetfile, &stb) < 0) 5287 mode = stb [all...] |
Completed in 162 milliseconds