Searched refs:text (Results 1 - 25 of 1154) sorted by relevance

1234567891011>>

/freebsd-current/contrib/byacc/test/yacc/
H A Derr_syntax12.tab.h1 #define text 456 macro
/freebsd-current/contrib/byacc/test/btyacc/
H A Derr_syntax12.tab.h4 #define text 456 macro
/freebsd-current/contrib/byacc/test/
H A Derr_syntax3.y6 %token <text> '(' '*' '&
H A Derr_syntax6.y6 %token <text) '(' '*' '&
H A Derr_syntax13.y6 %token text 123
7 %start text
H A Derr_syntax12.y6 %token text 123
7 %token text 456
/freebsd-current/contrib/netbsd-tests/ipf/
H A Dt_nat_parse.sh40 test_case in1 intest text text
41 test_case in2 intest text text
42 test_case in3 intest text text
43 test_case in4 intest text text
44 test_case in5 intest text text
[all...]
H A Dt_pools.sh66 test_case f28 ptest text text
67 test_case f29 ptest text text
68 test_case p1 ptest text text
69 test_case p2 ptest text text
70 test_case p3 ptest text text
[all...]
H A Dt_nat_exec.sh63 test_case n1 nattest text text
64 test_case n2 nattest text text
65 test_case n3 nattest text text
66 test_case n4 nattest text text
67 test_case n5 nattest text text
[all...]
H A Dt_filter_exec.sh111 test_case f1 dotest text text
112 test_case f2 dotest text text
113 test_case f3 dotest text text
114 test_case f4 dotest text text
115 test_case f5 dotest text text
[all...]
/freebsd-current/contrib/kyua/utils/text/
H A Dtemplates_fwd.hpp29 /// \file utils/text/templates_fwd.hpp
30 /// Forward declarations for utils/text/templates.hpp
36 namespace text { namespace in namespace:utils
42 } // namespace text
H A Dexceptions.cpp29 #include "utils/text/exceptions.hpp"
31 namespace text = utils::text;
34 /// Constructs a new error with a plain-text message.
36 /// \param message The plain-text error message.
37 text::error::error(const std::string& message) :
44 text::error::~error(void) throw()
49 /// Constructs a new error with a plain-text message.
51 /// \param message The plain-text error message.
52 text
[all...]
H A Dregex_fwd.hpp29 /// \file utils/text/regex_fwd.hpp
30 /// Forward declarations for utils/text/regex.hpp
36 namespace text { namespace in namespace:utils
43 } // namespace text
H A Doperations_test.cpp29 #include "utils/text/operations.ipp"
38 #include "utils/text/exceptions.hpp"
40 namespace text = utils::text;
46 /// Tests text::refill() on an input string with a range of widths.
57 const std::vector< std::string > lines = text::split(expected, '\n');
59 ATF_REQUIRE_EQ(expected, text::refill_as_string(input, width));
60 ATF_REQUIRE(lines == text::refill(input, width));
71 ATF_REQUIRE_EQ("", text::escape_xml(""));
78 ATF_REQUIRE_EQ("a", text
[all...]
H A Dtable_test.cpp29 #include "utils/text/table.hpp"
35 #include "utils/text/operations.ipp"
37 namespace text = utils::text;
40 /// Performs a check on text::table_formatter.
57 const text::table_formatter& formatter,
58 const text::table& table)
60 ATF_REQUIRE_EQ(expected, text::join(formatter.format(table), "\n") + "\n");
68 ATF_REQUIRE_EQ(5, text::table(5).ncolumns());
69 ATF_REQUIRE_EQ(10, text
[all...]
/freebsd-current/contrib/dialog/samples/
H A Dprogrambox212 read text
13 test -z "$text" && break
14 ls -ld "$text" || break
H A Dprogrambox312 read text
13 test -z "$text" && break
14 ls -ld "$text" || break
H A Dprogress212 read text
13 test -z "$text" && break
14 ls -ld "$text" || break
H A Dprogrambox12 read text
13 test -z "$text" && break
14 ls -ld "$text" || break
H A Dprogress12 read text
13 test -z "$text" && break
14 ls -ld "$text" || break
/freebsd-current/contrib/ntp/libntp/
H A Dnumtoa.c44 char * text; local
51 LIB_GETBUF(text);
52 text[0] = '.';
54 memcpy(&text[1], &refid, sizeof(refid));
55 text[1 + sizeof(refid)] = '\0';
56 tlen = strlen(text);
57 text[tlen] = '.';
58 text[tlen + 1] = '\0';
67 for (cp = text + 1; *cp; ++cp) {
73 return text;
[all...]
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/t/
H A Dhash.t25 my $text = $template->fill_in(HASH => $vars);
26 is $text, $result2;
33 $text = $template->fill_in(HASH => $vars);
34 is $text, $result4;
38 $text = $template->fill_in(HASH => $vars, PACKAGE => 'Q');
39 is $text, $result5;
46 $text = $template->fill_in(HASH => $vars);
47 is $text, $result7;
58 my $text = $template->fill_in(HASH => { 'v' => undef });
64 is $text,
[all...]
/freebsd-current/sys/powerpc/mambo/
H A Dmambocall.S28 .text
/freebsd-current/sys/riscv/riscv/
H A Dcpufunc_asm.S36 .text
/freebsd-current/sys/arm64/vmm/
H A Dvmm_call.S34 .text

Completed in 140 milliseconds

1234567891011>>