| /netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ |
| H A D | safe.t | 40 my $text1 = $template1->fill_in(); 41 ok defined $text1; 64 is $text1, $goodoutput; 78 $text1 = $template1->fill_in(); 79 ok defined $text1; 92 is $text1, $text4; 99 is $text1, $badnosafeoutput; 113 $text1 = $template1->fill_in(); 117 is $text1, $text2; 129 $text1 = $templateB->fill_in( [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/ |
| H A D | 04-safe.t | 45 $text1 = $template1->fill_in(); 52 print +(defined $text1 ? '' : 'not '), "ok $n\n"; 78 print +($text1 eq $goodoutput ? '' : 'not '), "ok $n\n"; 91 $text1 = $template1->fill_in(); 99 print +(defined $text1 ? '' : 'not '), "ok $n\n"; 110 print +($text1 eq $text4 ? '' : 'not '), "ok $n\n"; 119 print +($text1 eq $badnosafeoutput ? '' : 'not '), "ok $n\n"; 136 $text1 = $template1->fill_in(); 140 print +($text1 eq $text2 ? '' : 'not '), "ok $n\n"; 150 $text1 = $templateB->fill_in(BROKEN => \&my_broken, [all …]
|
| /netbsd-src/external/mpl/bind/dist/tests/dns/ |
| H A D | rdata_test.c | 48 const char *text1; /* text passed to fromtext_*() */ 56 const char *text1; 698 sizeof(buf1), compare_ok->text1, in check_wire_ok() 702 compare_ok->lineno, compare_ok->text1); in check_wire_ok() 719 compare_ok->lineno, compare_ok->text1, in check_compare_ok_single() 726 compare_ok->lineno, compare_ok->text1, in check_compare_ok_single() 733 compare_ok->lineno, compare_ok->text1, in check_compare_ok_single() 750 for (i = 0; compare_ok[i].text1 != NULL; i++) { in check_compare_ok_single() 791 sizeof(buf1), textvsunknown->text1, 794 fprintf(stdout, "# '%s'\n", textvsunknown->text1); in check_rdata() 51 const char *text1; /* text passed to fromtext_*() */ global() member 59 const char *text1; global() member [all...] |
| /netbsd-src/games/backgammon/teachgammon/ |
| H A D | data.c | 53 static const char *const text1[] = { variable 230 5, 5, {13, 13, 8, 8}, {8, 8, 3, 3}, 6, 6, {text1}
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/xscale/ |
| H A D | blx.cgs | 20 .section text1, "ax"
|
| /netbsd-src/external/mit/expat/dist/tests/ |
| H A D | runtests.c | 2745 const char *text1 = "<?xml version='1.0' encoding='us-ascii'?>\n"; in START_TEST() local 2758 if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1), XML_FALSE) in START_TEST() 2814 const char *text1 = "<?xml version='1.0' encoding='us-ascii'?>\n" in START_TEST() local 2828 if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1), XML_FALSE) in START_TEST() 3340 const char *text1 = "<doc>Hello "; in START_TEST() local 3349 if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1), XML_FALSE) in START_TEST() 4083 const char *text1 = "<!ELEMENT doc EMPTY>\n" in external_entity_param() local 4101 if (_XML_Parse_SINGLE_BYTES(ext_parser, text1, (int)strlen(text1), XML_TRUE) in external_entity_param() 4330 const char *text1 = "<!ELEMENT doc EMPTY>\n" in external_entity_valuer() local 4344 if (_XML_Parse_SINGLE_BYTES(ext_parser, text1, (int)strlen(text1), XML_TRUE) in external_entity_valuer() [all …]
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/rndc/ns7/ |
| H A D | include2.db.in | 16 text1 TXT "include 2"
|
| H A D | include.db.in | 16 text1 TXT "include 1"
|
| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | texindex.c | 389 char *text1, *text2; in compare_prepared() local 411 text1 = line1->text; in compare_prepared() 421 char *start1 = find_field (&keyfields[i], text1, &length1); in compare_prepared() 424 text1 - text_base, in compare_prepared()
|
| H A D | install-info.c | 1534 char *text1 = (*entry1)->text; in compare_entries_text() local 1536 char *colon1 = strchr (text1, ':'); in compare_entries_text() 1541 len1 = strlen (text1); in compare_entries_text() 1543 len1 = colon1 - text1; in compare_entries_text() 1548 return strncmp (text1, text2, len1 <= len2 ? len1 : len2); in compare_entries_text()
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | RELEASE_NOTES-3.0 | 419 ${name?{text1}:{text2}} 423 ${{text1}=={text2}?{text3}:{text4}} 424 ${{text1}!={text2}?{text3}:{text4}}
|
| H A D | HISTORY | 16707 expression of the form ``("text1" "text2") + constant'' so
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ld.info | 4867 .text1 { o2/*.o(.text) } 4869 This will define both '.text0' and '.text1' to start at address 0x1000. 4870 '.text0' will be loaded at address 0x4000, and '.text1' will be loaded 4875 C code to copy overlay '.text1' into the overlay area might look like 4889 .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) { o2/*.o(.text) } 4890 PROVIDE (__load_start_text1 = LOADADDR (.text1)); 4891 PROVIDE (__load_stop_text1 = LOADADDR (.text1) + SIZEOF (.text1)); 4892 . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));
|
| H A D | ld.texi | 5840 .text1 @{ o2/*.o(.text) @} 5845 This will define both @samp{.text0} and @samp{.text1} to start at 5847 @samp{.text1} will be loaded immediately after @samp{.text0}. The 5852 C code to copy overlay @code{.text1} into the overlay area might look 5872 .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) @{ o2/*.o(.text) @} 5873 PROVIDE (__load_start_text1 = LOADADDR (.text1)); 5874 PROVIDE (__load_stop_text1 = LOADADDR (.text1) + SIZEOF (.text1)); 5875 . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ld.texi | 6146 .text1 @{ o2/*.o(.text) @} 6151 This will define both @samp{.text0} and @samp{.text1} to start at 6153 @samp{.text1} will be loaded immediately after @samp{.text0}. The 6158 C code to copy overlay @code{.text1} into the overlay area might look 6178 .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) @{ o2/*.o(.text) @} 6179 PROVIDE (__load_start_text1 = LOADADDR (.text1)); 6180 PROVIDE (__load_stop_text1 = LOADADDR (.text1) + SIZEOF (.text1)); 6181 . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));
|
| H A D | ld.info | 5119 .text1 { o2/*.o(.text) } 5121 This will define both ‘.text0’ and ‘.text1’ to start at address 0x1000. 5122 ‘.text0’ will be loaded at address 0x4000, and ‘.text1’ will be loaded 5127 C code to copy overlay ‘.text1’ into the overlay area might look like 5141 .text1 0x1000 : AT (0x4000 + SIZEOF (.text0)) { o2/*.o(.text) } 5142 PROVIDE (__load_start_text1 = LOADADDR (.text1)); 5143 PROVIDE (__load_stop_text1 = LOADADDR (.text1) + SIZEOF (.text1)); 5144 . = 0x1000 + MAX (SIZEOF (.text0), SIZEOF (.text1));
|