Searched refs:parse (Results 101 - 125 of 259) sorted by relevance

1234567891011

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/distrib/config/
H A Dnetatalk-config.in37 parse()
186 parse $*
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/pcmcia/
H A Dfdomain_stub.c130 cisparse_t parse; local
146 pcmcia_parse_tuple(link, &tuple, &parse) != 0)
148 link->conf.ConfigIndex = parse.cftable_entry.index;
149 link->io.BasePort1 = parse.cftable_entry.io.win[0].base;
H A Dqlogic_stub.c203 cisparse_t parse; local
220 pcmcia_parse_tuple(link, &tuple, &parse) != 0)
222 link->conf.ConfigIndex = parse.cftable_entry.index;
223 link->io.BasePort1 = parse.cftable_entry.io.win[0].base;
224 link->io.NumPorts1 = parse.cftable_entry.io.win[0].len;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/bluetooth/
H A Ddtl1_cs.c596 static int get_tuple(struct pcmcia_device *handle, tuple_t *tuple, cisparse_t *parse) argument
604 return pcmcia_parse_tuple(handle, tuple, parse);
607 static int first_tuple(struct pcmcia_device *handle, tuple_t *tuple, cisparse_t *parse) argument
611 return get_tuple(handle, tuple, parse);
614 static int next_tuple(struct pcmcia_device *handle, tuple_t *tuple, cisparse_t *parse) argument
618 return get_tuple(handle, tuple, parse);
626 cisparse_t parse; local
627 cistpl_cftable_entry_t *cf = &parse.cftable_entry;
638 i = first_tuple(link, &tuple, &parse);
649 i = next_tuple(link, &tuple, &parse);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dxirc2ps_cs.c374 first_tuple(struct pcmcia_device *handle, tuple_t *tuple, cisparse_t *parse) argument
380 err = pcmcia_parse_tuple(handle, tuple, parse);
385 next_tuple(struct pcmcia_device *handle, tuple_t *tuple, cisparse_t *parse) argument
391 err = pcmcia_parse_tuple(handle, tuple, parse);
696 cisparse_t parse; local
700 cistpl_lan_node_id_t *node_id = (cistpl_lan_node_id_t*)parse.funce.data;
701 cistpl_cftable_entry_t *cf = &parse.cftable_entry;
718 if ((err=first_tuple(link, &tuple, &parse))) {
723 switch(parse.manfid.manf) {
742 (unsigned)parse
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/pcmcia/
H A Dcm4040_cs.c522 cisparse_t parse;
542 rc = pcmcia_parse_tuple(link, &tuple, &parse);
546 link->conf.ConfigIndex = parse.cftable_entry.index;
548 if (!parse.cftable_entry.io.nwin)
551 link->io.BasePort1 = parse.cftable_entry.io.win[0].base;
552 link->io.NumPorts1 = parse.cftable_entry.io.win[0].len;
554 if (!(parse.cftable_entry.io.flags & CISTPL_IO_8BIT))
556 if (!(parse.cftable_entry.io.flags & CISTPL_IO_16BIT))
558 link->io.IOAddrLines = parse.cftable_entry.io.flags
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A DMakefile.in116 html-parse.c html-url.c http.c init.c log.c main.c netrc.c \
120 hash.h host.h html-parse.h html-url.h http.h http-ntlm.h \
133 libunittest_a-html-parse.$(OBJEXT) \
155 html-parse.c html-url.c http.c init.c log.c main.c netrc.c \
159 hash.h host.h html-parse.h html-url.h http.h http-ntlm.h \
167 hash.$(OBJEXT) host.$(OBJEXT) html-parse.$(OBJEXT) \
672 ftp-basic.c ftp-ls.c hash.c host.c html-parse.c html-url.c \
677 ftp.h gen-md5.h hash.h host.h html-parse.h html-url.h \
804 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/html-parse.Po@am__quote@
822 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libunittest_a-html-parse
[all...]
H A DMakefile116 html-parse.c html-url.c http.c init.c log.c main.c netrc.c \
120 hash.h host.h html-parse.h html-url.h http.h http-ntlm.h \
133 libunittest_a-html-parse.$(OBJEXT) \
155 html-parse.c html-url.c http.c init.c log.c main.c netrc.c \
159 hash.h host.h html-parse.h html-url.h http.h http-ntlm.h \
167 hash.$(OBJEXT) host.$(OBJEXT) html-parse.$(OBJEXT) \
672 ftp-basic.c ftp-ls.c hash.c host.c html-parse.c html-url.c \
677 ftp.h gen-md5.h hash.h host.h html-parse.h html-url.h \
804 include ./$(DEPDIR)/html-parse.Po
822 include ./$(DEPDIR)/libunittest_a-html-parse
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_cs.c280 cisparse_t *parse = NULL; local
290 parse = kmalloc(sizeof(cisparse_t), GFP_KERNEL);
291 if (parse == NULL) {
310 pcmcia_parse_tuple(hw_priv->link, &tuple, parse) ||
311 parse->longlink_mfc.nfn < 2) {
359 kfree(parse);
556 cisparse_t *parse; local
565 parse = kmalloc(sizeof(cisparse_t), GFP_KERNEL);
567 if (parse == NULL || hw_priv == NULL) {
584 cistpl_cftable_entry_t *cfg = &(parse
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A DMakefile.Be35 parse.o plain_io.o precmd.o privileges.o scsi.o signal.o stream.o \
H A Dconfig.c676 static int parse(const char *name, int privilege) function
727 (void) ((parse(CONF_FILE,1) |
728 parse(LOCAL_CONF_FILE,1) |
729 parse(SYS_CONF_FILE,1)) ||
730 (parse(OLD_CONF_FILE,1) |
731 parse(OLD_LOCAL_CONF_FILE,1)));
740 parse(conf_file,0);
746 parse(envConfFile,0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_MARK.c215 .parse = &parse_v0,
232 .parse = &parse_v1,
H A Dlibip6t_multiport.c155 parse(int c, char **argv, int invert, unsigned int *flags, function
430 .parse = &parse,
446 .parse = &parse_v1,
H A Dlibipt_multiport.c162 parse(int c, char **argv, int invert, unsigned int *flags, function
439 .parse = &parse,
455 .parse = &parse_v1,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/include/
H A Diptables.h70 int (*parse)(int c, char **argv, int invert, unsigned int *flags, member in struct:iptables_match
123 int (*parse)(int c, char **argv, int invert, unsigned int *flags, member in struct:iptables_target
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxinclude.c416 * parse a document for XInclude
496 xmlChar *parse; local
523 parse = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_PARSE);
524 if (parse != NULL) {
525 if (xmlStrEqual(parse, XINCLUDE_PARSE_XML))
527 else if (xmlStrEqual(parse, XINCLUDE_PARSE_TEXT))
531 "invalid value %s for 'parse'\n", parse);
534 if (parse != NULL)
535 xmlFree(parse);
1986 xmlChar *parse; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxinclude.c416 * parse a document for XInclude
493 xmlChar *parse; local
519 parse = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_PARSE);
520 if (parse != NULL) {
521 if (xmlStrEqual(parse, XINCLUDE_PARSE_XML))
523 else if (xmlStrEqual(parse, XINCLUDE_PARSE_TEXT))
527 "invalid value %s for 'parse'\n", parse);
530 if (parse != NULL)
531 xmlFree(parse);
1994 xmlChar *parse; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxinclude.c416 * parse a document for XInclude
496 xmlChar *parse; local
523 parse = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_PARSE);
524 if (parse != NULL) {
525 if (xmlStrEqual(parse, XINCLUDE_PARSE_XML))
527 else if (xmlStrEqual(parse, XINCLUDE_PARSE_TEXT))
531 "invalid value %s for 'parse'\n", parse);
534 if (parse != NULL)
535 xmlFree(parse);
1986 xmlChar *parse; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pcmcia/
H A Dcistpl.c855 The following routines are all used to parse the nightmarish
1319 int pccard_parse_tuple(tuple_t *tuple, cisparse_t *parse) argument
1328 ret = parse_device(tuple, &parse->device);
1332 ret = parse_bar(tuple, &parse->bar);
1335 ret = parse_config_cb(tuple, &parse->config);
1338 ret = parse_cftable_entry_cb(tuple, &parse->cftable_entry_cb);
1342 ret = parse_checksum(tuple, &parse->checksum);
1346 ret = parse_longlink(tuple, &parse->longlink);
1349 ret = parse_longlink_mfc(tuple, &parse->longlink_mfc);
1352 ret = parse_vers_1(tuple, &parse
1408 pccard_read_tuple(struct pcmcia_socket *s, unsigned int function, cisdata_t code, void *parse) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A DMakefile.am58 printf-parse.h printf-parse.c \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat.h33 /* These indicators are set by the parse function at the appropriate
41 /* Set on the last byte of an invalid format directive, where a parse error
73 void * (*parse) (const char *string, bool translated, char *fdi, char **invalid_reason); member in struct:formatstring_parser
75 /* Free a format string descriptor, returned by parse(). */
H A Dread-catalog-abstract.h63 /* This method is invoked before the parse, but after the file is
67 /* This method is invoked after the parse, but before the file is
135 void (*parse) (abstract_catalog_reader_ty *pop, FILE *fp, member in struct:catalog_input_format
138 /* Whether the parse function always produces messages encoded in UTF-8
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/windows/
H A DMakefile.src71 html-parse$o html-url$o progress$o retr$o recur$o res$o url$o \
88 gen-md5.h getopt.h gnu-md5.h hash.h host.h html-parse.h \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/MISC/Borland/
H A DMakefile86 BASESRC = ccl.c dfa.c ecs.c gen.c main.c misc.c nfa.c parse.c \
143 parse.c: parse.y
144 $(YACC) -ydl parse.y
145 @sed "/extern char.*malloc/d" <y_tab.c >parse.c
147 @mv y_tab.h parse.h
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-avr32/
H A Dsetup.h110 int (*parse)(struct tag *); member in struct:tagtable

Completed in 416 milliseconds

1234567891011