Lines Matching defs:domain
46 * the Sun NIS domain architecture.
108 * 3 pieces of information <opsys type> <uid> <domain>.
113 char *domain)
117 if (domain == NULL) {
122 domain = dfltdom;
124 if ((strlen(domain) + OPSYS_LEN + 3 + MAXIPRINT) >
130 "%s.%d@%s", OPSYS, (int)uid, domain);
178 const char *domain)
222 netname, uid, (char *)domain);
253 * This routine returns following netnames given the host and domain
256 * host domain netname
269 const char *domain)
285 /* if no domain passed, use tail of nis_local_host() */
286 if (domain == NULL) {
287 domain = p;
299 if (domain == NULL) {
314 len = strlen(domain);
318 (void) strcpy(domainname, domain);