Home
last modified time | relevance | path

Searched refs:expected_name (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/bsd/file/dist/python/
H A Dtests.py13 expected_name = 'Python script, ASCII text executable' variable in MagicTestCase
18 self.assertEqual(result.name, self.expected_name)
/netbsd/external/mpl/bind/dist/lib/dns/tests/
H A Dsigs_test.c114 dns_name_t *expected_name; in compare_tuples() local
131 expected_name = dns_fixedname_initname(&expected_fname); in compare_tuples()
132 result = dns_name_fromstring(expected_name, expected->owner, 0, in compare_tuples()
136 assert_true(dns_name_equal(expected_name, &found->name)); in compare_tuples()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dcpu-arm.c341 const char *expected_name, in arm_check_note() argument
363 if (expected_name == NULL) in arm_check_note()
370 if (namesz != ((strlen (expected_name) + 1 + 3) & ~3)) in arm_check_note()
373 if (strcmp (descr, expected_name) != 0) in arm_check_note()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dcpu-arm.c341 const char *expected_name, in arm_check_note() argument
363 if (expected_name == NULL) in arm_check_note()
370 if (namesz != ((strlen (expected_name) + 1 + 3) & ~3)) in arm_check_note()
373 if (strcmp (descr, expected_name) != 0) in arm_check_note()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dcpu-arm.c348 const char *expected_name, in arm_check_note() argument
370 if (expected_name == NULL) in arm_check_note()
377 if (namesz != ((strlen (expected_name) + 1 + 3) & ~3)) in arm_check_note()
380 if (strcmp (descr, expected_name) != 0) in arm_check_note()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dcpu-arm.c341 const char *expected_name, in arm_check_note() argument
363 if (expected_name == NULL) in arm_check_note()
370 if (namesz != ((strlen (expected_name) + 1 + 3) & ~3)) in arm_check_note()
373 if (strcmp (descr, expected_name) != 0) in arm_check_note()
/netbsd/external/bsd/wpa/dist/hs20/client/
H A Dspp_client.c42 const char *expected_name) in hs20_spp_validate() argument
56 if (strcmp(expected_name, name) != 0) { in hs20_spp_validate()
58 name, expected_name); in hs20_spp_validate()
60 name, expected_name); in hs20_spp_validate()