Searched refs:parse (Results 301 - 325 of 402) sorted by relevance

<<11121314151617

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dbuild_unzip.com264 $ here = f$parse( workdir, , , "device")+ f$parse( workdir, , , "directory")
H A Dvms.h36 #define sys$parse SYS$PARSE
H A Dvms.c1252 if ( ERR(status = sys$parse(&fileblk)) )
1254 vms_msg(__G__ "create_qio_output: sys$parse failed.\n", status);
1290 adj_file_name_odsX(), and sys$parse() here should always
3279 status = sys$parse(outfab);
3283 "warning: set-dir-attributes failed ($parse) for %s.\n",
3640 if ( ERR(status = sys$parse(&fileblk)) )
3642 vms_msg(__G__ "stamp_file: sys$parse failed.\n", status);
3931 * Parse the file spec. If sys$parse() fails, save the VMS
3935 if ( !OK(status = sys$parse(&fab)) )
3943 * If syntax-only parse worke
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/phonet/
H A Daf_phonet.c153 .parse = pn_header_parse,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms_pk.c215 status = sys$parse(&Fab);
220 " vms_open(): $parse sts = %%x%08x.\n", status);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dsetup.c384 * Scan the tag table for this tag, and call its parse function. The
395 t->parse(tag);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dso/
H A Ddso_vms.c501 status = sys$parse(&fab, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dso/
H A Ddso_vms.c501 status = sys$parse(&fab, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_sctp.c489 .parse = sctp_parse,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dxmldocument.tex15 wxXmlDocument internally uses the expat library which comes with wxWidgets to parse the given stream.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dc-parse.exp32 /* Command-line: gperf -L KR-C -F ', 0, 0' -j1 -i 1 -g -o -t -N is_reserved_word -k1,3,$ c-parse.gperf */
H A Dtest-4.exp32 /* Command-line: gperf -L KR-C -F ', 0, 0' -j1 -i 1 -g -o -t -N is_reserved_word -k1,3,$ c-parse.gperf */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl1624 sub parse($$) { subroutine
2234 parse($infile, $outfile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl1624 sub parse($$) { subroutine
2234 parse($infile, $outfile);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A Dparse.c71 #line 9 "./parse.y"
99 /* $Header: /projects/cvsroot/src/router/flex/parse.y,v 1.1.1.1 2001/04/08 23:53:37 mhuang Exp $ */
1000 /* Nonzero means print parse trace. It is left uninitialized so that
1377 YYDPRINTF ((stderr, "Starting parse\n"));
1570 #line 113 "./parse.y"
1602 #line 142 "./parse.y"
1613 #line 153 "./parse.y"
1620 #line 157 "./parse.y"
1631 #line 165 "./parse.y"
1638 #line 168 "./parse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difupdown.c190 static char *parse(const char *command, struct interface_defn_t *ifd) function
300 out = parse(command, ifd);
302 /* parse error? */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregcomp.c45 static struct subre *parse _ANSI_ARGS_((struct vars *, int, int, struct state *, struct state *));
333 re->re_info = 0; /* bits get set during parse */
372 v->tree = parse(v, EOS, PLAIN, v->nfa->init, v->nfa->final);
582 - parse - parse an RE
586 ^ static struct subre *parse(struct vars *, int, int, struct state *,
590 parse(v, stopper, type, init, final) function
657 - parsebranch - parse one branch of an RE
704 - parseqatom - parse one quantified atom or constraint of an RE
816 t = parse(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dsmc91c92_cs.c485 cisparse_t parse; local
488 if (pcmcia_parse_tuple(tuple, &parse))
491 buf = parse.version_1.str + parse.version_1.ofs[3];
493 if ((parse.version_1.ns > 3) && (cvt_ascii_address(dev, buf) == 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmakefile.sl795 parse.obj: $(XPMDIR)\parse.c
796 *$(CC) $(CPPFLAGS) $(IFLAGS) $(XPMDIR)\parse.c
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnetdevice.h312 int (*parse)(const struct sk_buff *skb, unsigned char *haddr); member in struct:header_ops
1399 if (!dev->header_ops || !dev->header_ops->parse)
1401 return dev->header_ops->parse(skb, haddr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dgnv_link_curl.com42 $! There is no 7.4, so that simplifies the parse a bit.
428 $! Extended parse style requires special quoting
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A DMakefile98 build.$(OBJEXT) parse.$(OBJEXT) channel.$(OBJEXT) \
383 build.c parse.c \
543 include ./$(DEPDIR)/parse.Po
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.c900 /* Nonzero means print parse trace. It is left uninitialized so that
1278 YYDPRINTF ((stderr, "Starting parse\n"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-gram-gen.c914 /* Nonzero means print parse trace. It is left uninitialized so that
1292 YYDPRINTF ((stderr, "Starting parse\n"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/test/
H A DBindingSpeedTest.java404 parser.parse(input);

Completed in 476 milliseconds

<<11121314151617