Searched refs:pattern (Results 251 - 275 of 430) sorted by relevance

<<1112131415161718

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.y332 p->info.typ->pattern = $4.pattern;
1344 $$.pattern = $1;
1349 $$.pattern = $1;
1354 $$.pattern = $1;
1359 $$.pattern = $1;
1364 $$.pattern = $1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dsoapcpp2_yacc.y332 p->info.typ->pattern = $4.pattern;
1344 $$.pattern = $1;
1349 $$.pattern = $1;
1354 $$.pattern = $1;
1359 $$.pattern = $1;
1364 $$.pattern = $1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DMakefile86 chvalid.c pattern.c xmlsave.c xmlmodule.c schematron.c \
101 legacy.lo chvalid.lo pattern.lo \
117 # chvalid.lo pattern.lo xmlsave.lo \
530 xmlwriter.c legacy.c chvalid.c pattern.c xmlsave.c \
540 # xmlwriter.c legacy.c chvalid.c pattern.c xmlsave.c \
916 include ./$(DEPDIR)/pattern.Plo
2500 -@(for i in $(srcdir)/test/pattern/*.pat ; do \
2502 if [ -f $(srcdir)/test/pattern/$$name.xml ] ; then \
2503 if [ ! -f $(srcdir)/result/pattern/$$name ] ; then \
2507 $(CHECKER) $(top_builddir)/xmllint --walker --pattern
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DMakefile86 chvalid.c pattern.c xmlsave.c xmlmodule.c schematron.c \
101 legacy.lo chvalid.lo pattern.lo \
117 # chvalid.lo pattern.lo xmlsave.lo \
532 xmlwriter.c legacy.c chvalid.c pattern.c xmlsave.c \
542 # xmlwriter.c legacy.c chvalid.c pattern.c xmlsave.c \
914 include ./$(DEPDIR)/pattern.Plo
2498 -@(for i in $(srcdir)/test/pattern/*.pat ; do \
2500 if [ -f $(srcdir)/test/pattern/$$name.xml ] ; then \
2501 if [ ! -f $(srcdir)/result/pattern/$$name ] ; then \
2505 $(CHECKER) $(top_builddir)/xmllint --walker --pattern
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D03-codebook.tex36 A codebook begins with a 24 bit sync pattern, 0x564342:
162 values that are permuted in a set pattern to build a list of vectors,
276 tree, thus it's impossible for any bit pattern read from the stream to
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dlanai.c555 int offset, u32 pattern)
558 sram_write(lanai, pattern, offset);
560 if (likely(readback == pattern))
565 (unsigned int) pattern, (unsigned int) readback);
569 static int __devinit sram_test_pass(const struct lanai_dev *lanai, u32 pattern) argument
573 result = sram_test_word(lanai, offset, pattern);
554 sram_test_word(const struct lanai_dev *lanai, int offset, u32 pattern) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vme/
H A Dvme.c729 struct vme_dma_attr *vme_dma_pattern_attribute(u32 pattern, argument
744 printk(KERN_ERR "Unable to allocate memory for pattern "
752 pattern_attr->pattern = pattern;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dkernel-doc370 foreach my $pattern (keys %highlights) {
371 # print STDERR "scanning pattern:$pattern, highlight:($highlights{$pattern})\n";
372 $dohighlight .= "\$contents =~ s:$pattern:$highlights{$pattern}:gs;\n";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c308 char pattern[PATTERN_LEN + 1]; local
310 sprintf(pattern, "%0*Lx <", BITS_PER_LONG / 4,
315 if (memcmp(line->line, pattern, PATTERN_LEN) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dslabinfo.c88 regex_t pattern; variable
1107 return regexec(&pattern, slab, 0, NULL, 0);
1347 err = regcomp(&pattern, pattern_source, REG_ICASE|REG_NOSUB);
1349 fatal("%s: Invalid pattern '%s' code %d\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.h314 std::vector<xs__pattern> pattern; member in class:xs__restriction
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dbcm_umi_nand.c66 .pattern = scan_ff_pattern
H A Dmxc_nand.c992 .pattern = bbt_pattern,
1002 .pattern = mirror_pattern,
H A Dsh_flctl.c58 .pattern = scan_ff_pattern,
65 .pattern = scan_ff_pattern,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile.am171 lib/libxml/pattern.c \
172 lib/libxml/pattern.in.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzip.h686 char *pattern, int cmd, int SkipBin,
/netgear-R7000-V1.0.7.12_1.2.5/src/makefiles/
H A DWLAN_Common.mk13 # If a make include file is used to set rules, pattern rules,
192 # This uses pattern matching to pull component paths from
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dschema.h314 std::vector<xs__pattern> pattern; member in class:xs__restriction
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dschema.h314 std::vector<xs__pattern> pattern; member in class:xs__restriction
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dschema.h314 std::vector<xs__pattern> pattern; member in class:xs__restriction
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dlife.cpp199 menuFile->Append(wxID_OPEN, wxEmptyString, _("Open an existing Life pattern"));
220 menuView->Append(ID_INFO, _("&Description\tCtrl-D"), _("View pattern description"));
256 ADD_TOOL(wxID_OPEN, tbBitmaps[1], wxGetStockLabel(wxID_OPEN, wxSTOCK_NOFLAGS), _("Open an existing Life pattern"));
469 // stop if running and put the pattern
493 const LifePattern pattern = dialog.GetPattern(); local
495 // put the pattern
497 m_life->SetPattern(pattern);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dftp.c3807 wildcard->pattern = strdup(last_slash);
3808 if(!wildcard->pattern)
3813 else { /* there is only 'wildcard pattern' or nothing */
3815 wildcard->pattern = strdup(path);
3816 if(!wildcard->pattern)
3833 Curl_safefree(wildcard->pattern);
3840 Curl_safefree(wildcard->pattern);
3855 Curl_safefree(wildcard->pattern);
3864 Curl_safefree(wildcard->pattern);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dcmpt.c1078 /* Match STRING against the filename pattern PATTERN, returning zero
1085 fnmatch (const char *pattern, const char *string, int flags)
1087 register const char *p = pattern, *n = string;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A DMakefile373 libxml/libxml_rpl_la-pattern.lo \
702 LIBXML_H = libxml/DOCBparser.h libxml/HTMLparser.h libxml/HTMLtree.h libxml/SAX2.h libxml/SAX.h libxml/c14n.h libxml/catalog.h libxml/chvalid.h libxml/debugXML.h libxml/dict.h libxml/encoding.h libxml/entities.h libxml/globals.h libxml/hash.h libxml/list.h libxml/nanoftp.h libxml/nanohttp.h libxml/parser.h libxml/parserInternals.h libxml/pattern.h libxml/relaxng.h libxml/schemasInternals.h libxml/schematron.h libxml/threads.h libxml/tree.h libxml/uri.h libxml/valid.h libxml/xinclude.h libxml/xlink.h libxml/xmlIO.h libxml/xmlautomata.h libxml/xmlerror.h libxml/xmlexports.h libxml/xmlmemory.h libxml/xmlmodule.h libxml/xmlreader.h libxml/xmlregexp.h libxml/xmlsave.h libxml/xmlschemas.h libxml/xmlschemastypes.h libxml/xmlstring.h libxml/xmlunicode.h libxml/xmlversion.h libxml/xmlwriter.h libxml/xpath.h libxml/xpathInternals.h libxml/xpointer.h
955 libxml/pattern.c libxml/pattern.in.h libxml/relaxng.c \
1037 libxml/parserInternals.h libxml/pattern.h libxml/relaxng.h \
1155 libxml/parserInternals.c libxml/pattern.c libxml/relaxng.c \
1248 libxml/pattern.c \
1480 libxml/pattern.lo: libxml/$(am__dirstamp)
1533 libxml/libxml_rpl_la-pattern.lo: libxml/$(am__dirstamp)
1768 -rm -f libxml/libxml_rpl_la-pattern
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dksz884x.c3544 * @frame: The pattern frame bit.
3562 * hw_set_wol_frame - program Wake-on-LAN pattern
3566 * @mask: Mask to ignore certain bytes in the pattern.
3568 * @pattern: The frame data.
3570 * This routine is used to program Wake-on-LAN pattern.
3573 u8 *mask, uint frame_size, u8 *pattern)
3596 data[to++] = pattern[from];
3623 * hw_add_wol_arp - add ARP pattern
3627 * This routine is used to add ARP pattern for waking up the host.
3632 u8 pattern[4 local
3572 hw_set_wol_frame(struct ksz_hw *hw, int i, uint mask_size, u8 *mask, uint frame_size, u8 *pattern) argument
3655 u8 pattern[] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; local
3673 u8 pattern[] = { 0x33, 0x33, 0xFF, 0x00, 0x00, 0x00 }; local
[all...]

Completed in 229 milliseconds

<<1112131415161718