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

/freebsd-11.0-release/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.0-release/usr.sbin/mtest/
H A Dmtest.c280 * str3: optional source address (may be NULL).
286 const char *str1, const char *str2, const char *str3)
322 if (psu2 != NULL && str3 != NULL && *str3 != '\0') {
326 /* look for following address family; str3 is *optional*. */
328 error = getaddrinfo(str3, "0", &hints, &res);
380 char str3[STR_SIZE]; local
420 str3[0] = '\0';
422 sscanf(line, "%s %s %s", str1, str2, str3);
423 ifindex = parse_cmd_args(&su, &su2, str1, str2, str3);
285 parse_cmd_args(sockunion_t *psu, sockunion_t *psu2, const char *str1, const char *str2, const char *str3) argument
[all...]
/freebsd-11.0-release/sbin/ipfw/
H A Dipfw2.h286 int _substrcmp2(const char *str1, const char* str2, const char* str3);
H A Dipfw2.c820 _substrcmp2(const char *str1, const char* str2, const char* str3) argument
826 if (strcmp(str1, str3) != 0)
828 str1, str3);
/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-usb-linux.c573 char str1[3], str2[3], str3[5], str4[5], str5[5]; local
574 ret = sscanf(string, "%s %s %s %s %s%n", str1, str2, str3, str4,
589 shdr->wValue = htols(strtoul(str3, 0, 16));
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipfstat.c1311 char str1[STSTRSIZE], str2[STSTRSIZE], str3[STSTRSIZE], str4[STSTRSIZE]; local
1557 strcpy(str3, "any");
1559 sprintf(str3, "%s", proto->p_name);
1561 sprintf(str3, "%d", protocol);
1600 str1, str2, str3, str4);
/freebsd-11.0-release/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

Completed in 193 milliseconds