Home
last modified time | relevance | path

Searched refs:dtab (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Diptable.c26 destroy_iptable(dns_iptable_t *dtab);
166 destroy_iptable(dns_iptable_t *dtab) { in destroy_iptable() argument
167 REQUIRE(DNS_IPTABLE_VALID(dtab)); in destroy_iptable()
169 if (dtab->radix != NULL) { in destroy_iptable()
170 isc_radix_destroy(dtab->radix, NULL); in destroy_iptable()
171 dtab->radix = NULL; in destroy_iptable()
174 dtab->magic = 0; in destroy_iptable()
175 isc_mem_putanddetach(&dtab->mctx, dtab, sizeof(*dtab)); in destroy_iptable()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Diptable.c133 dns__iptable_destroy(dns_iptable_t *dtab) { in dns_iptable_merge()
134 REQUIRE(DNS_IPTABLE_VALID(dtab)); in dns_iptable_merge()
136 dtab->magic = 0; in dns_iptable_merge()
138 if (dtab->radix != NULL) { in dns_iptable_merge()
139 isc_radix_destroy(dtab->radix, NULL); in dns_iptable_merge()
140 dtab->radix = NULL; in dns_iptable_merge()
143 isc_mem_putanddetach(&dtab->mctx, dtab, sizeof(*dtab)); in dns_iptable_merge()
166 destroy_iptable(dns_iptable_t * dtab) destroy_iptable() argument
/netbsd-src/tests/lib/libc/net/
H A Dh_nsd_recurse.c65 static const ns_dtab dtab[] = { in func2() local
72 r = nsdispatch(NULL, dtab, "test", "test", testsrc); in func2()
81 static const ns_dtab dtab[] = { in func1() local
88 r = nsdispatch(NULL, dtab, "test", "test", testsrc); in func1()
/netbsd-src/lib/libc/gen/
H A Dgetgrent.c1517 static const ns_dtab dtab[] = { in _compat_setgrent() local
1526 (void) nsdispatch(NULL, dtab, NSDB_GROUP_COMPAT, "setgrent", in _compat_setgrent()
1543 static const ns_dtab dtab[] = { in _compat_setgroupent() local
1552 (void) nsdispatch(NULL, dtab, NSDB_GROUP_COMPAT, "setgroupent", in _compat_setgroupent()
1565 static const ns_dtab dtab[] = { in _compat_endgrent() local
1574 (void) nsdispatch(NULL, dtab, NSDB_GROUP_COMPAT, "endgrent", in _compat_endgrent()
1748 static const ns_dtab dtab[] = { in getgrent() local
1757 rv = nsdispatch(NULL, dtab, NSDB_GROUP, "getgrent", __nsdefaultcompat, in getgrent()
1769 static const ns_dtab dtab[] = { in getgrent_r() local
1778 rv = nsdispatch(NULL, dtab, NSDB_GROUP, "getgrent_r", __nsdefaultcompat, in getgrent_r()
[all …]
H A Dgetusershell.c474 static const ns_dtab dtab[] = { in endusershell() local
487 (void) nsdispatch(NULL, dtab, NSDB_SHELLS, "endusershell", in endusershell()
498 static const ns_dtab dtab[] = { in getusershell() local
509 rv = nsdispatch(NULL, dtab, NSDB_SHELLS, "getusershell", in getusershell()
531 static const ns_dtab dtab[] = { in setusershell() local
544 (void) nsdispatch(NULL, dtab, NSDB_SHELLS, "setusershell", in setusershell()
H A Dgetnetgrent.c313 static const ns_dtab dtab[] = { in lookup() local
322 r = nsdispatch(NULL, dtab, NSDB_NETGROUP, "lookup", default_files_nis, in lookup()
859 static const ns_dtab dtab[] = { in endnetgrent() local
865 (void) nsdispatch(NULL, dtab, NSDB_NETGROUP, "endnetgrent", in endnetgrent()
891 static const ns_dtab dtab[] = { in setnetgrent() local
897 (void) nsdispatch(NULL, dtab, NSDB_NETGROUP, "setnetgrent", in setnetgrent()
925 static const ns_dtab dtab[] = { in getnetgrent() local
931 r = nsdispatch(NULL, dtab, NSDB_NETGROUP, "getnetgrent", in getnetgrent()
961 static const ns_dtab dtab[] = { in innetgr() local
967 r = nsdispatch(NULL, dtab, NSDB_NETGROUP, "innetgr", in innetgr()
H A Dgetpwent.c1842 static const ns_dtab dtab[] = { in _passwdcompat_setpassent() local
1852 rv = nsdispatch(NULL, dtab, NSDB_PASSWD_COMPAT, "setpassent", in _passwdcompat_setpassent()
1864 static const ns_dtab dtab[] = { in _passwdcompat_endpwent() local
1872 return nsdispatch(NULL, dtab, NSDB_PASSWD_COMPAT, "endpwent", in _passwdcompat_endpwent()
2392 static const ns_dtab dtab[] = { in getpwent() local
2401 r = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwent", __nsdefaultcompat, in getpwent()
2413 static const ns_dtab dtab[] = { in getpwent_r() local
2428 r = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwent_r", __nsdefaultcompat, in getpwent_r()
2447 static const ns_dtab dtab[] = { in getpwnam() local
2456 rv = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwnam", __nsdefaultcompat, in getpwnam()
[all …]
H A Dgetgroupmembership.c294 static const ns_dtab dtab[] = { in _compat_ggm_search() local
305 crv = nsdispatch(NULL, dtab, in _compat_ggm_search()
375 static const ns_dtab dtab[] = { in getgroupmembership() local
396 (void) nsdispatch(NULL, dtab, NSDB_GROUP, "getgroupmembership", in getgroupmembership()
/netbsd-src/bin/pax/
H A Dtables.c83 static DEVT **dtab = NULL; /* device/inode mapping tables */ variable
672 if (dtab != NULL) in dev_start()
674 if ((dtab = (DEVT **)calloc(D_TAB_SZ, sizeof(DEVT *))) == NULL) { in dev_start()
718 if (dtab == NULL) in chk_dev()
724 if ((pt = dtab[indx]) != NULL) { in chk_dev()
753 pt->fow = dtab[indx]; in chk_dev()
754 dtab[indx] = pt; in chk_dev()
781 if (dtab == NULL) in map_dev()
/netbsd-src/lib/libc/net/
H A Dgetnetnamadr.c394 static const ns_dtab dtab[] = { in getnetbyaddr() local
403 rv = nsdispatch(NULL, dtab, NSDB_NETWORKS, "getnetbyaddr", in getnetbyaddr()
497 static const ns_dtab dtab[] = { in getnetbyname() local
508 rv = nsdispatch(NULL, dtab, NSDB_NETWORKS, "getnetbyname", in getnetbyname()
H A Dgethnamaddr.c571 static const ns_dtab dtab[] = { in gethostbyname_internal() local
648 if (nsdispatch(&info, dtab, NSDB_HOSTS, "gethostbyname", in gethostbyname_internal()
687 static const ns_dtab dtab[] = { in gethostbyaddr_r() local
733 if (nsdispatch(&info, dtab, NSDB_HOSTS, "gethostbyaddr", in gethostbyaddr_r()
H A Dgetaddrinfo.c1161 static const ns_dtab dtab[] = { in explore_fqdn() local
1181 switch (nsdispatch(&result, dtab, NSDB_HOSTS, "getaddrinfo", in explore_fqdn()
/netbsd-src/games/sail/
H A Ddriver.h34 extern const int dtab[];
H A Ddr_2.c60 const int dtab[] = {0,1,1,2,3,4,4,5}; /* diagonal distances in x==y */ variable
228 dist = dtab[*p - '0']; in move_ship()
H A Ddr_3.c244 dist = dtab[com - '0']; in step()
/netbsd-src/sys/arch/sparc/stand/common/
H A Dpromdev.c559 static struct dtab { in getdevtype()
562 } dtab[] = { in getdevtype()
576 struct dtab *dp;
583 for (dp = dtab; dp->name; dp++) { in mygetpropstring()
527 static struct dtab { global() struct
530 } dtab[] = { global() variable
/netbsd-src/external/bsd/nvi/dist/common/
H A Dvi_auto.c792 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,
H A Dvi_rec.c204 return dbenv->dtab[rectype](dbenv, data, lsn, ops, NULL); in __vi_log_dispatch()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-2005778 * dlltool.c (dtab): Remove empty function.
779 (process_duplicates): Remove calls to dtab().
H A DChangeLog-989939 (dtab): Stop compile time warnings about unused parameter.
H A DChangeLog-0203242 (dtab): Ditto.
H A DChangeLog-9197327 (dtab): Print data field.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-2005778 * dlltool.c (dtab): Remove empty function.
779 (process_duplicates): Remove calls to dtab().
H A DChangeLog-989939 (dtab): Stop compile time warnings about unused parameter.
H A DChangeLog-0203242 (dtab): Ditto.

12