Home
last modified time | relevance | path

Searched refs:DOMAIN (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-14.2/usr.sbin/ypserv/
H A Dypinit.sh31 DOMAIN=`${DOMAINNAME}`
38 DOMAIN=`${DOMAINNAME}`
48 DOMAIN=${2}
55 DOMAIN=`${DOMAINNAME}`
63 DOMAIN=${2}
73 DOMAIN=${3}
96 if [ -z "${DOMAIN}" ]; then
182 if [ -d "${YP_DIR}/${DOMAIN}" ]; then
198 if ! rm -rf ${YP_DIR}/${DOMAIN}; then
208 if ! mkdir "${YP_DIR}/${DOMAIN}"; then
[all …]
H A DMakefile.yp65 DOMAIN = `/bin/domainname`
67 DOMAIN = $(UPDATE_DOMAIN)
82 YPMAPDIR = $(YPDIR)/$(DOMAIN)
129 @if [ ! -d $(DOMAIN) ]; then mkdir $(DOMAIN); fi; \
263 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
274 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
286 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
299 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
312 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
325 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
[all …]
/freebsd-14.2/contrib/sendmail/contrib/
H A Dbuildvirtuser139 open(DOMAIN, "$virts/$domain") || die "Could not open file $virts/$domain: $!\n";
148 LINE: while (<DOMAIN>)
179 close(DOMAIN) || die "Could not close $virts/$domain: $!\n";
/freebsd-14.2/contrib/sendmail/cf/cf/
H A Dcs-hpux10.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
H A Dcs-solaris2.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
H A Dcs-sunos4.1.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
H A Ds2k-osf1.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(S2K.Berkeley.EDU)dnl
H A Ds2k-ultrix4.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(S2K.Berkeley.EDU)dnl
H A Dcs-hpux9.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
H A Dcs-osf1.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
H A Dcs-ultrix4.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
H A Dgeneric-mpeix.mc22 DOMAIN(generic)dnl
H A Dgeneric-osf1.mc25 DOMAIN(generic)dnl
H A Dgeneric-linux.mc25 DOMAIN(generic)dnl
H A Dgeneric-hpux9.mc25 DOMAIN(generic)dnl
H A Dgeneric-nextstep3.3.mc25 DOMAIN(generic)dnl
H A Dgeneric-sunos4.1.mc25 DOMAIN(generic)dnl
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dpo.m4329 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(DOMAIN)_$(lang).properties)
331 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(DOMAIN)_$(lang).class)
337 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
356 PROPERTIESFILES="$PROPERTIESFILES \$(srcdir)/\$(DOMAIN)_$lang.properties"
357 CLASSFILES="$CLASSFILES \$(srcdir)/\$(DOMAIN)_$lang.class"
362 RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
398 JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
403 CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
425 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po
426 ${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
[all …]
/freebsd-14.2/contrib/openresolv/
H A Dresolvconf.in603 DOMAIN=
649 DOMAIN="$(list_remove domain_blacklist $DOMAIN)"
656 echo "DOMAIN='$DOMAIN'"
/freebsd-14.2/contrib/sendmail/cf/domain/
H A DEECS.Berkeley.EDU.m416 DOMAIN(Berkeley.EDU)dnl
H A DS2K.Berkeley.EDU.m416 DOMAIN(CS.Berkeley.EDU)dnl
H A DCS.Berkeley.EDU.m416 DOMAIN(Berkeley.EDU)dnl
H A DBerkeley.EDU.m416 DOMAIN(berkeley-only)dnl
/freebsd-14.2/sbin/dhclient/
H A Ddhctoken.h121 #define DOMAIN 323 macro
/freebsd-14.2/contrib/wpa/hostapd/
H A Dhostapd.eap_user_sqlite16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…

123