/src/tests/lib/libc/net/ |
h_nsd_recurse.c | 65 static const ns_dtab dtab[] = { local in function:func2 72 r = nsdispatch(NULL, dtab, "test", "test", testsrc); 81 static const ns_dtab dtab[] = { local in function:func1 88 r = nsdispatch(NULL, dtab, "test", "test", testsrc);
|
/src/games/sail/ |
dr_2.c | 60 const int dtab[] = {0,1,1,2,3,4,4,5}; /* diagonal distances in x==y */ variable in typeref:typename:const int[] 228 dist = dtab[*p - '0'];
|
/src/lib/libc/gen/ |
getgroupmembership.c | 294 static const ns_dtab dtab[] = { local in function:_compat_ggm_search 305 crv = nsdispatch(NULL, dtab, 375 static const ns_dtab dtab[] = { local in function:getgroupmembership 396 (void) nsdispatch(NULL, dtab, NSDB_GROUP, "getgroupmembership",
|
getusershell.c | 474 static const ns_dtab dtab[] = { local in function:endusershell 487 (void) nsdispatch(NULL, dtab, NSDB_SHELLS, "endusershell", 498 static const ns_dtab dtab[] = { local in function:getusershell 509 rv = nsdispatch(NULL, dtab, NSDB_SHELLS, "getusershell", 531 static const ns_dtab dtab[] = { local in function:setusershell 544 (void) nsdispatch(NULL, dtab, NSDB_SHELLS, "setusershell",
|
getnetgrent.c | 313 static const ns_dtab dtab[] = { local in function:lookup 322 r = nsdispatch(NULL, dtab, NSDB_NETGROUP, "lookup", default_files_nis, 859 static const ns_dtab dtab[] = { local in function:endnetgrent 865 (void) nsdispatch(NULL, dtab, NSDB_NETGROUP, "endnetgrent", 891 static const ns_dtab dtab[] = { local in function:setnetgrent 897 (void) nsdispatch(NULL, dtab, NSDB_NETGROUP, "setnetgrent", 925 static const ns_dtab dtab[] = { local in function:getnetgrent 931 r = nsdispatch(NULL, dtab, NSDB_NETGROUP, "getnetgrent", 961 static const ns_dtab dtab[] = { local in function:innetgr 967 r = nsdispatch(NULL, dtab, NSDB_NETGROUP, "innetgr" [all...] |
getgrent.c | 1517 static const ns_dtab dtab[] = { local in function:_compat_setgrent 1526 (void) nsdispatch(NULL, dtab, NSDB_GROUP_COMPAT, "setgrent", 1543 static const ns_dtab dtab[] = { local in function:_compat_setgroupent 1552 (void) nsdispatch(NULL, dtab, NSDB_GROUP_COMPAT, "setgroupent", 1565 static const ns_dtab dtab[] = { local in function:_compat_endgrent 1574 (void) nsdispatch(NULL, dtab, NSDB_GROUP_COMPAT, "endgrent", 1748 static const ns_dtab dtab[] = { local in function:getgrent 1757 rv = nsdispatch(NULL, dtab, NSDB_GROUP, "getgrent", __nsdefaultcompat, 1769 static const ns_dtab dtab[] = { local in function:getgrent_r 1778 rv = nsdispatch(NULL, dtab, NSDB_GROUP, "getgrent_r", __nsdefaultcompat 1797 static const ns_dtab dtab[] = { local in function:getgrgid 1818 static const ns_dtab dtab[] = { local in function:getgrgid_r 1851 static const ns_dtab dtab[] = { local in function:getgrnam 1872 static const ns_dtab dtab[] = { local in function:getgrnam_r 1903 static const ns_dtab dtab[] = { local in function:endgrent 1921 static const ns_dtab dtab[] = { local in function:setgroupent 1941 static const ns_dtab dtab[] = { local in function:setgrent [all...] |
getpwent.c | 1842 static const ns_dtab dtab[] = { local in function:_passwdcompat_setpassent 1852 rv = nsdispatch(NULL, dtab, NSDB_PASSWD_COMPAT, "setpassent", 1864 static const ns_dtab dtab[] = { local in function:_passwdcompat_endpwent 1872 return nsdispatch(NULL, dtab, NSDB_PASSWD_COMPAT, "endpwent", 2392 static const ns_dtab dtab[] = { local in function:getpwent 2401 r = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwent", __nsdefaultcompat, 2413 static const ns_dtab dtab[] = { local in function:getpwent_r 2428 r = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwent_r", __nsdefaultcompat, 2447 static const ns_dtab dtab[] = { local in function:getpwnam 2456 rv = nsdispatch(NULL, dtab, NSDB_PASSWD, "getpwnam", __nsdefaultcompat 2468 static const ns_dtab dtab[] = { local in function:getpwnam_r 2502 static const ns_dtab dtab[] = { local in function:getpwuid 2523 static const ns_dtab dtab[] = { local in function:getpwuid_r 2553 static const ns_dtab dtab[] = { local in function:endpwent 2572 static const ns_dtab dtab[] = { local in function:setpassent 2592 static const ns_dtab dtab[] = { local in function:setpwent [all...] |
/src/bin/pax/ |
tables.c | 83 static DEVT **dtab = NULL; /* device/inode mapping tables */ variable in typeref:typename:DEVT ** 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 in function:getnetbyaddr 403 rv = nsdispatch(NULL, dtab, NSDB_NETWORKS, "getnetbyaddr", 497 static const ns_dtab dtab[] = { local in function:getnetbyname 508 rv = nsdispatch(NULL, dtab, NSDB_NETWORKS, "getnetbyname",
|
gethnamaddr.c | 571 static const ns_dtab dtab[] = { local in function:gethostbyname_internal 648 if (nsdispatch(&info, dtab, NSDB_HOSTS, "gethostbyname", 687 static const ns_dtab dtab[] = { local in function:gethostbyaddr_r 733 if (nsdispatch(&info, dtab, NSDB_HOSTS, "gethostbyaddr",
|
getaddrinfo.c | 1161 static const ns_dtab dtab[] = { local in function:explore_fqdn 1181 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++) {
|