Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c1567 struct stat lstatb, statb; in globit() local
1571 if (mksh_lstat(Xstring(*xs, xp), &lstatb) < 0) in globit()
1579 mksh_cdirsep(xp[-1]) && !S_ISDIR(lstatb.st_mode) && in globit()
1580 (!S_ISLNK(lstatb.st_mode) || in globit()
1590 (S_ISDIR(lstatb.st_mode) || in globit()
1591 (S_ISLNK(lstatb.st_mode) && stat_check() > 0 && in globit()