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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c246 struct domain *cur_domain; local
264 if ((cur_domain = ypbind_point_to_domain(argp->ypbind_domainname)) !=
266 if (cur_domain->dom_boundp) {
271 if ((tp.tv_sec - cur_domain->lastping.tv_sec) >
277 (void) ypbind_ping(cur_domain);
285 if (cur_domain->dom_boundp) {
292 cur_domain->dom_binding;
296 argp->ypbind_domainname, cur_domain->dom_error);
300 cur_domain->dom_error;
321 if ((cur_domain)
1180 struct domain *cur_domain; local
[all...]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c65 char *cur_domain, *result, *nlspath; local
116 cur_domain = _textdomain_u(NULL, mydomain);
121 cur_domain = DEFAULT_DOMAIN;
123 cur_domain = (char *)domain;
126 hash_domain = get_hashid(cur_domain, &cur_domain_len);
151 ret = process_nlspath(cur_domain, msgloc,
162 cur_domain_binding = _real_bindtextdomain_u(cur_domain,
172 mp->domain = cur_domain;
326 process_nlspath(const char *cur_domain, const char *cur_msgloc, argument
346 "%s, 0x%p)\n", cur_domain,
[all...]
H A Dgettext.h136 char *cur_domain; /* current domain */ member in struct:__anon126
169 #define CURRENT_DOMAIN(gt) (gt)->cur_domain
H A Dgettext.c61 global_gt->cur_domain = (char *)default_domain; \
H A Dgettext_util.c620 gprintf(level, " cur_domain: \"%s\"\n", gt->cur_domain);

Completed in 75 milliseconds