Searched refs:file_stat (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/IOSerialFamily-74/tests/
H A Dtest_tty_config.c17 struct stat file_stat; local
28 if (-1 == stat(path, &file_stat)) {
H A Dtest_tty_open.c17 struct stat file_stat; local
28 if (-1 == stat(path, &file_stat)) {
H A Dtest_tty_read_write.c18 struct stat file_stat; local
45 if (-1 == stat(readpath, &file_stat)) {
49 if (-1 == stat(writepath, &file_stat)) {
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dtop_level.rb11 attr_accessor :file_stat
47 @file_stat = File.stat(absolute_name) rescue nil # HACK for testing
185 @file_stat ? file_stat.mtime : nil
209 @file_stat = nil
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest-filepath.cc209 posix::StatStruct file_stat;
210 return posix::Stat(pathname_.c_str(), &file_stat) == 0;
236 posix::StatStruct file_stat; local
237 result = posix::Stat(path.c_str(), &file_stat) == 0 &&
238 posix::IsDir(file_stat);
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dmisc.c421 struct stat file_stat;
428 if (stat (file_name, &file_stat))
437 if (S_ISDIR (file_stat.st_mode))
441 && (S_ISBLK (file_stat.st_mode) || S_ISCHR (file_stat.st_mode)))
418 struct stat file_stat; local
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dstrings.c112 #define file_stat(f,s) stat64(f, s)
115 #define file_stat(f,s) stat(f, s)
439 if (file_stat (file, &st) < 0)
111 #define file_stat macro
114 #define file_stat macro
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dfile.c305 struct_stat file_stat; local
345 if(fstat(fd, &file_stat)) {
351 data->state.resume_from = (curl_off_t)file_stat.st_size;
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_top_level.rb165 @top_level.file_stat = stat
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Ddeltavfs.tcl105 proc file_stat {file array} { procedure
H A Dtemplatevfs.tcl109 proc file_stat {file array} {upvar $array fs ; file stat $file fs} procedure
453 file_stat [::file join $path $relative] fs
H A Dcollatevfs.tcl163 proc file_stat {file array} { procedure
H A Dfishvfs.tcl220 proc file_stat {file arrayName} { procedure
H A Dquotavfs.tcl170 proc file_stat {file array} {upvar $array fs ; ::file stat $file fs} procedure
H A Dversionvfs.tcl252 proc file_stat {file array} { procedure

Completed in 296 milliseconds