/src/tests/sys/net/ |
t_print.c | 42 } tst[] = { variable in typeref:typename:const struct __anon822319e40108[] 114 for (size_t i = 0; i < __arraycount(tst); i++) { 115 r = dl_print(buf, l, &tst[i].ia); 116 ATF_REQUIRE_STREQ(buf, tst[i].str); 117 ATF_REQUIRE_EQ(r, tst[i].len); 121 for (size_t i = 0; i < __arraycount(tst); i++) { 122 r = dl_print(buf, l, &tst[i].ia); 123 ATF_CHECK(strncmp(buf, tst[i].str, l - 1) == 0); 126 ATF_REQUIRE_EQ(r, tst[i].len); 146 for (size_t i = 0; i < __arraycount(tst); i++) [all...] |
/src/tests/sys/netatalk/ |
t_print.c | 42 } tst[] = { variable in typeref:typename:const struct __anon4078ac710108[] 69 for (size_t i = 0; i < __arraycount(tst); i++) { 70 r = at_print(buf, l, &tst[i].ia); 71 ATF_REQUIRE_STREQ(buf, tst[i].str); 72 ATF_REQUIRE_EQ(r, tst[i].len); 76 for (size_t i = 0; i < __arraycount(tst); i++) { 77 r = at_print(buf, l, &tst[i].ia); 78 ATF_CHECK(strncmp(buf, tst[i].str, l - 1) == 0); 81 ATF_REQUIRE_EQ(r, tst[i].len); 101 for (size_t i = 0; i < __arraycount(tst); i++) [all...] |
/src/tests/sys/netinet/ |
t_print.c | 42 } tst[] = { variable in typeref:typename:const struct __anon01b95d140108[] 79 for (size_t i = 0; i < __arraycount(tst); i++) { 80 r = in_print(buf, l, &tst[i].ia); 81 ATF_REQUIRE_STREQ(buf, tst[i].str); 82 ATF_REQUIRE_EQ(r, tst[i].len); 86 for (size_t i = 0; i < __arraycount(tst); i++) { 87 r = in_print(buf, l, &tst[i].ia); 88 ATF_CHECK(strncmp(buf, tst[i].str, l - 1) == 0); 90 ATF_REQUIRE_EQ(r, tst[i].len); 110 for (size_t i = 0; i < __arraycount(tst); i++) [all...] |
/src/tests/sys/netinet6/ |
t_print.c | 43 } tst[] = { variable in typeref:typename:const struct __anon20184b4a0108[] 87 for (size_t i = 0; i < __arraycount(tst); i++) { 88 r = in6_print(buf, l, &tst[i].ia); 89 ATF_REQUIRE_STREQ(buf, tst[i].str); 90 ATF_REQUIRE_EQ(r, tst[i].len); 94 for (size_t i = 0; i < __arraycount(tst); i++) { 95 r = in6_print(buf, l, &tst[i].ia); 96 ATF_CHECK(strncmp(buf, tst[i].str, l - 1) == 0); 99 ATF_REQUIRE_EQ(r, tst[i].len); 119 for (size_t i = 0; i < __arraycount(tst); i++) [all...] |
/src/tests/lib/libc/gen/ |
t_fpsetround.c | 75 } tst[] = { /* RN RP RM RZ */ variable in typeref:typename:const struct __anon7f06d1d50208[] 103 for (size_t i = 0; i < __arraycount(tst); i++) { 104 double d = strtod(tst[i].n, NULL); 106 int e = tst[i].v[r]; 114 tst[i].n, (int)rint(d), tst[i].v[r]);
|
/src/sys/net/npf/ |
npf_state.c | 248 const npf_tcpstate_t *tst = &nst->nst_tcpst[1]; local in function:npf_state_dump 255 tst->nst_end, tst->nst_maxend, tst->nst_maxwin, tst->nst_wscale
|
/src/usr.sbin/bootp/bootpd/ |
bootpd.c | 744 char tst[100]; 746 strlcpy(tst, hp->exec_file->string, sizeof(tst)); 747 strlcat(tst, " ", sizeof(tst)); 748 strlcat(tst, hp->hostname->string, sizeof(tst)); 749 strlcat(tst, " &", sizeof(tst)); 751 report(LOG_INFO, "executing %s", tst); 739 char tst[100]; local in function:handle_request [all...] |
/src/bin/pax/ |
options.c | 86 struct stat tst; /* Timestamp to set if non-0 */ variable in typeref:struct:stat 670 if (set_tstamp(optarg, &tst) == -1) { 1160 if (set_tstamp(optarg, &tst) == -1) {
|