| /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/games/sail/ |
| 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'];
|
| /src/lib/libc/gen/ |
| 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",
|
| 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...] |
| 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++) {
|