Searched refs:sgs_support (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dldmain.c146 char *sgs_support; /* SGS_SUPPORT environment string */ local
221 if ((sgs_support = getenv(MSG_ORIG(MSG_SGS_SUPPORT_64))) == NULL)
223 if ((sgs_support = getenv(MSG_ORIG(MSG_SGS_SUPPORT_32))) == NULL)
225 sgs_support = getenv(MSG_ORIG(MSG_SGS_SUPPORT));
227 if (sgs_support && sgs_support[0]) {
232 DBG_CALL(Dbg_support_req(ofl->ofl_lml, sgs_support,
234 if ((lib = strtok_r(sgs_support, sep, &lasts)) != NULL) {

Completed in 92 milliseconds