Searched refs:str3 (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/lib/libc/tests/stdio/
H A Dfmemopen2_test.c49 char str3[] = "AAAA writing some stuff"; local
101 ATF_REQUIRE(strcmp(str, str3) == 0);
155 char str3[sizeof(str) + sizeof(str2) -1]; local
195 nofr = fread(str3, 1, sizeof(buf), fp);
196 ATF_REQUIRE(nofr == sizeof(str3));
199 ATF_REQUIRE(strncmp(str3, str, sizeof(str) - 1) == 0);
200 ATF_REQUIRE(strncmp(str3 + sizeof(str) - 1, str2, sizeof(str2)) == 0);
/freebsd-11-stable/usr.sbin/mtest/
H A Dmtest.c282 * str3: optional source address (may be NULL).
288 const char *str1, const char *str2, const char *str3)
324 if (psu2 != NULL && str3 != NULL && *str3 != '\0') {
328 /* look for following address family; str3 is *optional*. */
330 error = getaddrinfo(str3, "0", &hints, &res);
382 char str3[STR_SIZE]; local
422 str3[0] = '\0';
424 sscanf(line, "%s %s %s", str1, str2, str3);
425 ifindex = parse_cmd_args(&su, &su2, str1, str2, str3);
287 parse_cmd_args(sockunion_t *psu, sockunion_t *psu2, const char *str1, const char *str2, const char *str3) argument
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dacl_list.c395 log_assert(p->str && p->str2 && p->str3);
397 p->str3)) {
405 free(p->str3);
420 log_assert(p->str && p->str2 && p->str3);
421 if(!acl_list_tag_data_cfg(acl, cfg, p->str, p->str2, p->str3)) {
429 free(p->str3);
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c242 s3->str, s3->str2, s3->str3);
247 s3->str2, s3->str, s3->str2, s3->str3);
249 if(!local_zone_str2type(s3->str3, &t)) {
252 s3->str3, s3->str, s3->str2, s3->str3);
265 s3->str, s3->str2, s3->str3);
270 s3->str2, s3->str, s3->str2, s3->str3);
274 snprintf(buf, sizeof(buf), "%s %s", ".", s3->str3);
281 s3->str, s3->str2, s3->str3);
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.h341 int _substrcmp2(const char *str1, const char* str2, const char* str3);
H A Dipfw2.c837 _substrcmp2(const char *str1, const char* str2, const char* str3) argument
843 if (strcmp(str1, str3) != 0)
845 str1, str3);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-usb-linux.c930 char str1[3], str2[3], str3[5], str4[5], str5[5]; local
931 ret = sscanf(string, "%s %s %s %s %s%n", str1, str2, str3, str4,
946 shdr->wValue = htols(strtoul(str3, 0, 16));
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h792 char* str3; member in struct:config_str3list
H A Dconfig_file.c922 snprintf(buf, len, "%s %s %s", p->str, p->str2, p->str3); \
1379 free(p->str3);
1848 s->str3 = i3;
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfstat.c1316 char str1[STSTRSIZE], str2[STSTRSIZE], str3[STSTRSIZE], str4[STSTRSIZE]; local
1562 strcpy(str3, "any");
1564 sprintf(str3, "%s", proto->p_name);
1566 sprintf(str3, "%d", protocol);
1605 str1, str2, str3, str4);
/freebsd-11-stable/contrib/gcc/
H A Dtree-outof-ssa.c550 tree expr2, const char *str3)
556 fprintf (f, "%s", str3);
549 print_exprs(FILE *f, const char *str1, tree expr1, const char *str2, tree expr2, const char *str3) argument
/freebsd-11-stable/contrib/unbound/services/
H A Dlocalzone.c928 if(!lz_enter_override(zones, p->str, p->str2, p->str3,

Completed in 148 milliseconds