Home
last modified time | relevance | path

Searched refs:statb (Results 1 – 4 of 4) sorted by relevance

/third_party/uapp/dash/src/
A Dexec.c306 struct stat statb; in find_command() local
315 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()
A Dcd.c99 struct stat statb; in cdcmd() local
133 if (stat(p, &statb) >= 0 && S_ISDIR(statb.st_mode)) { in cdcmd()
A Dmain.c331 struct stat statb; in find_dot_file() local
338 if ((stat(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) { in find_dot_file()
A Dexpand.c1306 struct stat statb; in expmeta() local
1351 if (metaflag == 0 || lstat(expdir, &statb) >= 0) in expmeta()

Completed in 8 milliseconds