Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 25 of 143) sorted by relevance

123456

/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb_metadata.c183 topo_usb_parse_start(topo_mod_t *mod, topo_usb_parse_t *parse, const char *line) in topo_usb_parse_start() argument
187 VERIFY3S(parse->tp_state, ==, TOPO_USB_P_START); in topo_usb_parse_start()
188 VERIFY3P(parse->tp_cport, ==, NULL); in topo_usb_parse_start()
191 parse->tp_flags |= TOPO_USB_M_NO_ACPI; in topo_usb_parse_start()
192 parse->tp_flags &= ~TOPO_USB_M_ACPI_MATCH; in topo_usb_parse_start()
195 parse->tp_flags &= ~TOPO_USB_M_ACPI_MATCH; in topo_usb_parse_start()
198 parse->tp_flags |= TOPO_USB_M_ACPI_MATCH; in topo_usb_parse_start()
201 parse->tp_flags |= TOPO_USB_M_METADATA_MATCH; in topo_usb_parse_start()
216 parse->tp_cport = port; in topo_usb_parse_start()
217 parse->tp_state = TOPO_USB_P_PORT; in topo_usb_parse_start()
[all …]
/illumos-gate/usr/src/lib/libsqlite/
H A DMakefile.targ41 parse.h parse.c : $(SRCDIR)/parse.y $(TOOLDIR)/lemon.c $(TOOLDIR)/lempar.c
43 $(CP) $(SRCDIR)/parse.y parse_tmp.y
47 -$(RM) parse.c parse.h
48 $(CP) parse_tmp.h parse.h
49 $(CP) parse_tmp.c parse.c
67 objs/parse.o pics/parse.o: parse.c $(GENHDR)
68 $(COMPILE.c) -o $@ parse.c
H A Dmain.mk61 main.o opcodes.o os.o pager.o parse.o pragma.o printf.o random.o \
87 $(TOP)/src/parse.y \
133 parse.h
185 rm tsrc/sqlite.h.in tsrc/parse.y
186 cp parse.c opcodes.c tsrc
228 parse.o: parse.c $(HDR)
229 $(TCCX) -c parse.c
231 parse.h: parse.c
233 parse.c: $(TOP)/src/parse.y lemon
234 cp $(TOP)/src/parse.y .
[all …]
H A DMakefile.com33 parse.o \
60 GENSRC = opcodes.c parse.c
109 GENHDR = opcodes.h parse.h
160 parse.c \
161 parse.h
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c82 struct parse { struct
97 bool (*parse_expr)(struct parse *, struct branchc *); argument
98 void (*pre_parse)(struct parse *, struct branchc *); argument
99 void (*post_parse)(struct parse *, struct branchc *); argument
108 static bool p_ere_exp(struct parse *p, struct branchc *bc);
109 static void p_str(struct parse *p);
110 static int p_branch_eat_delim(struct parse *p, struct branchc *bc);
111 static void p_branch_ins_offset(struct parse *p, struct branchc *bc);
112 static void p_branch_fix_tail(struct parse *p, struct branchc *bc);
113 static bool p_branch_empty(struct parse *p, struct branchc *bc);
[all …]
/illumos-gate/usr/src/cmd/auditrecord/
H A Dauditrecord.pl33 our (%opt, $parse, $callFilter, $debug,
74 $parse = new Sun::Solaris::BSM::_BSMparse($debug, \%options);
76 my ($attr, $token, $skipClass, $noteAlias) = $parse->readAttr();
82 %class = %{$parse->readClass()};
83 %event = %{$parse->readEvent()};
95 ($cnt, $error) = $parse->readControl('ignore');
99 ($cnt, $error) = $parse->readUser('ignore');
103 ($cnt, $error) = $parse->ckAttrEvent();
528 $list = $parse->{'kernelDefault'};
531 $list = $parse->{'userDefault'};
[all …]
H A Dmkmsg.pl36 $parse %translateText
62 $parse = new Sun::Solaris::BSM::_BSMparse($debug, \%options, './',
65 my ($attr, $token, $skipClass, $noteAlias) = $parse->readAttr();
66 %class = %{$parse->readClass()};
67 %event = %{$parse->readEvent()};
/illumos-gate/usr/src/common/ficl/softcore/
H A Djhlocal.fr38 \ parse-local-prefix-flags
60 : parse-local-prefix-flags ( c-addr u -- c-addr u flags )
117 parse-word ?delim dup to local-state
124 parse-local-prefix-flags to flags
135 parse-word
138 parse-local-prefix-flags to flags
161 parse-word
178 parse-word ?delim dup to local-state
185 parse-local-prefix-flags to flags
196 parse-word
[all …]
H A Dficllocal.fr20 parse-word
35 parse-word
/illumos-gate/usr/src/tools/smatch/src/
H A DREADME7 4. semantic parse
20 create a semantic parse tree for some arbitrary user for further
41 whole source file, and builds up the _complete_ parse tree in memory.
60 and he is now done - having a full C parse of the file he opened. The
63 parse tree that got built up, and needs not worry about the library ever
65 only the parse tree that is described by the header files. The action
71 also as trivial examples of what you can do with the parse tree once it
H A DMakefile54 LIB_OBJS += parse.o
59 LIB_OBJS += show-parse.o
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsparse-README.txt6 4. semantic parse
19 create a semantic parse tree for some arbitrary user for further
40 whole source file, and builds up the _complete_ parse tree in memory.
59 and he is now done - having a full C parse of the file he opened. The
62 parse tree that got built up, and needs not worry about the library ever
64 only the parse tree that is described by the header files. The action
70 also as trivial examples of what you can do with the parse tree once it
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_sctp.c77 parse_func_t *parse; /* parser function */ member
551 parse_func_t *parse; in interpret_params() local
594 parse = parse_opaque_param; in interpret_params()
598 parse = dp->parse; in interpret_params()
613 if (parse != NULL) { in interpret_params()
614 parse(flags, 0, (char *)(hdr + 1), in interpret_params()
961 parse_func_t *parse; in interpret_chunks() local
1022 parse = dp->parse; in interpret_chunks()
1029 parse = parse_opaque_chunk; in interpret_chunks()
1051 if (parse != NULL) { in interpret_chunks()
[all …]
/illumos-gate/usr/src/lib/libjedec/common/
H A Dlibjedec_spd.c807 spd_parse(spd_info_t *sip, const spd_parse_t *parse, size_t nparse) in spd_parse() argument
812 if (parse[i].sp_len != 0) { in spd_parse()
813 len = parse[i].sp_len; in spd_parse()
818 if (len + parse[i].sp_off >= sip->si_nbytes) { in spd_parse()
822 ASSERT3U(parse[i].sp_off, <, UINT32_MAX); in spd_parse()
824 (uint32_t)parse[i].sp_off); in spd_parse()
826 parse[i].sp_parse(sip, parse[i].sp_off, len, in spd_parse()
827 parse[i].sp_key); in spd_parse()
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_zonecfg.sh157 expect_fail invalid-parse-fail-def "default security flags 'fail' are invalid" <<EOF
164 expect_fail invalid-parse-fail-lower "lower security flags 'fail' are invalid" <<EOF
171 expect_fail invalid-parse-fail-def "upper security flags 'fail' are invalid" <<EOF
/illumos-gate/usr/src/cmd/lp/model/
H A Dnetstandard123 parse () {
239 cpi=`parse ${i}`
243 lpi=`parse ${i}`
247 length=`parse ${i}`
251 width=`parse ${i}`
254 dest="-d `parse ${i}`"
258 protocol="-P `parse ${i}`"
261 controlfile="-c `parse ${i}`"
264 timeout="-t `parse ${i}`"
268 data_file_flag="-f `parse ${i}`"
[all …]
H A Dtsol_netstandard136 parse () {
273 cpi=`parse ${i}`
277 lpi=`parse ${i}`
281 length=`parse ${i}`
285 width=`parse ${i}`
288 dest="-d `parse ${i}`"
292 protocol="-P `parse ${i}`"
295 controlfile="-c `parse ${i}`"
298 timeout="-t `parse ${i}`"
302 data_file_flag="-f `parse ${i}`"
[all …]
H A Dtsol_netstandard_foomatic138 parse () {
277 cpi=`parse ${i}`
281 lpi=`parse ${i}`
285 length=`parse ${i}`
289 width=`parse ${i}`
292 dest="-d `parse ${i}`"
296 protocol="-P `parse ${i}`"
299 controlfile="-c `parse ${i}`"
302 timeout="-t `parse ${i}`"
306 data_file_flag="-f `parse ${i}`"
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeString.java64 cstring = parse(str, nlocale); in AttributeString()
70 private String parse(String str, Locale nlocale) { in parse() method in AttributeString
/illumos-gate/usr/src/lib/libeti/form/common/
H A Ddriver.c41 static REQUEST parse(int);
189 x = parse(c); in form_driver()
210 parse(int c) in parse() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregnexec.c397 #define follow(e,r,c,s) ((r)->next?parse(e,(r)->next,c,s):(c)?parse(e,c,0,s):BEST)
399 static int parse(Env_t*, Rex_t*, Rex_t*, unsigned char*);
446 r = parse(env, rex->re.group.expr.rex, &catcher, s); in parserep()
797 parse(Env_t* env, Rex_t* rex, Rex_t* cont, unsigned char* s) in parse() function
833 r = parse(env, rex->re.group.expr.binary.left, &catcher, s); in parse()
838 n = parse(env, rex->re.group.expr.binary.right, &catcher, s); in parse()
847 if ((r = parse(env, rex->re.group.expr.binary.left, cont, s)) == NONE) in parse()
848 r = parse(env, rex->re.group.expr.binary.right, cont, s); in parse()
1023 return parse(env, rex->re.group.expr.binary.left, &catcher, s); in parse()
1192 r = parse(env, rex->re.group.expr.rex, &catcher, s); in parse()
[all …]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSeverity.java232 public static Level parse(String name) in parse() method in Severity
252 return ((Severity)parse(name)); in getSeverityWithName()
/illumos-gate/usr/src/cmd/refer/
H A Dsortbib.c34 static void parse(char [], char fld[][BUF]);
142 parse(line, fld); in sortbib()
206 parse(char line[], char fld[][BUF]) in parse() function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DDESIGN91 for each of the parse nodes and flags for the attributes.
118 a parse tree.
145 21. parse.c contains the code for the shell parser.
153 a file that the shell can read containing the parse tree.
161 29. tdump.c contains the code to dump a parse tree into
164 31. trestore contains the code for restoring the parse
/illumos-gate/usr/src/cmd/csh/i386/
H A DMakefile46 sh.parse.o sh.proc.o sh.sem.o sh.set.o sh.time.o
50 sh.lex.o sh.misc.o sh.parse.o sh.print.o sh.proc.o sh.sem.o sh.set.o \

123456