Searched refs:statb (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/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()
|
/third_party/mksh/ |
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 | 1412 struct stat statb; in iosetup() local 1440 if (stat(cp, &statb)) { in iosetup() 1443 } else if (S_ISREG(statb.st_mode)) { in iosetup() 1507 if (fstat(u, &statb) || S_ISREG(statb.st_mode)) { in iosetup()
|
D | eval.c | 1772 stat(Xstring(*xs, xp), &statb) < 0 ? -1 : 1)) in globit() 1773 struct stat lstatb, statb; in globit() local 1787 stat_check() < 0 || !S_ISDIR(statb.st_mode))) in globit() 1798 S_ISDIR(statb.st_mode)))) { in globit()
|
D | main.c | 1490 struct stat statb; in can_seek() local 1492 return (fstat(fd, &statb) == 0 && !S_ISREG(statb.st_mode) ? in can_seek()
|
D | var.c | 1388 struct stat statb; in setspec() local 1393 stat(s, &statb) == 0 && S_ISDIR(statb.st_mode)) in setspec()
|
D | edit.c | 433 struct stat statb; in x_file_glob() local 447 stat(words[0], &statb) < 0) || in x_file_glob()
|