Searched refs:PD_TKN_ORIGIN (Results 1 – 2 of 2) sorted by relevance
411 if (((omit & PD_TKN_ORIGIN) == 0) && in expand()420 _flags |= PD_TKN_ORIGIN; in expand()870 ((flags & PD_TKN_ORIGIN) == 0)) in is_path_secure()895 if ((flags & PD_TKN_ORIGIN) && in is_path_secure()913 ((flags & PD_TKN_ORIGIN) == 0)) in is_path_secure()922 if (flags & PD_TKN_ORIGIN) { in is_path_secure()
397 #define PD_TKN_ORIGIN 0x00001000 /* $ORIGIN expansion has occurred */ macro