Searched refs:P_READLINK (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/3d/
H A Dreadlink3d.c41 if (!pathreal(path, P_READLINK, NiL))
H A Dpathreal.c103 , (type & P_READLINK) ? "READLINK|" : 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)
616 else if (!(type & (P_LSTAT|P_PATHONLY|P_READLINK)) && *ip == '.' && *(ip + 1) == '.' && (*(ip + 2) == '/' || *(ip + 2) == 0))
649 if (!(type & P_READLINK))
H A D3d.h284 #define P_READLINK (1<<6) /* readlink() calling */ macro

Completed in 14 milliseconds