| /src/tests/lib/libpthread/ |
| h_cancel.c | 43 char str2[] = "You should not see this.\n"; local 55 write(STDOUT_FILENO, str2, sizeof(str2)-1);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| localetest.c | 95 char str1[] = "SubjectPublicKeyInfo", str2[] = "subjectpublickeyinfo"; local 104 res = strcasecmp(str1, str2); 107 if (!TEST_false(OPENSSL_strcasecmp(str1, str2)))
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| strpool.c | 69 char *str, *str2; local 86 str2 = realloc(p->str, len + p->len + 1); 87 if (str2 == NULL) { 91 p->str = str2;
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| localetest.c | 95 char str1[] = "SubjectPublicKeyInfo", str2[] = "subjectpublickeyinfo"; local 104 res = strcasecmp(str1, str2); 107 if (!TEST_false(OPENSSL_strcasecmp(str1, str2)))
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| link.c | 45 char *str1, *str2; local 49 str2 = fc_strdup (path2, path2_len); 51 val = link (str1, str2); 54 free (str2);
|
| rename.c | 36 char *str2 = fc_strdup (path2, path2_len); local 37 int val = rename (str1, str2); 39 free (str2);
|
| symlnk.c | 44 char *str2 = fc_strdup (path2, path2_len); local 45 int val = symlink (str1, str2); 47 free (str2);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| link.c | 45 char *str1, *str2; local 49 str2 = fc_strdup (path2, path2_len); 51 val = link (str1, str2); 54 free (str2);
|
| rename.c | 36 char *str2 = fc_strdup (path2, path2_len); local 37 int val = rename (str1, str2); 39 free (str2);
|
| symlnk.c | 44 char *str2 = fc_strdup (path2, path2_len); local 45 int val = symlink (str1, str2); 47 free (str2);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-strfns.c | 19 const char str2[] = "Hello."; variable 42 func (str2);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-strfns.c | 19 const char str2[] = "Hello."; variable 42 func (str2);
|
| /src/external/bsd/ntp/dist/tests/libntp/ |
| decodenetnum.c | 82 const char *str2 = "[2001:0db8:85a3:8d3:1319:8a2e:370:7334]"; local 94 TEST_ASSERT_TRUE(decodenetnum(str2, &actual)); 148 const char *str2 = "[2001:0db8:85a3:08d3:1319:8a2e:0370:7334%42]"; local 161 TEST_ASSERT_TRUE(decodenetnum(str2, &actual));
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| error_string.c | 168 char *str = NULL, *str2 = NULL; local 185 e = asprintf(&str2, "%s: %s", str, context->error_string); 187 if (e < 0 || str2 == NULL) 190 context->error_string = str2;
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| text.c | 47 char *str, *str2, *last; local 56 str2 = strtok_r(str, sep, &last); 57 while (str2 != NULL && !atf_is_error(err)) { 58 err = func(str2, data); 59 str2 = strtok_r(NULL, sep, &last);
|
| dynstr_test.c | 264 atf_dynstr_t str, str2; local 267 RE(atf_dynstr_copy(&str2, &str)); 269 ATF_REQUIRE(atf_equal_dynstr_dynstr(&str, &str2)); 271 RE(atf_dynstr_append_fmt(&str2, " non-shared text")); 273 ATF_REQUIRE(!atf_equal_dynstr_dynstr(&str, &str2)); 275 atf_dynstr_fini(&str2); 594 atf_dynstr_t str, str2; local 597 RE(atf_dynstr_init_fmt(&str2, "Test")); 599 ATF_REQUIRE(!atf_equal_dynstr_dynstr(&str, &str2)); 600 atf_dynstr_fini(&str2); [all...] |
| /src/external/lgpl3/gmp/dist/tests/cxx/ |
| t-locale.cc | 61 const char *str2; member in struct:__anon23319 93 string str = string(data[j].str1)+point[i]+string(data[j].str2);
|
| /src/sys/arch/prep/prep/ |
| autoconf.c | 217 prop_string_t str1, str2, str3; local 229 str2 = prop_dictionary_get(device_properties(parent), "prep-fw-path"); 230 if (str2 == NULL) { 235 str3 = prop_string_copy(str2); 244 prop_string_cstring_nocopy(str2),
|
| /src/external/bsd/ntp/dist/tests/ntpd/ |
| t-ntp_signd.c | 127 char * str2 = "PACKET12345"; local 128 int temp = send_packet(fd, str2, strlen(str2));
|
| /src/external/gpl3/binutils/dist/bfd/ |
| aix5ppc-core.c | 269 const char *str1, *str2; local 313 str2 = strrchr (bfd_get_filename (exec_bfd), '/'); 317 str2 = str2 != NULL ? str2 + 1 : bfd_get_filename (exec_bfd); 319 if (strcmp (str1, str2) == 0)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| aix5ppc-core.c | 269 const char *str1, *str2; local 313 str2 = strrchr (bfd_get_filename (exec_bfd), '/'); 317 str2 = str2 != NULL ? str2 + 1 : bfd_get_filename (exec_bfd); 319 if (strcmp (str1, str2) == 0)
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| aix5ppc-core.c | 269 const char *str1, *str2; local 313 str2 = strrchr (bfd_get_filename (exec_bfd), '/'); 317 str2 = str2 != NULL ? str2 + 1 : bfd_get_filename (exec_bfd); 319 if (strcmp (str1, str2) == 0)
|
| /src/external/gpl3/gdb/dist/bfd/ |
| aix5ppc-core.c | 269 const char *str1, *str2; local 313 str2 = strrchr (bfd_get_filename (exec_bfd), '/'); 317 str2 = str2 != NULL ? str2 + 1 : bfd_get_filename (exec_bfd); 319 if (strcmp (str1, str2) == 0)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| asan_mac_test.cc | 208 CFStringRef str2 = CFStringCreateCopy(0, str); local 209 EXPECT_EQ(str, str2);
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| dntest.c | 163 char **values, *tmp, *tmp2, *str2 = NULL; local 247 str2 = NULL; 249 ldap_dn2str( dn2, &str2, flags[ f2 ] ) 254 str, str2, 255 strcmp( str, str2 ) == 0 ? "yes" : "no" ); 292 ldap_memfree( str2 );
|