Searched refs:statb (Results 1 – 4 of 4) sorted by relevance
306 struct stat statb; in find_command() local315 while (stat(name, &statb) < 0) { in find_command()405 while (stat(fullname, &statb) < 0) { in find_command()415 if (!S_ISREG(statb.st_mode)) in find_command()430 if (statb.st_uid == geteuid()) { in find_command()431 if ((statb.st_mode & 0100) == 0) in find_command()433 } else if (statb.st_gid == getegid()) { in find_command()434 if ((statb.st_mode & 010) == 0) in find_command()437 if ((statb.st_mode & 01) == 0) in find_command()
99 struct stat statb; in cdcmd() local133 if (stat(p, &statb) >= 0 && S_ISDIR(statb.st_mode)) { in cdcmd()
331 struct stat statb; in find_dot_file() local338 if ((stat(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) { in find_dot_file()
1306 struct stat statb; in expmeta() local1351 if (metaflag == 0 || lstat(expdir, &statb) >= 0) in expmeta()
Completed in 8 milliseconds