Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c511 if (((omit & PD_TKN_OSNAME) == 0) && (uts == NULL)) in expand()
514 if (((omit & PD_TKN_OSNAME) == 0) && in expand()
522 _flags |= PD_TKN_OSNAME; in expand()
H A D_rtld.h399 #define PD_TKN_OSNAME 0x00004000 /* $OSNAME expansion has occurred */ macro