Home
last modified time | relevance | path

Searched refs:BEGIN (Results 1 – 25 of 1299) sorted by relevance

12345678910>>...52

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh32 BEGIN {
37 BEGIN { trace(mutex_owned(&`pidlock)); }
38 BEGIN { trace(mutex_owner(&`pidlock)); }
49 BEGIN { trace(strlen(`initname)); }
54 BEGIN { trace(strtok(`initname, "/")); }
55 BEGIN { trace(strtok(NULL, "/")); }
58 BEGIN { trace(strtoll(`initname)); }
59 BEGIN { trace(strtoll(`initname, 10)); }
65 BEGIN { trace(dirname(`initname)); }
66 BEGIN { trace(cleanpath(`initname)); }
[all …]
H A Dtst.unpriv_funcs.ksh38 BEGIN { trace("trace\n"); }
39 BEGIN { printf("%s\n", "printf"); }
41 BEGIN { x = alloca(10);
45 BEGIN { printf("index(\"index\", \"x\") = %d\n",
47 BEGIN { printf("strchr(\"strchr\", \'t\') = %s\n",
52 BEGIN { printf("strtok(NULL, \"t\") = %s\n",
54 BEGIN { printf("strtok(NULL, \"t\") = %s\n",
56 BEGIN { printf("substr(\"substr\", 2, 2) = %s\n",
58 BEGIN { trace(strjoin("str", "join\n")); }
60 BEGIN { trace(dirname("dirname/basename")); }
[all …]
H A Dtst.op_access.ksh31 BEGIN {
37 BEGIN { trace(`utsname); }
38 BEGIN { trace(`kmem_flags); }
41 BEGIN /`initname == "/sbin/init"/ { trace("bad"); }
44 BEGIN { p = `p0; trace(p); }
47 BEGIN { self->p = `p0; trace(self->p); }
50 BEGIN { a[stringof(`initname)] = 42; trace(a["/sbin/init"]); }
53 BEGIN { self->a[stringof(`initname)] = 42; trace(self->a["/sbin/init"]); }
59 BEGIN /errorcount == expected_errorcount/ {
64 BEGIN /errorcount != expected_errorcount/ {
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.l84 <INITIAL>import { BEGIN WORD; return (SCC_IMPORT); }
89 <INITIAL>apply { BEGIN WORD; return (SCC_APPLY); }
93 <INITIAL>set { BEGIN WORD; return (SCC_SET); }
94 <INITIAL>end { BEGIN WORD; return (SCC_END); }
95 <INITIAL>exit { BEGIN WORD; return (SCC_END); }
96 <INITIAL>quit { BEGIN WORD; return (SCC_END); }
99 <INITIAL>list { BEGIN WORD; return (SCC_LIST); }
100 <INITIAL>add { BEGIN WORD; return (SCC_ADD); }
106 <INITIAL>addpg { BEGIN WORD; return (SCC_ADDPG); }
107 <INITIAL>delpg { BEGIN WORD; return (SCC_DELPG); }
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c119 errlog(BEGIN, "symtab_new_function() {"); in symtab_new_function()
163 errlog(BEGIN, "symtab_clear_varargs() {"); in symtab_clear_varargs()
193 errlog(BEGIN, "symtab_clear_errval() {"); in symtab_clear_errval()
239 errlog(BEGIN, "symtab_set_formals() {"); in symtab_set_formals()
397 errlog(BEGIN, "symtab_set_errval() {"); in symtab_set_errval()
423 errlog(BEGIN, "symtab_add_args() {"); in symtab_add_args()
463 errlog(BEGIN, "symtab_add_varargs() {"); in symtab_add_varargs()
496 errlog(BEGIN, "symtab_add_globals() {"); in symtab_add_globals()
772 errlog(BEGIN, "allocate_entry() {"); in allocate_entry()
795 errlog(BEGIN, "set_entry() {"); in set_entry()
[all …]
H A Ddb.c72 errlog(BEGIN, "db_set_current_library() {"); in db_set_current_library()
82 errlog(BEGIN, "db_get_current_library() {"); errlog(END, "}"); in db_get_current_library()
89 errlog(BEGIN, "db_set_current_interface() {"); in db_set_current_interface()
108 errlog(BEGIN, "db_set_source_directory() {"); in db_set_source_directory()
119 errlog(BEGIN, "db_get_source_directory() {"); errlog(END, "}"); in db_get_source_directory()
127 errlog(BEGIN, "db_set_target_directory() {"); in db_set_target_directory()
138 errlog(BEGIN, "db_get_target_directory() {"); errlog(END, "}"); in db_get_target_directory()
165 errlog(BEGIN, "db_set_output_file() {"); in db_set_output_file()
187 errlog(BEGIN, "db_get_output_file() {"); in db_get_output_file()
224 errlog(BEGIN, "db_add_print_types() {"); in db_add_print_types()
[all …]
H A Dinterceptor.c73 errlog(BEGIN, "generate_interceptor() {"); in generate_interceptor()
168 errlog(BEGIN, "generate_i_declarations() {"); in generate_i_declarations()
197 errlog(BEGIN, "generate_i_preamble() {"); in generate_i_preamble()
229 errlog(BEGIN, "generate_i_call() {"); in generate_i_call()
268 errlog(BEGIN, "generate_i_postamble() {"); in generate_i_postamble()
300 errlog(BEGIN, "generate_i_bindings() {"); in generate_i_bindings()
337 errlog(BEGIN, "generate_return_printf() {"); in generate_return_printf()
364 errlog(BEGIN, "generate_i_prints() {"); in generate_i_prints()
382 errlog(BEGIN, "generate_i_closedown() {"); in generate_i_closedown()
414 errlog(BEGIN, "generate_i_live_vars() {"); in generate_i_live_vars()
[all …]
/illumos-gate/usr/src/lib/libsec/common/
H A Dacl_lex.l96 BEGIN NS;
101 BEGIN NS;
106 BEGIN PS;
111 BEGIN PS;
116 BEGIN PS;
121 BEGIN NS;
126 BEGIN NS;
131 BEGIN NS;
136 BEGIN PS;
141 BEGIN PS;
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/vars/
H A Dtst.nullassign.d29 BEGIN
36 BEGIN
43 BEGIN
50 BEGIN
55 BEGIN
61 BEGIN
69 BEGIN
75 BEGIN
82 BEGIN
89 BEGIN
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.shortstr.d30 BEGIN
35 BEGIN
40 BEGIN
46 BEGIN
51 BEGIN
56 BEGIN
61 BEGIN
67 BEGIN
72 BEGIN
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l60 BEGIN TSTATE;
66 BEGIN TSTATE;
72 BEGIN TSTATE;
78 BEGIN TSTATE;
85 BEGIN TSTATE;
91 BEGIN TSTATE;
97 BEGIN TSTATE;
103 BEGIN TSTATE;
109 BEGIN TSTATE;
115 BEGIN TSTATE;
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.strtok.d29 BEGIN
34 BEGIN
40 BEGIN
45 BEGIN
51 BEGIN
56 BEGIN
62 BEGIN
67 BEGIN
73 BEGIN
78 BEGIN
[all …]
H A Dtst.hton.d33 BEGIN
50 BEGIN
57 BEGIN
64 BEGIN
71 BEGIN
78 BEGIN
85 BEGIN
92 BEGIN
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_COMM_COMM.DisjointCommit.d37 BEGIN
46 BEGIN
52 BEGIN
58 BEGIN
66 BEGIN
75 BEGIN
83 BEGIN
90 BEGIN
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l79 BEGIN TSTATE;
85 BEGIN TSTATE;
91 BEGIN TSTATE;
97 BEGIN TSTATE;
103 BEGIN TSTATE;
109 BEGIN TSTATE;
115 BEGIN TSTATE;
121 BEGIN TSTATE;
127 BEGIN TSTATE;
133 BEGIN TSTATE;
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.errmsg42 illegal break, continue, next or nextfile from BEGIN
43 BEGIN { nextfile }
64 BEGIN { s = "[x"; if (1 ~ s) print "foo"}
67 BEGIN { if ("x" ~ /$^/) print "ugh" }
73 BEGIN { print 1/0 }
76 BEGIN { x = 1; print x /= 0 }
79 BEGIN { x = 1; print x %= 0 }
82 BEGIN { print 1%0 }
85 BEGIN { x[1] = 0; split("a b c", y, x) }
100 BEGIN { f(f) }
[all …]
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l51 "string too long", cbuf); BEGIN A; } }
68 BEGIN A;
71 BEGIN A;
81 <A>BEGIN RETURN(XBEGIN);
122 <A>"}" { BEGIN sc; RETURN(';'); }
152 <A>\" { BEGIN str; clen=0; }
154 <A># { BEGIN comment; }
160 <reg>"[" { BEGIN chc; clen=0; cflag=0; }
161 <reg>"[^" { BEGIN chc; clen=0; cflag=1; }
181 <reg>"/" { BEGIN A; unput('/'); }
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.negquant.d29 BEGIN
37 BEGIN
42 BEGIN
50 BEGIN
58 BEGIN
66 BEGIN
88 BEGIN
110 BEGIN
H A Dtst.neglquant.d29 BEGIN
37 BEGIN
42 BEGIN
50 BEGIN
58 BEGIN
66 BEGIN
100 BEGIN
145 BEGIN
/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.l105 BEGIN 0;
125 BEGIN 0;
136 BEGIN 0;
147 BEGIN 0;
158 BEGIN 0;
169 BEGIN 0;
180 BEGIN 0;
191 BEGIN 0;
202 BEGIN 0;
214 BEGIN 0;
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_SPECUNAVAIL.d29 BEGIN,
30 BEGIN,
31 BEGIN,
32 BEGIN
37 BEGIN
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.l109 BEGIN USTATE;
147 BEGIN CPUSTATE;
162 BEGIN state;
176 BEGIN INITIAL;
186 BEGIN INITIAL;
196 BEGIN INITIAL;
207 BEGIN INITIAL;
217 BEGIN INITIAL;
234 BEGIN INITIAL;
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/begin/
H A Dtst.multibegin.d38 BEGIN
42 BEGIN
46 BEGIN
50 BEGIN
54 BEGIN
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/end/
H A Dtst.multibeginend.d55 BEGIN
59 BEGIN
63 BEGIN
67 BEGIN
71 BEGIN
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmain.test91 CREATE TRIGGER xyz AFTER DELETE abc BEGIN
98 CREATE TRIGGER xyz AFTER DELETE backend BEGIN
104 CREATE TRIGGER xyz AFTER DELETE end BEGIN
110 CREATE TRIGGER xyz AFTER DELETE end BEGIN
117 CREATE TRIGGER xyz AFTER DELETE end BEGIN
125 CREATE TRIGGER xyz AFTER DELETE [;end;] BEGIN
131 CREATE TRIGGER xyz AFTER DELETE backend BEGIN
138 TRIGGER xyz AFTER DELETE backend BEGIN
145 TRIGGERX xyz AFTER DELETE backend BEGIN
165 CREATE TRIGGER xyz AFTER DELETE backend BEGIN
[all …]

12345678910>>...52