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

/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A Dtest-fmemopen.c51 char str3[] = "AAAA writing some stuff"; local
102 assert(strcmp(str, str3) == 0);
155 char str3[sizeof(str) + sizeof(str2) -1]; local
198 nofr = fread(str3, 1, sizeof(buf), fp);
199 assert(nofr == sizeof(str3));
202 assert(strncmp(str3, str, sizeof(str) - 1) == 0);
203 assert(strncmp(str3 + sizeof(str) - 1, str2, sizeof(str2)) == 0);
/freebsd-9.3-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
419 str3[0] = '\0';
421 sscanf(line, "%s %s %s", str1, str2, str3);
422 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-9.3-release/sbin/ipfw/
H A Dipfw2.h223 int _substrcmp2(const char *str1, const char* str2, const char* str3);
H A Dipfw2.c551 _substrcmp2(const char *str1, const char* str2, const char* str3) argument
557 if (strcmp(str1, str3) != 0)
559 str1, str3);
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-usb-linux.c557 char str1[3], str2[3], str3[5], str4[5], str5[5]; local
558 ret = sscanf(string, "%s %s %s %s %s%n", str1, str2, str3, str4,
573 shdr->wValue = htols(strtoul(str3, 0, 16));
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipfstat.c1203 char str1[STSTRSIZE], str2[STSTRSIZE], str3[STSTRSIZE], str4[STSTRSIZE]; local
1443 strcpy(str3, "any");
1445 sprintf(str3, "%s", proto->p_name);
1447 sprintf(str3, "%d", protocol);
1486 str1, str2, str3, str4);
/freebsd-9.3-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 135 milliseconds