Searched refs:stat_buf (Results 1 – 1 of 1) sorted by relevance
75 struct stat stat_buf; in get_file_time() local81 if (stat(pfile, &stat_buf) == -1) { in get_file_time()87 *ptr = stat_buf.st_atime; in get_file_time()90 *ptr = stat_buf.st_ctime; in get_file_time()93 *ptr = stat_buf.st_mtime; in get_file_time()