Searched refs:LA_SER_MASK (Results 1 – 4 of 4) sorted by relevance
368 (orig & LA_SER_MASK) && (*optr == '/') && in expand()845 if ((info & LA_SER_MASK) == 0) { in is_path_secure()965 if ((info & LA_SER_MASK) == 0) { in is_path_secure()1139 pdp->pd_flags = (orig & LA_SER_MASK) | (tkns & PD_MSK_INHERIT); in expand_paths()
2005 path->dls_flags = (pdp->pd_flags & LA_SER_MASK); in dlinfo_core()
1434 (pdp->pd_flags & LA_SER_MASK))) == NULL) { in _find_file()
146 #define LA_SER_MASK 0xfff /* mask of known flags */ macro