HomeSort by: relevance | last modified time | path
    Searched refs:text1 (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/t/
safe.t 40 my $text1 = $template1->fill_in();
41 ok defined $text1;
51 # print +($text1 eq $text3 ? '' : 'not '), "ok $n\n";
61 # print +($text1 eq $text2 ? '' : 'not '), "ok $n\n";
64 is $text1, $goodoutput;
78 $text1 = $template1->fill_in();
79 ok defined $text1;
90 # (11) text1 and text4 should be the same (using safe in between
92 is $text1, $text4;
98 # (13) text1 should yield badnosafeoutpu
    [all...]
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/
safe.t 40 my $text1 = $template1->fill_in();
41 ok defined $text1;
51 # print +($text1 eq $text3 ? '' : 'not '), "ok $n\n";
61 # print +($text1 eq $text2 ? '' : 'not '), "ok $n\n";
64 is $text1, $goodoutput;
78 $text1 = $template1->fill_in();
79 ok defined $text1;
90 # (11) text1 and text4 should be the same (using safe in between
92 is $text1, $text4;
98 # (13) text1 should yield badnosafeoutpu
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/t/
04-safe.t 45 $text1 = $template1->fill_in();
52 print +(defined $text1 ? '' : 'not '), "ok $n\n";
61 # print +($text1 eq $text3 ? '' : 'not '), "ok $n\n";
73 # print +($text1 eq $text2 ? '' : '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";
108 # (11) text1 and text4 should be the same (using safe in between
110 print +($text1 eq $text4 ? '' : 'not '), "ok $n\n";
118 # (13) text1 should yield badnosafeoutpu
    [all...]
  /src/games/backgammon/teachgammon/
data.c 53 static const char *const text1[] = { variable
230 5, 5, {13, 13, 8, 8}, {8, 8, 3, 3}, 6, 6, {text1}
  /src/crypto/external/apache2/openssl/dist/test/
http_test.c 149 #define text1 "test\n" macro
173 || BIO_puts(req, text1) != sizeof(text1) - 1
178 mock_args.txt = text1;
220 char rtext[sizeof(text1) + 1 /* more space than needed */];
223 sizeof(text1) - 1)
224 && TEST_str_eq(rtext, text1);
508 mock_args.txt = text1;
  /src/external/mit/expat/dist/tests/
ns_tests.c 401 const char *text1 local
405 expect_failure(text1, XML_ERROR_RESERVED_PREFIX_XMLNS,
416 const char *text1 = "<foo:e xmlns:foo='http://example.org/'" local
422 expect_failure(text1, XML_ERROR_RESERVED_PREFIX_XML,
440 const char *text1 local
514 if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1), XML_FALSE)
nsalloc_tests.c 691 const char *text1 local
787 if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1), XML_FALSE)
1247 const char *text1 local
1332 if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1), XML_FALSE)
handlers.c 842 const char *text1 = "<!ELEMENT doc EMPTY>\n" local
860 if (_XML_Parse_SINGLE_BYTES(ext_parser, text1, (int)strlen(text1), XML_TRUE)
956 const char *text1 = "<!ELEMENT doc EMPTY>\n" local
970 if (_XML_Parse_SINGLE_BYTES(ext_parser, text1, (int)strlen(text1), XML_TRUE)
1002 const char *text1 = "<!ELEMENT doc EMPTY>\n" local
1017 if (_XML_Parse_SINGLE_BYTES(ext_parser, text1, (int)strlen(text1), XML_TRUE)
1039 const char *text1 = "<!ELEMENT doc EMPTY>\n local
1076 const char *text1 = (const char *)XML_GetUserData(parser); local
    [all...]
alloc_tests.c 887 const char *text1 = "<?xml version='1.0' encoding='us-ascii'?>\n" local
900 if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1), XML_TRUE)
basic_tests.c 2306 const char *text1 = "<?xml version='1.0' encoding='us-ascii'?>\n"; local
2319 if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1), XML_FALSE)
2375 const char *text1 = "<?xml version='1.0' encoding='us-ascii'?>\n" local
2389 if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1), XML_FALSE)
2671 const char *text1 = "<doc>Hello "; local
2680 if (_XML_Parse_SINGLE_BYTES(g_parser, text1, (int)strlen(text1), XML_FALSE)
  /src/external/mpl/bind/dist/tests/dns/
rdata_test.c 48 const char *text1; /* text passed to fromtext_*() */ member in struct:compare_ok
56 const char *text1; member in struct:textvsunknown
698 sizeof(buf1), compare_ok->text1,
702 compare_ok->lineno, compare_ok->text1);
719 compare_ok->lineno, compare_ok->text1,
726 compare_ok->lineno, compare_ok->text1,
733 compare_ok->lineno, compare_ok->text1,
750 for (i = 0; compare_ok[i].text1 != NULL; i++) {
791 sizeof(buf1), textvsunknown->text1,
794 fprintf(stdout, "# '%s'\n", textvsunknown->text1);
    [all...]
  /src/external/gpl2/texinfo/dist/util/
install-info.c 1549 char *text1 = (*entry1)->text;
1551 char *colon1 = strchr (text1, ':');
1556 len1 = strlen (text1);
1558 len1 = colon1 - text1;
1563 return strncmp (text1, text2, len1 <= len2 ? len1 : len2);
1534 char *text1 = (*entry1)->text; local
texindex.c 392 char *text1, *text2;
414 text1 = line1->text;
424 char *start1 = find_field (&keyfields[i], text1, &length1);
427 text1 - text_base,
389 char *text1, *text2; local
  /src/external/mpl/bind/dist/bin/tests/system/rndc/
tests.sh 32 update add text1.nil. 600 IN TXT "addition 1"
35 update add text1.other. 600 IN TXT "addition 1"
767 $DIGCMD @10.53.0.7 -y "$TSIG" text1.test. TXT >dig.out.1.test$n || ret=1
770 $DIGCMD @10.53.0.7 -y "$TSIG" text1.test. TXT >dig.out.2.test$n || ret=1
824 $DIGCMD @10.53.0.7 -y "$TSIG" text1.test. TXT >dig.out.1.test$n || ret=1
827 $DIGCMD @10.53.0.7 -y "$TSIG" text1.test. TXT >dig.out.2.test$n || ret=1

Completed in 48 milliseconds