Searched refs:filechanged (Results 1 - 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/sendmail/include/sendmail/ |
| H A D | sendmail.h | 72 extern bool filechanged __P((char *, int, struct stat *));
|
| /illumos-gate/usr/src/cmd/sendmail/libsmdb/ |
| H A D | smdb.c | 461 ** the passed in file descriptor. Check filechanged for 487 return filechanged(db_file_name, db_fd, stat_info);
|
| /illumos-gate/usr/src/cmd/sendmail/libsmutil/ |
| H A D | safefile.c | 749 if (filechanged(fn, fd, &stb)) 864 filechanged(fn, fd, stb) function
|
| /illumos-gate/usr/src/cmd/sendmail/src/ |
| H A D | map.c | 1542 /* if new file, get "before" bits for later filechanged check */ 1598 if (filechanged(dirfile, dfd, &std) || 1599 filechanged(pagfile, pfd, &stp)) 2100 if (filechanged(buf, fd, &st)) 2109 /* if new file, get the "before" bits for later filechanged check */ 2224 if (filechanged(buf, fd, &st))
|
| H A D | recipient.c | 1670 else if (filechanged(fname, sm_io_getinfo(fp,SM_IO_WHAT_FD, NULL), &st))
|
| H A D | deliver.c | 5550 if (filechanged(realfile, sm_io_getinfo(f, SM_IO_WHAT_FD, NULL),
|
Completed in 97 milliseconds