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

/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dfile.c89 file_stats(const char *file, struct stat *stats) { function
109 result = file_stats(file, &stats);
349 return (ISC_TF(file_stats(pathname, &stats) == ISC_R_SUCCESS));
485 result = file_stats(filename, &sb);
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dfile.c126 file_stats(const char *file, struct stat *stats) { function
398 return (ISC_TF(file_stats(pathname, &stats) == ISC_R_SUCCESS));
556 result = file_stats(filename, &sb);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp240 struct stat file_stats; local
241 if (::fstat(fd, &file_stats) == -1) {
246 return file_stats.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO);

Completed in 71 milliseconds