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

1234567891011>>

/freebsd-10-stable/contrib/byacc/test/yacc/
H A Derr_syntax12.tab.h1 #define text 456 macro
/freebsd-10-stable/contrib/byacc/test/btyacc/
H A Derr_syntax12.tab.h4 #define text 456 macro
/freebsd-10-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-10-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-10-stable/sys/boot/pc98/boot0.5/
H A Dldscript7 .text : { *(.text) }
/freebsd-10-stable/contrib/dialog/samples/
H A Dprogrambox12 read text
13 test -z "$text" && break
14 ls -ld "$text"
H A Dprogrambox212 read text
13 test -z "$text" && break
14 ls -ld "$text"
H A Dprogress12 read text
13 test -z "$text" && break
14 ls -ld "$text"
H A Dprogress212 read text
13 test -z "$text" && break
14 ls -ld "$text"
/freebsd-10-stable/sys/powerpc/mambo/
H A Dmambocall.S30 .text
/freebsd-10-stable/sys/boot/sparc64/boot1/
H A D_start.s3 .text
/freebsd-10-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-10-stable/contrib/gdb/gdb/
H A Dcompleter.h22 extern char **complete_line (const char *text, char *line_buffer, int point);
24 extern char *readline_line_completion_function (const char *text, int matches);
/freebsd-10-stable/usr.bin/calendar/
H A Devents.c51 * - Copy the text of the event
62 e->text = strdup(txt);
63 if (e->text == NULL)
75 char *text; local
78 * Adding text to the event:
79 * - Save a copy of the old text (unknown length, so strdup())
80 * - Allocate enough space for old text + \n + new text + 0
81 * - Store the old text + \n + new text
[all...]
/freebsd-10-stable/bin/sh/
H A Dvar.h44 #define VTEXTFIXED 0x08 /* text is statically allocated */
45 #define VSTACK 0x10 /* text is allocated on the stack */
56 char *text; /* name=value */ member in struct:var
67 char *text; /* saved text */ member in struct:localvar
97 #define ifsval() (vifs.text + 4)
99 #define mailval() (vmail.text + 5)
100 #define mpathval() (vmpath.text + 9)
101 #define pathval() (vpath.text + 5)
102 #define ps1val() (vps1.text
[all...]
/freebsd-10-stable/contrib/expat/tests/
H A Druntests.c98 _expect_failure(const char *text, enum XML_Error errorCode, const char *errorMessage, argument
101 if (_XML_Parse_SINGLE_BYTES(parser, text, strlen(text), XML_TRUE) == XML_STATUS_OK)
109 #define expect_failure(text, errorCode, errorMessage) \
110 _expect_failure((text), (errorCode), (errorMessage), \
184 char text[] = "<doc>\0</doc>"; local
187 if (_XML_Parse_SINGLE_BYTES(parser, text, sizeof(text) - 1, XML_TRUE) == XML_STATUS_OK)
207 const char *text = "\357\273\277<e/>"; local
209 if (_XML_Parse_SINGLE_BYTES(parser, text, strle
216 char text[] = "\\376\\377\\0<\\0e\\0/\\0>"; local
225 char text[] = "\\377\\376<\\0e\\0/\\0>\\0"; local
251 _run_character_check(const XML_Char *text, const XML_Char *expected, const char *file, int line) argument
268 _run_attribute_check(const XML_Char *text, const XML_Char *expected, const char *file, int line) argument
287 const char *text = local
299 const char *text = local
309 const char *text = local
319 const char *text = local
329 const char *text = local
343 const char *text = "<doc>\\xEF\\xBA\\xBF</doc>"; local
355 char text[100]; local
441 char text[] = local
457 char text[] = local
480 const char *text = local
497 const char *text = local
518 const char *text = "<tag></tag>"; local
565 const char *text = local
601 const char *text = local
621 const char *text = local
647 const char *text = local
689 const char *text = "<a><b><c/></b><d><f/></d></a>"; local
793 const char *text = local
847 const char *text = local
869 const char *text = local
889 const char *text = local
905 const char *text = local
928 const char *text = local
946 char *text = (char *)XML_GetUserData(parser); local
964 const char *text = local
984 const char *text = local
1001 const char *text = local
1016 const char *text = local
1048 const char *text = local
1064 const char *text = local
1120 const char *text = long_character_data_text; local
1141 const char *text = long_character_data_text; local
1154 const char *text = "<a><![CDATA[<greeting>Hello, world!</greeting>]]></a>"; local
1174 const char text[] = local
1196 const char *text; member in struct:CaseData
1304 const char *text = local
1344 run_ns_tagname_overwrite_test(const char *text, const char *result) argument
1359 const char *text = local
1380 const char *text = local
1423 const char *text = "<e xmlns='http://xml.libexpat.org/'></e>"; local
1442 const char *text; local
1465 const char *text = local
1487 const char *text = local
1502 const char *text = local
1515 const char *text = local
1532 const char *text = local
1555 const char *text = local
1567 const char *text = local
1580 const char *text = "<doc a:attr=''/>"; local
1590 const char *text = "<a:doc/>"; local
[all...]
/freebsd-10-stable/sys/conf/
H A Dldscript.mips.octeon16 text PT_LOAD FLAGS(0x7);
12 .text : {
13 *(.text)
18 } : text
42 } : text
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dcheck-dumpevents.py10 text = sys.stdin.readlines() variable
13 expect_inserted_pos = text.index("Inserted:\n")
14 expect_active_pos = text.index("Active:\n")
15 got_inserted_pos = text.index("Inserted events:\n")
16 got_active_pos = text.index("Active events:\n")
26 now,T= text[1].split()
29 want_inserted = set(text[expect_inserted_pos+1:expect_active_pos])
30 want_active = set(text[expect_active_pos+1:got_inserted_pos-1])
31 got_inserted = set(text[got_inserted_pos+1:got_active_pos])
32 got_active = set(text[got_active_po
[all...]

Completed in 225 milliseconds

1234567891011>>