Searched refs:stat_info (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/sendmail/libsmdb/
H A Dsmdb.c428 ** stat_info -- A place to put the stat info for the file.
434 smdb_setup_file(db_name, extension, mode_mask, sff, user_info, stat_info)
440 struct stat *stat_info;
453 sff, mode_mask, stat_info);
462 ** Compares the passed in stat_info with a current stat on
470 ** stat_info -- An old stat_info.
476 smdb_filechanged(db_name, extension, db_fd, stat_info)
480 struct stat *stat_info;
489 return filechanged(db_file_name, db_fd, stat_info);
[all...]
H A Dsmdb1.c470 struct stat stat_info; local
484 sff, user_info, &stat_info);
488 if (stat_info.st_mode == ST_MODE_NOFILE &&
543 &stat_info);
H A Dsmdb2.c586 struct stat stat_info; local
601 mode_mask, sff, user_info, &stat_info);
607 if (stat_info.st_mode == ST_MODE_NOFILE &&
668 &stat_info);
/freebsd-10.3-release/usr.sbin/ctm/mkCTM/
H A Dmkctm.c98 stat_info(int foo) function
100 signal(SIGINFO, stat_info);
576 signal(SIGINFO, stat_info);

Completed in 113 milliseconds