Searched defs:parse (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/rad/pysmf/common/
H A Dfmri.py41 def parse(fmri): member in class:FMRI
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeString.java64 cstring = parse(str, nlocale);
70 private String parse(String str, Locale nlocale) { method in class:AttributeString
H A DServiceType.java72 parse(t);
248 private void parse(String t) { method in class:ServiceType
253 // This loop is a kludgy way to break out of the parse so
H A DSLPV1SSrvMsg.java424 // Initialize parse tables in terminal.
493 parse(tk, buf, true);
514 // and parse the terminal.
518 parse(tk, buf, false);
612 private void parse(StreamTokenizer tk, method in class:SLPV1SSrvMsg
757 // It's a parse error here.
H A DSLPHeaderV2.java104 abstract SLPOption parse(SLPHeaderV2 hdr, DataInputStream dsr) method in interface:SLPHeaderV2.OptionParser
385 // and parse the options. If there was an error,
558 SLPOption opt = optParser.parse(this, dsr);
600 // For all options in the table, parse them out.
883 // First, parse in the attribute vector.
/osnet-11/usr/src/lib/libeti/form/common/
H A Ddriver.c43 static REQUEST parse(int);
191 x = parse(c);
212 parse(int c) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm48 return $class->parse($raw_cookie);
85 sub parse { subroutine
267 %cookies = CGI::Cookie->parse($ENV{COOKIE});
465 form using the parse() class method:
468 %cookies = CGI::Cookie->parse($COOKIES);
475 If the value passed to parse() is undefined, an empty array will returned in list
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DKernelStackRecord.java97 parse(String s) method in class:KernelStackRecord
H A DProbeDescription.java124 * @see ProbeDescription#parse(String s)
132 p = ProbeDescription.parse(probeName);
239 parse(String s) throws ParseException method in class:ProbeDescription
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DMan.pm270 # it's much simpler than trying to parse *roff here.
537 $text = $self->parse ($text, @_);
611 $text = $self->parse ($text, $line);
643 # appropriate, but don't leave it set while calling parse() so as to not
648 local $_ = $self->parse (@_);
665 local $_ = $self->parse (@_);
680 local $_ = $self->parse (@_);
696 local $_ = $self->parse (@_);
758 local $_ = $self->parse (@_);
887 sub parse { subroutine
[all...]
H A DParseUtils.pm223 The B<Pod::Hyperlink> class is mainly designed to parse the contents of the
255 return undef unless($self->parse($_[0]));
272 =item $link-E<gt>parse($string)
274 This method can be used to (re)parse a (new) hyperlink, i.e. the contents
283 sub parse { subroutine
578 Returns the link as contents of C<LE<lt>E<gt>>. Reciprocal to B<parse()>.
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregnexec.c113 * returns from parse()
116 #define NONE 0 /* no parse found */
117 #define GOOD 1 /* some parse was found */
119 #define BEST 3 /* an unbeatable parse was found */
397 #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);
447 DEBUG_TEST(0x0010,(sfprintf(sfstdout, "AHA#%04d 0x%04x parserep parse %d %d `%-.*s'\n", __LINE__, debug_flag, rex->re.group.number, r, env->end - s, s)),(0));
797 parse(Env_ function
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c61 static bin_tree_t *parse (re_string_t *regexp, regex_t *preg,
820 dfa->str_tree = parse (&regexp, preg, syntax, &err);
1213 /* Our parse trees are very unbalanced, so we cannot use a stack to
1214 implement parse tree visits. Instead, we use parent pointers and
2117 parse (re_string_t *regexp, regex_t *preg, reg_syntax_t syntax,
2483 /* This function parse repetition operators like "*", "+", "{1,3}" etc. */
2780 /* This function parse bracket expression like "[abc]", "[a-c]",
2108 parse (re_string_t *regexp, regex_t *preg, reg_syntax_t syntax, function
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py362 return Name.parse(unpacker.unpack_string())
924 def parse(namestr): member in class:Name
1055 return "Name.parse(\"%s\")" % str(self)
1270 return [ Name.parse(i) for i in up.unpack_array(up.unpack_string) ]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c117 char *parse; /* Input-scan pointer. */ member in struct:RExC_state_t
144 #define RExC_parse (pRExC_state->parse)

Completed in 101 milliseconds