Searched refs:tkns (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | paths.c | 1040 uint_t tkns = 0; in expand_paths() local 1071 tkns |= PD_FLG_PNSLASH; in expand_paths() 1092 tkns |= _tkns; in expand_paths() 1100 (is_path_secure(str, clmp, orig, tkns) == 0)) in expand_paths() 1116 tkns |= is_path_unique(*alpp, str); in expand_paths() 1125 if ((tkns & PD_FLG_DUPLICAT) && (tracing == 0) && in expand_paths() 1139 pdp->pd_flags = (orig & LA_SER_MASK) | (tkns & PD_MSK_INHERIT); in expand_paths() 1147 if ((tkns & PD_MSK_EXPAND) && ((pdp->pd_oname = in expand_paths()
|
H A D | config_elf.c | 227 uint_t tkns; in elf_config() local 232 if ((tkns = expand(&estr, &size, 0, 0, in elf_config() 242 (is_path_secure(estr, lmp, PD_FLG_FULLPATH, tkns) == 0)) in elf_config()
|