HomeSort by: relevance | last modified time | path
    Searched refs:dtab (Results 1 - 18 of 18) sorted by relevancy

  /src/games/sail/
driver.h 34 extern const int dtab[];
dr_2.c 60 const int dtab[] = {0,1,1,2,3,4,4,5}; /* diagonal distances in x==y */ variable
228 dist = dtab[*p - '0'];
dr_3.c 244 dist = dtab[com - '0'];
  /src/external/mpl/bind/dist/lib/dns/
iptable.c 133 dns__iptable_destroy(dns_iptable_t *dtab) {
134 REQUIRE(DNS_IPTABLE_VALID(dtab));
136 dtab->magic = 0;
138 if (dtab->radix != NULL) {
139 isc_radix_destroy(dtab->radix, NULL);
140 dtab->radix = NULL;
143 isc_mem_putanddetach(&dtab->mctx, dtab, sizeof(*dtab));
  /src/tests/lib/libc/net/
h_nsd_recurse.c 65 static const ns_dtab dtab[] = { local
72 r = nsdispatch(NULL, dtab, "test", "test", testsrc);
81 static const ns_dtab dtab[] = { local
88 r = nsdispatch(NULL, dtab, "test", "test", testsrc);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
iptable.c 26 destroy_iptable(dns_iptable_t *dtab);
166 destroy_iptable(dns_iptable_t *dtab) {
167 REQUIRE(DNS_IPTABLE_VALID(dtab));
169 if (dtab->radix != NULL) {
170 isc_radix_destroy(dtab->radix, NULL);
171 dtab->radix = NULL;
174 dtab->magic = 0;
175 isc_mem_putanddetach(&dtab->mctx, dtab, sizeof(*dtab));
    [all...]
  /src/lib/libc/gen/
getusershell.c 474 static const ns_dtab dtab[] = { local
487 (void) nsdispatch(NULL, dtab, NSDB_SHELLS, "endusershell",
498 static const ns_dtab dtab[] = { local
509 rv = nsdispatch(NULL, dtab, NSDB_SHELLS, "getusershell",
531 static const ns_dtab dtab[] = { local
544 (void) nsdispatch(NULL, dtab, NSDB_SHELLS, "setusershell",
getnetgrent.c 313 static const ns_dtab dtab[] = { local
322 r = nsdispatch(NULL, dtab, NSDB_NETGROUP, "lookup", default_files_nis,
859 static const ns_dtab dtab[] = { local
865 (void) nsdispatch(NULL, dtab, NSDB_NETGROUP, "endnetgrent",
891 static const ns_dtab dtab[] = { local
897 (void) nsdispatch(NULL, dtab, NSDB_NETGROUP, "setnetgrent",
925 static const ns_dtab dtab[] = { local
931 r = nsdispatch(NULL, dtab, NSDB_NETGROUP, "getnetgrent",
961 static const ns_dtab dtab[] = { local
967 r = nsdispatch(NULL, dtab, NSDB_NETGROUP, "innetgr"
    [all...]
getgrent.c 1517 static const ns_dtab dtab[] = { local
1526 (void) nsdispatch(NULL, dtab, NSDB_GROUP_COMPAT, "setgrent",
1543 static const ns_dtab dtab[] = { local
1552 (void) nsdispatch(NULL, dtab, NSDB_GROUP_COMPAT, "setgroupent",
1565 static const ns_dtab dtab[] = { local
1574 (void) nsdispatch(NULL, dtab, NSDB_GROUP_COMPAT, "endgrent",
1748 static const ns_dtab dtab[] = { local
1757 rv = nsdispatch(NULL, dtab, NSDB_GROUP, "getgrent", __nsdefaultcompat,
1769 static const ns_dtab dtab[] = { local
1778 rv = nsdispatch(NULL, dtab, NSDB_GROUP, "getgrent_r", __nsdefaultcompat
1797 static const ns_dtab dtab[] = { local
1818 static const ns_dtab dtab[] = { local
1851 static const ns_dtab dtab[] = { local
1872 static const ns_dtab dtab[] = { local
1903 static const ns_dtab dtab[] = { local
1921 static const ns_dtab dtab[] = { local
1941 static const ns_dtab dtab[] = { local
    [all...]
getgroupmembership.c 294 static const ns_dtab dtab[] = { local
305 crv = nsdispatch(NULL, dtab,
375 static const ns_dtab dtab[] = { local
396 (void) nsdispatch(NULL, dtab, NSDB_GROUP, "getgroupmembership",
getpwent.c 1842 static const ns_dtab dtab[] = { local
1852 rv = nsdispatch(NULL, dtab, NSDB_PASSWD_COMPAT, "setpassent",
1864 static const ns_dtab dtab[] = { local
1872 return nsdispatch(NULL, dtab, NSDB_PASSWD_COMPAT, "endpwent",
2392 static const ns_dtab dtab[] = { local
2401 r = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwent", __nsdefaultcompat,
2413 static const ns_dtab dtab[] = { local
2428 r = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwent_r", __nsdefaultcompat,
2447 static const ns_dtab dtab[] = { local
2456 rv = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwnam", __nsdefaultcompat
2468 static const ns_dtab dtab[] = { local
2502 static const ns_dtab dtab[] = { local
2523 static const ns_dtab dtab[] = { local
2553 static const ns_dtab dtab[] = { local
2572 static const ns_dtab dtab[] = { local
2592 static const ns_dtab dtab[] = { local
    [all...]
  /src/bin/pax/
tables.c 83 static DEVT **dtab = NULL; /* device/inode mapping tables */ variable
672 if (dtab != NULL)
674 if ((dtab = (DEVT **)calloc(D_TAB_SZ, sizeof(DEVT *))) == NULL) {
718 if (dtab == NULL)
724 if ((pt = dtab[indx]) != NULL) {
753 pt->fow = dtab[indx];
754 dtab[indx] = pt;
781 if (dtab == NULL)
  /src/lib/libc/net/
getnetnamadr.c 394 static const ns_dtab dtab[] = { local
403 rv = nsdispatch(NULL, dtab, NSDB_NETWORKS, "getnetbyaddr",
497 static const ns_dtab dtab[] = { local
508 rv = nsdispatch(NULL, dtab, NSDB_NETWORKS, "getnetbyname",
gethnamaddr.c 571 static const ns_dtab dtab[] = { local
648 if (nsdispatch(&info, dtab, NSDB_HOSTS, "gethostbyname",
687 static const ns_dtab dtab[] = { local
733 if (nsdispatch(&info, dtab, NSDB_HOSTS, "gethostbyaddr",
getaddrinfo.c 1164 static const ns_dtab dtab[] = { local
1184 switch (nsdispatch(&result, dtab, NSDB_HOSTS, "getaddrinfo",
  /src/sys/arch/sparc/stand/common/
promdev.c 559 static struct dtab { struct
562 } dtab[] = { variable in typeref:struct:dtab
576 struct dtab *dp;
583 for (dp = dtab; dp->name; dp++) {
  /src/external/bsd/nvi/dist/common/
vi_auto.c 792 if ((ret = __db_add_recovery(dbenv, &dbenv->dtab, &dbenv->dtab_size,
795 if ((ret = __db_add_recovery(dbenv, &dbenv->dtab, &dbenv->dtab_size,
798 if ((ret = __db_add_recovery(dbenv, &dbenv->dtab, &dbenv->dtab_size,
801 if ((ret = __db_add_recovery(dbenv, &dbenv->dtab, &dbenv->dtab_size,
vi_rec.c 204 return dbenv->dtab[rectype](dbenv, data, lsn, ops, NULL);

Completed in 31 milliseconds