Home
last modified time | relevance | path

Searched refs:tkns (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c1041 uint_t tkns = 0; in expand_paths() local
1072 tkns |= PD_FLG_PNSLASH; in expand_paths()
1093 tkns |= _tkns; in expand_paths()
1101 (is_path_secure(str, clmp, orig, tkns) == 0)) in expand_paths()
1117 tkns |= is_path_unique(*alpp, str); in expand_paths()
1126 if ((tkns & PD_FLG_DUPLICAT) && (tracing == 0) && in expand_paths()
1140 pdp->pd_flags = (orig & LA_SER_MASK) | (tkns & PD_MSK_INHERIT); in expand_paths()
1148 if ((tkns & PD_MSK_EXPAND) && ((pdp->pd_oname = in expand_paths()
H A Dconfig_elf.c228 uint_t tkns; in elf_config() local
233 if ((tkns = expand(&estr, &size, 0, 0, in elf_config()
243 (is_path_secure(estr, lmp, PD_FLG_FULLPATH, tkns) == 0)) in elf_config()