Home
last modified time | relevance | path

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

/third_party/mksh/
Deval.c1773 struct stat lstatb, statb; in globit() local
1777 if (mksh_lstat(Xstring(*xs, xp), &lstatb) < 0) in globit()
1785 mksh_cdirsep(xp[-1]) && !S_ISDIR(lstatb.st_mode) && in globit()
1786 (!S_ISLNK(lstatb.st_mode) || in globit()
1796 (S_ISDIR(lstatb.st_mode) || in globit()
1797 (S_ISLNK(lstatb.st_mode) && stat_check() > 0 && in globit()