Lines Matching defs:stat_info
426 ** stat_info -- A place to put the stat info for the file.
432 smdb_setup_file(db_name, extension, mode_mask, sff, user_info, stat_info)
438 struct stat *stat_info;
451 sff, mode_mask, stat_info);
460 ** Compares the passed in stat_info with a current stat on
468 ** stat_info -- An old stat_info.
474 smdb_filechanged(db_name, extension, db_fd, stat_info)
478 struct stat *stat_info;
487 return filechanged(db_file_name, db_fd, stat_info);