Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c1520 struct stat lstatb, statb; in globit() local
1524 if (mksh_lstat(Xstring(*xs, xp), &lstatb) < 0) in globit()
1532 xp[-1] == '/' && !S_ISDIR(lstatb.st_mode) && in globit()
1533 (!S_ISLNK(lstatb.st_mode) || in globit()
1543 (S_ISDIR(lstatb.st_mode) || in globit()
1544 (S_ISLNK(lstatb.st_mode) && stat_check() > 0 && in globit()