Lines Matching defs:domain
151 char domain[SMB_PI_MAX_DOMAIN];
178 (void) smb_config_getstr(SMB_CI_DOMAIN_NB, domain,
179 sizeof (domain));
181 if (*domain != '\0')
182 (void) smbfs_ctx_setdomain(ctx, domain, FALSE);
221 * Default domain, user, ...
420 * "user@domain" or "domain/user" or "domain\\user"
421 * and return pointers to the domain and user parts.
452 * "user@domain" or "domain/user"
520 * Realm is obtained by converting the domain name to uppercase.
521 * Set realm by getting domain name from the resolver if either the full DNS
522 * domain name or the first label of the DNS domain name matches the passed
557 * Don't overwrite a domain name from the
1041 smbfs_set_default_domain(const char *domain)
1043 (void) strlcpy(default_domain, domain, sizeof (default_domain));
1068 * Leave default domain empty. (That's valid).