Home
last modified time | relevance | path

Searched refs:services (Results 1 – 25 of 132) sorted by relevance

123456

/openbsd/src/usr.sbin/unbound/
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_list.c services/outside_network.c util/alloc.c \
128 util/shm_side/shm_main.c services/authzone.c \
475 $(srcdir)/services/outbound_list.h $(srcdir)/util/config_file.h \
478 $(srcdir)/services/cache/dns.h $(srcdir)/services/mesh.h \
479 $(srcdir)/util/rbtree.h $(srcdir)/services/modstack.h
709 dns.lo dns.o: $(srcdir)/services/cache/dns.c config.h $(srcdir)/iterator/iter_delegpt.h $(srcdir)/u…
[all …]
/openbsd/src/usr.sbin/ypserv/ypinit/
DMakefile.yp26 all: passwd group hosts ethers rpc services protocols netid netgroup amd.home aliases
195 services.time: $(DIR)/services
198 $(MAKEDBM) - services.byname; \
202 $(YPPUSH) -d $(DOMAIN) services.byname; \
325 services: services.time
336 $(DIR)/services:
DMakefile.main5 passwd group hosts ethers rpc services protocols netid netgroup amd.home aliases : _SUBDIRUSE
/openbsd/src/usr.sbin/smtpd/
Dtable_proc.c128 int service, services = 0; in table_proc_open() local
165 services |= service; in table_proc_open()
172 if (services == 0) in table_proc_open()
175 table->t_services = services; in table_proc_open()
305 .services = K_ANY,
Dtable_getpwnam.c31 .services = K_USERINFO,
/openbsd/src/lib/libc/rpc/
DREADME6 specification files, and demonstration services in the format used by
36 demo/ Various demonstration services
44 started by root before any other RPC network services are
54 rpcsvc/ Service definition files for various services and the
115 the demonstration services in demo and the rstat client and server in
124 version of inetd to automatically start RPC services. (Use "make
137 The demonstration services in the demo directory are not built by the
139 directory and enter "make". The three services will be built.
141 services, start the portmap program as root and invoke the service
146 To build these services on a Sun workstation, you must prevent the
[all …]
/openbsd/src/sbin/unwind/libunbound/services/cache/
DMakefile.inc3 .PATH: ${.CURDIR}/libunbound/services/cache
/openbsd/src/usr.sbin/tcpdump/
Dprint-decnet.c656 int services, info, segsize; in print_nsp() local
664 services = EXTRACT_LE_8BITS(cimp->ci_services); in print_nsp()
668 switch (services & COS_MASK) { in print_nsp()
709 int services, info; in print_nsp() local
718 services = EXTRACT_LE_8BITS(ccmp->cc_services); in print_nsp()
723 switch (services & COS_MASK) { in print_nsp()
/openbsd/src/sbin/unwind/libunbound/services/
DMakefile.inc3 .PATH: ${.CURDIR}/libunbound/services
/openbsd/src/gnu/usr.bin/perl/cpan/Socket/t/
Dgetaddrinfo.t108 # /etc/services, and that would fail. Let's try a couple of commonly open
112 # An alternative method would be to manually parse /etc/services and look
113 # for enabled services but that's kind of yuck, too.
/openbsd/src/usr.bin/getent/
Dgetent.c64 static int services(int, char *[]);
87 { "services", services, "stdio rpath", "/etc/services" },
397 services(int argc, char *argv[]) in services() function
/openbsd/src/usr.sbin/ldomd/
Dds.c451 TAILQ_FOREACH(dcs, &dc->services, link) { in ds_rx_msg()
463 TAILQ_FOREACH(dcs, &dc->services, link) { in ds_rx_msg()
488 TAILQ_FOREACH(dcs, &dc->services, link) { in ds_rx_msg()
685 TAILQ_INIT(&dc->services); in ds_conn_open()
699 TAILQ_INSERT_TAIL(&dc->services, dcs, link); in ds_conn_register_service()
/openbsd/src/usr.sbin/ypserv/ypxfr/
Dypxfr_1perday.sh11 /usr/sbin/ypxfr services.byname
/openbsd/src/gnu/usr.bin/gcc/gcc/
DSERVICE2 support services for GNU software for a fee or in some cases at no
/openbsd/src/gnu/llvm/llvm/tools/lli/ChildTarget/
DChildTarget.cpp60 S.services().push_back( in main()
/openbsd/src/distrib/sparc64/ramdisk/
Dlist71 COPY ${CURDIR}/../../miniroot/services etc/services
/openbsd/src/distrib/sparc64/ramdiskB/
Dlist68 COPY ${CURDIR}/../../miniroot/services etc/services
/openbsd/src/distrib/amd64/ramdiskA/
Dlist73 COPY ${CURDIR}/../../miniroot/services etc/services
/openbsd/src/distrib/luna88k/ramdisk/
Dlist73 COPY ${CURDIR}/../../miniroot/services etc/services
/openbsd/src/share/man/man5/
DMakefile16 services.5 shells.5 \
/openbsd/src/distrib/alpha/miniroot/
Dlist79 COPY ${CURDIR}/../../miniroot/services etc/services
/openbsd/src/distrib/i386/ramdisk/
Dlist76 COPY ${CURDIR}/../../miniroot/services etc/services
/openbsd/src/distrib/sparc64/miniroot/
Dlist81 COPY ${CURDIR}/../../miniroot/services etc/services
/openbsd/src/distrib/hppa/ramdisk/
Dlist82 COPY ${CURDIR}/../../miniroot/services etc/services
/openbsd/src/distrib/powerpc64/ramdisk/
Dlist85 COPY ${CURDIR}/../../miniroot/services etc/services

123456