Searched refs:services (Results 1 - 25 of 79) sorted by relevance

1234

/netbsd-current/usr.sbin/ypserv/ypinit/
H A DMakefile.main6 networks protocols rpc services netid
/netbsd-current/share/examples/emul/ultrix/etc/
H A Dsvc.conf5 # services. The available services are
10 # Multiple services can be specified by a comma-separated list.
22 services=local # /etc/services (getservbyname())
/netbsd-current/usr.sbin/btpand/
H A Dbtpand.c66 } services[] = { variable in typeref:struct:__anon1
158 for (ul = 0; ul < __arraycount(services); ul++) {
159 if (strcasecmp(optarg, services[ul].type) == 0)
163 if (ul == __arraycount(services))
167 service_type = services[ul].type;
168 service_name = services[ul].name;
169 service_desc = services[ul].desc;
172 service_class = services[ul].class;
301 "Known services:\n"
304 for (n = 0; n < __arraycount(services);
[all...]
/netbsd-current/external/bsd/unbound/dist/
H A DMakefile.in118 COMMON_SRC=services/cache/dns.c services/cache/infra.c services/cache/rrset.c \
123 iterator/iter_scrub.c iterator/iter_utils.c services/listen_dnsport.c \
124 services/localzone.c services/mesh.c services/modstack.c services/view.c \
125 services/rpz.c util/rfc_1982.c \
126 services/outbound_lis
[all...]
/netbsd-current/external/ibm-public/postfix/dist/examples/chroot-setup/
H A DSolaris240 cp /etc/inet/services ${CHROOT}/etc/inet/services
41 ln -s /etc/inet/services ${CHROOT}/etc/services
H A DLINUX277 $CP -f $lt /etc/services /etc/resolv.conf /etc/nsswitch.conf etc
/netbsd-current/distrib/sparc64/instfs/
H A DMakefile.instfs20 ${DISTRIBDIR}/common/services
/netbsd-current/etc/rc.d/
H A Dsysdb16 extra_commands="devdb utmp services netgroup password"
55 check_file /etc/services /var/db/services.cdb services_mkdb -q
/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dprocess.c172 static struct krb5_kdc_service services[] = { variable in typeref:struct:krb5_kdc_service
209 for (i = 0; services[i].process != NULL; i++) {
210 ret = (*services[i].process)(context, config, &req_buffer,
214 if (services[i].flags & KS_NO_LENGTH)
252 for (i = 0; services[i].process != NULL; i++) {
253 if ((services[i].flags & KS_KRB5) == 0)
255 ret = (*services[i].process)(context, config, &req_buffer,
/netbsd-current/distrib/shark/instkernel/ramdisk/
H A DMakefile22 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/acorn32/ramdisk/
H A DMakefile22 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/evbsh3/instkernel/ramdisk/
H A DMakefile22 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/cats/ramdisk/
H A DMakefile21 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/ibmnws/netboot/ramdisk/
H A DMakefile21 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/cobalt/ramdisk/
H A DMakefile22 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/luna68k/ramdisk/
H A DMakefile23 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/arc/ramdisk/
H A DMakefile22 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/prep/floppies/ramdisk/
H A DMakefile23 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/bebox/ramdisk/
H A DMakefile23 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/dreamcast/ramdisk/
H A DMakefile24 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/next68k/ramdisk/
H A DMakefile27 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/ofppc/ramdisks/common/
H A DMakefile.ramdisk26 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/virt68k/ramdisks/common/
H A DMakefile.ramdisk26 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/mvme68k/ramdisk/
H A DMakefile23 ${DISTRIBDIR}/common/services
/netbsd-current/distrib/sun3/ramdisk/
H A Dlist96 COPY ${DISTRIBDIR}/common/services etc/services

Completed in 394 milliseconds

1234