Searched defs:Domain (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DDomain.pm1 # Net::Domain.pm
7 package Net::Domain;
19 $VERSION = "2.19"; # $Id: //depot/libnet/Net/Domain.pm#21 $
298 Net::Domain - Attempt to evaluate the current host's internet name and domain
302 use Net::Domain qw(hostname hostfqdn hostdomain);
306 Using various methods B<attempt> to find the Fully Qualified Domain Name (FQDN)
340 I<$Id: //depot/libnet/Net/Domain.pm#21 $>
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c1269 char *DomainLabel, char *Domain)
1278 if (!DomainLabel || !Domain || !tmp_map)
1345 if (!make_fqdn(tmp_map->objectDN, Domain))
1348 if (!make_full_dn(&tmp_map->objectDN->write.base, Domain))
1268 append_domainContext(__nis_table_mapping_t **table_map, char *DomainLabel, char *Domain) argument

Completed in 18 milliseconds