Home
last modified time | relevance | path

Searched refs:text3 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dsafe.t46 my $text3 = $template2->fill_in(SAFE => $c);
47 ok defined $text3;
84 $text3 = $template2->fill_in(SAFE => $c);
85 ok defined $text3;
96 is $text2, $text3;
/freebsd/sys/dev/firewire/
H A Dfwcrom.c546 struct crom_chunk text1,text2,text3,text4,text5,text6,text7; in main() local
557 bzero(&text3, sizeof(text3)); in main()
558 bzero(&text3, sizeof(text4)); in main()
559 bzero(&text3, sizeof(text5)); in main()
560 bzero(&text3, sizeof(text6)); in main()
561 bzero(&text3, sizeof(text7)); in main()
603 crom_add_simple_text(&src, &unit1, &text3, "scsi_target"); in main()
/freebsd/contrib/expat/tests/
H A Dns_tests.c420 const char *text3 = "<foo:e xmlns:foo='http://www.w3.org/2000/xmlns/' />"; in START_TEST() local
428 expect_failure(text3, XML_ERROR_RESERVED_NAMESPACE_URI, in START_TEST()