HomeSort by: relevance | last modified time | path
    Searched defs:lstatb (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ksh/
eval.c 1024 struct stat lstatb, statb; local in function:globit
1027 if (lstat(Xstring(*xs, xp), &lstatb) < 0)
1034 && ISDIRSEP(xp[-1]) && !S_ISDIR(lstatb.st_mode)
1036 && (!S_ISLNK(lstatb.st_mode)
1048 && (S_ISDIR(lstatb.st_mode)
1050 || (S_ISLNK(lstatb.st_mode)
eval.c 1024 struct stat lstatb, statb; local in function:globit
1027 if (lstat(Xstring(*xs, xp), &lstatb) < 0)
1034 && ISDIRSEP(xp[-1]) && !S_ISDIR(lstatb.st_mode)
1036 && (!S_ISLNK(lstatb.st_mode)
1048 && (S_ISDIR(lstatb.st_mode)
1050 || (S_ISLNK(lstatb.st_mode)

Completed in 23 milliseconds