Searched refs:statbuf (Results 1 – 3 of 3) sorted by relevance
31 struct stat statbuf; in get_root_dev_ino() local32 if (lstat ("/", &statbuf)) in get_root_dev_ino()34 root_d_i->st_ino = statbuf.st_ino; in get_root_dev_ino()35 root_d_i->st_dev = statbuf.st_dev; in get_root_dev_ino()
634 human_access (struct stat const *statbuf) in human_access() argument637 filemodestring (statbuf, modebuf); in human_access()1460 struct stat statbuf; in do_stat() local1462 pa.st = &statbuf; in do_stat()1467 if (fstat (fd, &statbuf) != 0) in do_stat()1477 ? stat (filename, &statbuf) in do_stat()1478 : lstat (filename, &statbuf)) != 0) in do_stat()1484 if (S_ISBLK (statbuf.st_mode) || S_ISCHR (statbuf.st_mode)) in do_stat()1507 struct stat *statbuf = parg->st; in print_stat() local1520 if (S_ISLNK (statbuf->st_mode)) in print_stat()[all …]
497 struct stat statbuf; in rm_fts() local499 if (!parent || lstat (parent, &statbuf)) in rm_fts()510 if (failed || fts->fts_dev != statbuf.st_dev) in rm_fts()