Home
last modified time | relevance | path

Searched refs:lc_ptr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c250 lcp[tag].lc_un.lc_ptr = lptr; in get_lcinterface()
253 gptr = glcs[tag].lc_un.lc_ptr; in get_lcinterface()
287 glcs[tag].lc_un.lc_ptr = strdup(lptr); in get_lcinterface()
306 glcs[tag].lc_un.lc_ptr = lptr; in get_lcinterface()
H A Dlocale.c155 glcs[CI_LCMESSAGES].lc_un.lc_ptr, domain); in open_mofile()
H A Dutil.c2358 glcs[CI_LCMESSAGES].lc_un.lc_ptr = in readenv_user()
2366 glcs[CI_LCMESSAGES].lc_un.lc_ptr = in readenv_user()
2377 glcs[CI_LCMESSAGES].lc_un.lc_ptr = (char *)s2; in readenv_user()
2404 if ((locale = glcs[CI_LCMESSAGES].lc_un.lc_ptr) != NULL) { in readenv_user()
2408 glcs[CI_LCMESSAGES].lc_un.lc_ptr = NULL; in readenv_user()
2410 glcs[CI_LCMESSAGES].lc_un.lc_ptr = strdup(locale); in readenv_user()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h185 char *lc_ptr; /* external character pointer */ member