Searched refs:P_LSTAT (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/3d/ |
H A D | lstat3d.c | 59 if (!(sp = pathreal(path, P_LSTAT, st))) 103 if (!(sp = pathreal(path, P_LSTAT, &ss)))
|
H A D | rename3d.c | 41 if (!(sp = pathreal(path, P_TOP|P_LSTAT, NiL)))
|
H A D | unlink3d.c | 44 if (S_ISLNK(state.path.st.st_mode) && !checklink(sp, &state.path.st, P_PATHONLY|P_LSTAT) && state.path.linksize > 0)
|
H A D | pathreal.c | 98 , (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 D | mount3d.c | 115 else if (!pathreal(spc, P_LSTAT, NiL)) r = -1;
|
H A D | 3d.h | 280 #define P_LSTAT (1<<2) /* lstat() calling */ macro
|
Completed in 16 milliseconds