HomeSort by: relevance | last modified time | path
    Searched refs:services (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /src/share/examples/emul/ultrix/etc/
svc.conf 5 # services. The available services are
10 # Multiple services can be specified by a comma-separated list.
22 services=local # /etc/services (getservbyname())
  /src/usr.sbin/btpand/
btpand.c 21 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
66 } services[] = { variable in typeref:struct:__anon8424
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
    [all...]
  /src/etc/rc.d/
sysdb 16 extra_commands="devdb utmp services netgroup password"
55 check_file /etc/services /var/db/services.cdb services_mkdb -q
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
main.m 19 NSMenu *services;
37 [menu addItemWithTitle: @"Services"
89 services = AUTORELEASE ([[NSMenu alloc] init]);
90 [menu setSubmenu: services forItem: [menu itemWithTitle: @"Services"]];
93 [[NSApplication sharedApplication] setServicesMenu: services];
  /src/external/ibm-public/postfix/dist/examples/chroot-setup/
Solaris2 40 cp /etc/inet/services ${CHROOT}/etc/inet/services
41 ln -s /etc/inet/services ${CHROOT}/etc/services
LINUX2 77 $CP -f $lt /etc/services /etc/resolv.conf /etc/nsswitch.conf etc
  /src/external/bsd/nsd/dist/simdzone/src/generic/
wks.h 2 * wks.c -- Well-Known Services (WKS) RDATA parser
21 // The list of known protocols and services also differs between operating
23 // and services, which may cause compatibility issues. Furthermore, even
32 // https://www.gnu.org/software/libc/manual/html_node/Services-Database.html
54 // containing an accurate listing of all services at a particular host
122 static const service_t services[64] = { variable
217 (void)protocol; // all supported services map to tcp and udp
242 memcpy(&name0, services[index].key.name, 8);
243 memcpy(&name1, services[index].key.name+8, 8);
245 *port = services[index].port
    [all...]
  /src/crypto/external/bsd/heimdal/dist/kdc/
process.c 30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
172 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,
  /src/distrib/acorn32/ramdisk/
Makefile 22 ${DISTRIBDIR}/common/services
  /src/distrib/arc/ramdisk/
Makefile 22 ${DISTRIBDIR}/common/services
  /src/distrib/bebox/ramdisk/
Makefile 23 ${DISTRIBDIR}/common/services
  /src/distrib/cats/ramdisk/
Makefile 21 ${DISTRIBDIR}/common/services
  /src/distrib/cobalt/ramdisk/
Makefile 22 ${DISTRIBDIR}/common/services
  /src/distrib/dreamcast/ramdisk/
Makefile 24 ${DISTRIBDIR}/common/services
  /src/distrib/evbsh3/instkernel/ramdisk/
Makefile 22 ${DISTRIBDIR}/common/services
  /src/distrib/ibmnws/netboot/ramdisk/
Makefile 21 ${DISTRIBDIR}/common/services
  /src/distrib/luna68k/ramdisk/
Makefile 23 ${DISTRIBDIR}/common/services
  /src/distrib/next68k/ramdisk/
Makefile 27 ${DISTRIBDIR}/common/services
  /src/distrib/prep/floppies/ramdisk/
Makefile 23 ${DISTRIBDIR}/common/services
  /src/distrib/shark/instkernel/ramdisk/
Makefile 22 ${DISTRIBDIR}/common/services
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
service-tracker.c 17 * Track services on the Thread mesh.
45 #include "cti-services.h"
134 service_tracker_callback(void *context, cti_service_vec_t *services, cti_status_t status)
152 // Delete any SRP services that are not in the list provided by Thread.
157 for (i = 0; i < services->num; i++) {
158 cti_service_t *cti_service = services->services[i];
170 for (i = 0; i < services->num; i++) {
171 cti_service_t *cti_service = services->services[i]
    [all...]
  /src/distrib/emips/ramdisk/
Makefile 25 ${DISTRIBDIR}/common/services
  /src/distrib/evbmips/instkernel/ramdisk/
Makefile 26 ${DISTRIBDIR}/common/services
  /src/distrib/evbppc/ramdisk/
Makefile 22 ${DISTRIBDIR}/common/services
  /src/distrib/ews4800mips/floppies/ramdisk/
Makefile 26 ${DISTRIBDIR}/common/services

Completed in 29 milliseconds

1 2 3 4