Searched refs:statb (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython2/Python/ |
D | dynload_shlib.c | 89 struct stat statb; in _PyImport_GetDynLoadFunc() local 90 fstat(fileno(fp), &statb); in _PyImport_GetDynLoadFunc() 92 if (statb.st_dev == handles[i].dev && in _PyImport_GetDynLoadFunc() 93 statb.st_ino == handles[i].ino) { in _PyImport_GetDynLoadFunc() 100 handles[nhandles].dev = statb.st_dev; in _PyImport_GetDynLoadFunc() 102 handles[nhandles].ino[0] = statb.st_ino[0]; in _PyImport_GetDynLoadFunc() 103 handles[nhandles].ino[1] = statb.st_ino[1]; in _PyImport_GetDynLoadFunc() 104 handles[nhandles].ino[2] = statb.st_ino[2]; in _PyImport_GetDynLoadFunc() 106 handles[nhandles].ino = statb.st_ino; in _PyImport_GetDynLoadFunc()
|
/external/python/cpython2/Misc/ |
D | setuid-prog.c | 127 struct stat statb; in main() local 150 if (stat(FULL_PATH, &statb) < 0) { in main() 154 if (statb.st_uid != 0 && statb.st_uid != euid) { in main()
|
/external/freetype/src/tools/ftrandom/ |
D | ftrandom.c | 354 struct stat statb; in FindFonts() local 379 if ( stat( buffer, &statb ) == -1 || S_ISDIR( statb.st_mode ) ) in FindFonts() 395 fontlist[fcnt].len = statb.st_size; in FindFonts()
|
/external/google-breakpad/src/client/solaris/handler/ |
D | solaris_lwp.cc | 198 struct stat statb; in read_lfile() local 210 if (fstat(fd, &statb) != 0) in read_lfile() 213 size = statb.st_size; in read_lfile()
|
/external/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.m | 762 struct stat statb; 763 int retval = stat(path, &statb); 765 if (statb.st_mode & S_IFDIR) return true; 770 struct stat statb; 771 int retval = stat(path, &statb); 773 if (!(statb.st_mode & S_IFREG)) return false; 774 if (statb.st_mode & S_IXUSR) return true; 779 struct stat statb; 780 int retval = stat(binary, &statb); 787 if (stata.st_mtimespec.tv_sec > statb.st_mtimespec.tv_sec) return true; [all …]
|
/external/mksh/src/ |
D | histrap.c | 315 struct stat statb; in c_fc() local 325 if (stat(tf->tffn, &statb) < 0) in c_fc() 327 else if ((off_t)statb.st_size > MKSH_MAXHISTFSIZE) { in c_fc() 329 Tfile, (unsigned long)statb.st_size); in c_fc() 332 n = (size_t)statb.st_size + 1; in c_fc()
|
D | exec.c | 1410 struct stat statb; in iosetup() local 1438 if (stat(cp, &statb)) { in iosetup() 1441 } else if (S_ISREG(statb.st_mode)) { in iosetup() 1503 if (fstat(u, &statb) || S_ISREG(statb.st_mode)) { in iosetup()
|
D | eval.c | 1622 stat(Xstring(*xs, xp), &statb) < 0 ? -1 : 1)) in globit() 1623 struct stat lstatb, statb; in globit() local 1637 stat_check() < 0 || !S_ISDIR(statb.st_mode))) in globit() 1648 S_ISDIR(statb.st_mode)))) { in globit()
|
D | main.c | 1408 struct stat statb; in can_seek() local 1410 return (fstat(fd, &statb) == 0 && !S_ISREG(statb.st_mode) ? in can_seek()
|
D | var.c | 1355 struct stat statb; in setspec() local 1360 stat(s, &statb) == 0 && S_ISDIR(statb.st_mode)) in setspec()
|
D | edit.c | 428 struct stat statb; in x_file_glob() local 442 stat(words[0], &statb) < 0) || in x_file_glob()
|
/external/libpcap/ |
D | pcap-linux.c | 2327 struct stat statb; local 2390 if (lstat(subsystem_path, &statb) != 0) { 2823 struct stat statb; local 2838 if (stat(pathstr, &statb) == 0) {
|
/external/hyphenation-patterns/de/ |
D | hyph-de-1901.pat.txt | 19088 2statb
|
D | hyph-de-ch-1901.pat.txt | 18909 2statb
|
D | hyph-de-1996.pat.txt | 18943 2statb
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
D | many-section.s | 49295 .section statb
|