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

1234567891011>>

/freebsd-11-stable/contrib/byacc/test/yacc/
H A Derr_syntax12.tab.h1 #define text 456 macro
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Derr_syntax12.tab.h4 #define text 456 macro
/freebsd-11-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-11-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-11-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-11-stable/sys/powerpc/mambo/
H A Dmambocall.S30 .text
/freebsd-11-stable/stand/sparc64/boot1/
H A D_start.s3 .text
/freebsd-11-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-11-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-11-stable/usr.bin/calendar/
H A Devents.c53 * - Copy the text of the event
64 e->text = strdup(txt);
65 if (e->text == NULL)
77 char *text; local
80 * Adding text to the event:
81 * - Save a copy of the old text (unknown length, so strdup())
82 * - Allocate enough space for old text + \n + new text + 0
83 * - Store the old text + \n + new text
[all...]
/freebsd-11-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-11-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...]
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_vdso.lds.s12 .hash : { *(.hash) } :text
20 .note : { *(.note.*) } :text :note
22 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
23 .eh_frame : { KEEP (*(.eh_frame)) } :text
25 .dynamic : { *(.dynamic) } :text :dynamic
27 .rodata : { *(.rodata*) } :text
42 .text : { *(.test .text*) } :text =0x90909090
47 text PT_LOA
[all...]
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_vdso.lds.s13 .hash : { *(.hash) } :text
21 .note : { *(.note.*) } :text :note
23 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
24 .eh_frame : { KEEP (*(.eh_frame)) } :text
26 .dynamic : { *(.dynamic) } :text :dynamic
28 .rodata : { *(.rodata*) } :text
43 .text : { *(.text*) } :text =0x90909090
48 text PT_LOA
[all...]
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_vdso.lds.s13 .hash : { *(.hash) } :text
21 .note : { *(.note.*) } :text :note
23 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
24 .eh_frame : { KEEP (*(.eh_frame)) } :text
26 .dynamic : { *(.dynamic) } :text :dynamic
28 .rodata : { *(.rodata*) } :text
43 .text : { *(.text*) } :text =0x90909090
48 text PT_LOA
[all...]

Completed in 241 milliseconds

1234567891011>>