Home
last modified time | relevance | path

Searched refs:str3 (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libc/tests/stdio/
H A Dfmemopen2_test.c46 char str3[] = "AAAA writing some stuff"; in ATF_TC_BODY() local
98 ATF_REQUIRE(strcmp(str, str3) == 0); in ATF_TC_BODY()
154 char str3[sizeof(str) + sizeof(str2) -1]; in ATF_TC_BODY() local
194 nofr = fread(str3, 1, sizeof(buf), fp); in ATF_TC_BODY()
195 ATF_REQUIRE(nofr == sizeof(str3)); in ATF_TC_BODY()
198 ATF_REQUIRE(strncmp(str3, str, sizeof(str) - 1) == 0); in ATF_TC_BODY()
199 ATF_REQUIRE(strncmp(str3 + sizeof(str) - 1, str2, sizeof(str2)) == 0); in ATF_TC_BODY()
/freebsd/usr.sbin/mtest/
H A Dmtest.c285 const char *str1, const char *str2, const char *str3) in parse_cmd_args() argument
321 if (psu2 != NULL && str3 != NULL && *str3 != '\0') { in parse_cmd_args()
327 error = getaddrinfo(str3, "0", &hints, &res); in parse_cmd_args()
379 char str3[STR_SIZE]; in process_cmd() local
420 str3[0] = '\0'; in process_cmd()
422 sscanf(line, "%s %s %s", str1, str2, str3); in process_cmd()
423 ifindex = parse_cmd_args(&su, &su2, str1, str2, str3); in process_cmd()
600 str3[0] = '\0'; in process_cmd()
602 sscanf(line, "%s %s %s", str1, str2, str3); in process_cmd()
603 ifindex = parse_cmd_args(&su, &su2, str1, str2, str3); in process_cmd()
/freebsd/contrib/unbound/daemon/
H A Dacl_list.c481 log_assert(p->str && p->str2 && p->str3); in read_acl_tag_actions()
483 p->str3, 0, 0)) { in read_acl_tag_actions()
491 free(p->str3); in read_acl_tag_actions()
507 log_assert(p->str && p->str2 && p->str3); in read_acl_tag_datas()
508 if(!acl_list_tag_data_cfg(acl, cfg, p->str, p->str2, p->str3, in read_acl_tag_datas()
517 free(p->str3); in read_acl_tag_datas()
684 log_assert(p->str && p->str2 && p->str3); in read_acl_interface_tag_actions()
691 resif[i], p->str2, p->str3, 1, port)) { in read_acl_interface_tag_actions()
702 free(p->str3); in read_acl_interface_tag_actions()
722 log_assert(p->str && p->str2 && p->str3); in read_acl_interface_tag_datas()
[all …]
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c247 s3->str, s3->str2, s3->str3); in acl_view_tag_checks()
252 s3->str2, s3->str, s3->str2, s3->str3); in acl_view_tag_checks()
254 if(!local_zone_str2type(s3->str3, &t)) { in acl_view_tag_checks()
257 s3->str3, s3->str, s3->str2, s3->str3); in acl_view_tag_checks()
270 s3->str, s3->str2, s3->str3); in acl_view_tag_checks()
275 s3->str2, s3->str, s3->str2, s3->str3); in acl_view_tag_checks()
279 snprintf(buf, sizeof(buf), "%s %s", ".", s3->str3); in acl_view_tag_checks()
286 s3->str, s3->str2, s3->str3); in acl_view_tag_checks()
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1277 char str1[STSTRSIZE], str2[STSTRSIZE], str3[STSTRSIZE], str4[STSTRSIZE]; in topipstates() local
1523 strcpy(str3, "any"); in topipstates()
1525 snprintf(str3, sizeof(str3), "%s", proto->p_name); in topipstates()
1527 snprintf(str3, sizeof(str3), "%d", protocol); in topipstates()
1566 str1, str2, str3, str4); in topipstates()
/freebsd/sbin/ipfw/
H A Dipfw2.h359 int _substrcmp2(const char *str1, const char* str2, const char* str3);
H A Dipfw2.c931 _substrcmp2(const char *str1, const char* str2, const char* str3) in _substrcmp2() argument
937 if (strcmp(str1, str3) != 0) in _substrcmp2()
939 str1, str3); in _substrcmp2()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h927 char* str3; member
H A Dconfig_file.c1036 snprintf(buf, len, "%s %s %s", p->str, p->str2, p->str3); \
1554 free(p->str3); in config_deltrplstrlist()
2127 s->str3 = i3; in cfg_str3list_insert()
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc4810 static ::std::string str3(str1); in TEST()
4811 str3.at(2) = '\0'; in TEST()
4812 EXPECT_FATAL_FAILURE(ASSERT_EQ(str1, str3), in TEST()
/freebsd/contrib/unbound/services/
H A Dlocalzone.c979 if(!lz_enter_override(zones, p->str, p->str2, p->str3, in lz_enter_overrides()