Searched refs:filechanged (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/include/sendmail/
H A Dsendmail.h72 extern bool filechanged __P((char *, int, struct stat *));
/osnet-11/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c461 ** the passed in file descriptor. Check filechanged for
487 return filechanged(db_file_name, db_fd, stat_info);
/osnet-11/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c749 if (filechanged(fn, fd, &stb))
864 filechanged(fn, fd, stb) function
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c1537 /* if new file, get "before" bits for later filechanged check */
1593 if (filechanged(dirfile, dfd, &std) ||
1594 filechanged(pagfile, pfd, &stp))
2095 if (filechanged(buf, fd, &st))
2104 /* if new file, get the "before" bits for later filechanged check */
2219 if (filechanged(buf, fd, &st))
H A Drecipient.c1670 else if (filechanged(fname, sm_io_getinfo(fp,SM_IO_WHAT_FD, NULL), &st))
H A Ddeliver.c5551 if (filechanged(realfile, sm_io_getinfo(f, SM_IO_WHAT_FD, NULL),

Completed in 423 milliseconds