/src/tests/lib/libpthread/ |
h_cancel.c | 43 char str2[] = "You should not see this.\n"; local in function:main 55 write(STDOUT_FILENO, str2, sizeof(str2)-1);
|
/src/sys/arch/prep/prep/ |
autoconf.c | 232 prop_string_t str1, str2, str3; local in function:gen_fwpath 244 str2 = prop_dictionary_get(device_properties(parent), "prep-fw-path"); 245 if (str2 == NULL) { 250 str3 = prop_string_copy(str2); 259 prop_string_cstring_nocopy(str2),
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
asan_mac_test.cc | 208 CFStringRef str2 = CFStringCreateCopy(0, str); local in function:TEST 209 EXPECT_EQ(str, str2);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_libc_test.cc | 104 const char *str2 = "zxcv"; local in function:TEST 105 uptr len2 = internal_strlen(str2); 122 EXPECT_TRUE(WriteToFile(fd, str2, len2, &bytes_written)); 161 EXPECT_EQ(0, internal_memcmp(buf, str2, len2));
|
/src/usr.bin/qsubst/ |
qsubst.c | 9 * qsubst str1 str2 [ options ] 12 * each file on this list, it then replaces str1 with str2 wherever 80 * str2. Neither one may contain a NUL. 129 static char *str2; variable in typeref:typename:char * 275 put_ul(use_replacement ? str2 : str1); 449 fwrite(str2, 1, s2l, tempf); 508 fprintf(stderr, "usage: %s str1 str2 [ -w -! -noask -go -f file -F file ]\n", 555 fprintf(stderr, "%s: argument order has changed, it's now: str1 str2 files...\n", __progname); 558 str2 = av[2]; 562 s2l = strlen(str2); [all...] |
/src/common/lib/libprop/ |
prop_string.c | 211 prop_string_t str2 = v2; local in function:_prop_string_equals 213 if (str1 == str2) 215 if (str1->ps_size != str2->ps_size) 217 if (strcmp(prop_string_contents(str1), prop_string_contents(str2))) 595 prop_string_equals(prop_string_t str1, prop_string_t str2) 597 if (!prop_object_is_string(str1) || !prop_object_is_string(str2)) 600 return prop_object_equals(str1, str2);
|
/src/games/larn/ |
io.c | 561 u_char *str2; local in function:lprcat 564 str2 = lpnt; 565 while ((*str2++ = *str++) != '\0') 567 lpnt = str2 - 1;
|
/src/usr.sbin/altq/libaltq/ |
qop.c | 980 char str1[INET6_ADDRSTRLEN], str2[INET6_ADDRSTRLEN]; local in function:print_filter 988 str2, sizeof(str2)), 994 str2, sizeof(str2)),
|