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

/sendmail/libsmdb/
H A Dsmdb.c424 ** stat_info -- A place to put the stat info for the file.
430 smdb_setup_file(db_name, extension, mode_mask, sff, user_info, stat_info)
436 struct stat *stat_info;
449 sff, mode_mask, stat_info);
458 ** Compares the passed in stat_info with a current stat on
466 ** stat_info -- An old stat_info.
472 smdb_filechanged(db_name, extension, db_fd, stat_info)
476 struct stat *stat_info;
485 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);

Completed in 33 milliseconds