Searched refs:_domain (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | locale.c | 221 Domain *_domain; in dgettext() local 244 for (_domain = domains; cnt < domaincnt; _domain++, cnt++) { in dgettext() 245 if (_domain->dom_msghdr == 0) in dgettext() 248 if (_domain->dom_msghdr != (Msghdr *)-1) in dgettext() 249 (void) munmap((caddr_t)_domain->dom_msghdr, in dgettext() 250 _domain->dom_msgsz); in dgettext() 252 _domain->dom_msghdr = 0; in dgettext() 260 for (cnt = 0, _domain = domains; cnt < domaincnt; _domain++, cnt++) { in dgettext() 261 if (_domain->dom_name == domain) in dgettext() 263 if (strcmp(_domain->dom_name, domain) == 0) in dgettext() [all …]
|
/titanic_41/usr/src/cmd/sgs/tools/common/ |
H A D | sgsmsg.c | 191 char *buffer, *token, *_mesgid = 0, *_setid = 0, *_domain = 0; in getmesgid() local 237 _domain = token; in getmesgid() 247 if ((_mesgid == 0) || (_setid == 0) || (_domain == 0)) { in getmesgid() 275 domain = _domain; in getmesgid()
|
/titanic_41/usr/src/lib/libmapid/common/ |
H A D | mapid.h | 188 bzero(which##_domain, DNAMEMAX);\
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | getpwaent.c | 61 char *_domain; member 74 #define domain (_pwa->_domain)
|