Searched refs:P_LSTAT (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/3d/
H A Dlstat3d.c59 if (!(sp = pathreal(path, P_LSTAT, st)))
103 if (!(sp = pathreal(path, P_LSTAT, &ss)))
H A Drename3d.c41 if (!(sp = pathreal(path, P_TOP|P_LSTAT, NiL)))
H A Dunlink3d.c44 if (S_ISLNK(state.path.st.st_mode) && !checklink(sp, &state.path.st, P_PATHONLY|P_LSTAT) && state.path.linksize > 0)
H A Dpathreal.c98 , (type & P_LSTAT) ? "LSTAT|" : state.null
281 if (!(type & (P_LSTAT|P_READLINK)))
523 if (S_ISLNK(st->st_mode) && (len = checklink(sp, st, type)) > 1 && !(type & (P_LSTAT|P_READLINK)) && state.path.nlinks++ < MAXSYMLINKS)
602 if (type & P_LSTAT)
616 else if (!(type & (P_LSTAT|P_PATHONLY|P_READLINK)) && *ip == '.' && *(ip + 1) == '.' && (*(ip + 2) == '/' || *(ip + 2) == 0))
H A Dmount3d.c115 else if (!pathreal(spc, P_LSTAT, NiL)) r = -1;
H A D3d.h280 #define P_LSTAT (1<<2) /* lstat() calling */ macro

Completed in 16 milliseconds