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

1234567891011>>

/freebsd-13-stable/contrib/byacc/test/yacc/
H A Derr_syntax12.tab.h1 #define text 456 macro
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Derr_syntax12.tab.h4 #define text 456 macro
/freebsd-13-stable/contrib/byacc/test/
H A Derr_syntax3.y6 %token <text> '(' '*' '&
H A Derr_syntax6.y6 %token <text) '(' '*' '&
H A Derr_syntax12.y6 %token text 123
7 %token text 456
H A Derr_syntax13.y6 %token text 123
7 %start text
H A Derr_syntax9.y6 %start text
7 %token text '(' '*' '&'
/freebsd-13-stable/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-13-stable/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-13-stable/contrib/dialog/samples/
H A Dprogrambox12 read text
13 test -z "$text" && break
14 ls -ld "$text" || break
H A Dprogrambox212 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
H A Dprogress212 read text
13 test -z "$text" && break
14 ls -ld "$text" || break
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Daesv8-armx.S6 .text
/freebsd-13-stable/contrib/ntp/libntp/
H A Dnumtoa.c43 char * text; local
49 LIB_GETBUF(text);
50 text[0] = '.';
51 memcpy(&text[1], &refid, sizeof(refid));
52 text[1 + sizeof(refid)] = '\0';
53 tlen = strlen(text);
54 text[tlen] = '.';
55 text[tlen + 1] = '\0';
57 return text;
/freebsd-13-stable/sys/riscv/riscv/
H A Dcpufunc_asm.S38 .text
/freebsd-13-stable/sys/powerpc/mambo/
H A Dmambocall.S30 .text
/freebsd-13-stable/sys/mips/ingenic/
H A Djz4780_mpboot.S32 .text
35 .section .text.mpentry_jz4780

Completed in 118 milliseconds

1234567891011>>