Searched refs:parse (Results 201 - 225 of 256) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_rateest.c161 "rateest: could not parse rate `%s'",
184 "rateest: could not parse pps `%s'",
208 "rateest: could not parse rate `%s'",
231 "rateest: could not parse pps `%s'",
422 .parse = rateest_parse,
H A Dlibxt_tcp.c374 .parse = tcp_parse,
H A Dlibxt_sctp.c496 .parse = sctp_parse,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtoptions.c274 * Multiple integer parse routine.
367 * tos_parse_numeric - parse a string like "15/255"
584 * Validate and parse a protocol specification (number or name) by use of
595 * Validate and parse a port specification and put the result into
890 * Dispatch arguments to the appropriate parse function, based upon the
899 if (t->parse != NULL)
900 t->parse(c - t->option_offset, argv, invert,
926 * Dispatch arguments to the appropriate parse function, based upon the
935 if (m->parse != NULL)
936 m->parse(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Ddrv_libxml2.py124 # when fatal is set, the parse will stop;
133 def parse(self, source): member in class:LibXml2Reader
170 break # end of parse
177 break # fatal parse error
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/docs/
H A Dautodocifier.pl240 The following is an example of some data this script might parse.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dfmvj18x_cs.c343 cisparse_t parse; local
363 CS_CHECK(ParseTuple, pcmcia_parse_tuple(link, &tuple, &parse));
364 link->conf.ConfigIndex = parse.cftable_entry.index;
H A Daxnet_cs.c292 cisparse_t parse; local
310 cistpl_cftable_entry_t *cfg = &(parse.cftable_entry);
311 cistpl_io_t *io = &(parse.cftable_entry.io);
314 pcmcia_parse_tuple(link, &tuple, &parse) != 0 ||
H A Dpcnet_cs.c520 cisparse_t parse; local
535 cistpl_cftable_entry_t *cfg = &(parse.cftable_entry);
536 cistpl_io_t *io = &(parse.cftable_entry.io);
539 pcmcia_parse_tuple(link, &tuple, &parse) != 0 ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py1102 # Parse a C code block, used for functions it parse till
1190 # Parse a C enum block, parse till the balancing }
1241 # Parse a C definition block, used for structs it parse till
1581 def parse(self): member in class:CParser
1657 idx = parser.parse()
1664 idx = parser.parse()
2130 def parse(filename): function
2132 idx = parser.parse()
2138 parse(sys.argv[1])
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_ipt.c433 m->parse(c - m->option_offset, argv, 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso_vms.c434 status = sys$parse(&fab, 0, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsetup.c399 * Scan the tag table for this tag, and call its parse function.
410 t->parse(tag);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dsetup.c362 * Scan the tag table for this tag, and call its parse function. The
373 t->parse(tag);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl1624 sub parse($$) { subroutine
2234 parse($infile, $outfile);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dnsp_cs.c1037 * parse hardware SCSI irq reasons register
1651 cisparse_t parse; local
1678 cistpl_cftable_entry_t *cfg = &(parse.cftable_entry);
1681 pcmcia_parse_tuple(link, &tuple, &parse) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/test/
H A DBindingSpeedTest.java404 parser.parse(input);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dpcmcia_ioctl.c633 ret = pccard_parse_tuple(&buf->tuple, &buf->tuple_parse.parse);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dgram.c1037 /* Nonzero means print parse trace. It is left uninitialized so that
1415 YYDPRINTF ((stderr, "Starting parse\n"));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dmake_vms.com357 $ write mod f$parse(srcfil,,,"NAME"), ".obj"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dmake_vms.com357 $ write mod f$parse(srcfil,,,"NAME"), ".obj"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dacornfb.c1173 void (*parse)(char *opt); member in struct:options
1203 optp->parse(opt + optlen + 1);

Completed in 296 milliseconds

1234567891011