Searched refs:pattern (Results 151 - 175 of 430) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dos_pri.c914 word pattern; local
920 pattern = READ_WORD(data);
922 if (pattern != DSP_SIGNATURE_PROBE_WORD) {
924 dsp, pattern, DSP_SIGNATURE_PROBE_WORD))
932 pattern = READ_WORD(data);
934 if (pattern != (word) ~ DSP_SIGNATURE_PROBE_WORD) {
936 dsp, pattern, (word) ~ DSP_SIGNATURE_PROBE_WORD))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dcmds.c84 static int checkglob(int fd, const char *pattern);
957 * Check whether given pattern matches `..'
958 * We assume only a glob pattern starting with a dot will match
962 isdotdotglob(const char *pattern) argument
967 if (*pattern++ != '.')
969 while ((c = *pattern++) != '\0' && c != '/') {
984 * - returned name starts with / but glob pattern doesn't
985 * - glob pattern starts with / but returned name doesn't
988 * pattern doesn't match ..
996 checkglob(int fd, const char *pattern) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/ipvs/
H A Dip_vs_ftp.c100 const char *pattern, size_t plen, char term,
109 if (strnicmp(data, pattern, data_limit - data) == 0)
115 if (strnicmp(data, pattern, plen) != 0) {
99 ip_vs_ftp_get_addrport(char *data, char *data_limit, const char *pattern, size_t plen, char term, __be32 *addr, __be16 *port, char **start, char **end) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c436 TRE_MODULE ".pattern object holds compiled tre regex", /* tp_doc */
463 char *pattern; local
468 if (!PyArg_ParseTuple(args, "s#|i:compile", &pattern, &pattlen, &cflags))
475 rc = tre_regncomp(&rv->rgx, (char*)pattern, pattlen, cflags);
489 "Compile a regular expression pattern, returning a "
490 TRE_MODULE ".pattern object" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A Dxmllint.c96 #include <libxml/pattern.h>
117 XMLLINT_ERR_SCHEMAPAT, /* Error in schema pattern */
199 static const char *pattern = NULL; variable
1760 printf("Node %s matches pattern %s\n", path, pattern);
1782 " pattern %s node %s\n",
1783 pattern, path);
1828 if (pattern != NULL) {
1829 patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
1832 "Pattern %s failed to compile\n", pattern);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c96 #include <libxml/pattern.h>
117 XMLLINT_ERR_SCHEMAPAT, /* Error in schema pattern */
199 static const char *pattern = NULL; variable
1760 printf("Node %s matches pattern %s\n", path, pattern);
1782 " pattern %s node %s\n",
1783 pattern, path);
1828 if (pattern != NULL) {
1829 patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
1832 "Pattern %s failed to compile\n", pattern);
[all...]
H A Dtestrecurse.c75 static int glob(const char *pattern, int flags, argument
85 if ((pattern == NULL) || (pglob == NULL)) return(-1);
87 strncpy(directory, pattern, 499);
102 hFind = FindFirstFileA(pattern, &FindFileData);
H A Dpattern.c2 * pattern.c: Implemetation of selectors for nodes
18 * - making clear how pattern starting with / or . need to be handled,
36 #include <libxml/pattern.h>
106 struct _xmlStreamCtxt *next;/* link to next sub pattern if | */
164 struct _xmlPattern *next; /* next pattern if | is used */
165 const xmlChar *pattern; /* the pattern */ member in struct:_xmlPattern
238 if (comp->pattern != NULL)
239 xmlFree((xmlChar *)comp->pattern);
279 * @pattern
289 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict, const xmlChar **namespaces) argument
2354 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, const xmlChar **namespaces) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmllint.c96 #include <libxml/pattern.h>
117 XMLLINT_ERR_SCHEMAPAT, /* Error in schema pattern */
199 static const char *pattern = NULL; variable
1760 printf("Node %s matches pattern %s\n", path, pattern);
1782 " pattern %s node %s\n",
1783 pattern, path);
1828 if (pattern != NULL) {
1829 patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
1832 "Pattern %s failed to compile\n", pattern);
[all...]
H A Dtestrecurse.c75 static int glob(const char *pattern, int flags, argument
85 if ((pattern == NULL) || (pglob == NULL)) return(-1);
87 strncpy(directory, pattern, 499);
102 hFind = FindFirstFileA(pattern, &FindFileData);
H A Dpattern.c2 * pattern.c: Implemetation of selectors for nodes
18 * - making clear how pattern starting with / or . need to be handled,
36 #include <libxml/pattern.h>
106 struct _xmlStreamCtxt *next;/* link to next sub pattern if | */
164 struct _xmlPattern *next; /* next pattern if | is used */
165 const xmlChar *pattern; /* the pattern */ member in struct:_xmlPattern
238 if (comp->pattern != NULL)
239 xmlFree((xmlChar *)comp->pattern);
279 * @pattern
289 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict, const xmlChar **namespaces) argument
2354 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, const xmlChar **namespaces) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/
H A Dutils.h101 int matches(const char *arg, const char *pattern);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_tdb.c704 * Search across the whole tdb for keys that match the given pattern
708 * @param pattern searching pattern used by fnmatch(3) functions
710 * @return list of keys found by looking up with given pattern
712 TDB_LIST_NODE *tdb_search_keys(TDB_CONTEXT *tdb, const char* pattern) argument
726 DEBUG(18, ("checking %s for match to pattern %s\n", key_str, pattern));
730 /* do the pattern checking */
731 if (fnmatch(pattern, key_str, 0) == 0) {
739 DEBUG(18, ("checking %s matched pattern
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dutil.h137 void RemoteGlobCollapse(const FTPCIPtr, const char *pattern, FTPLineListPtr fileList);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Ddsp.h149 void *pattern; member in struct:dsp_tone
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h83 regardless of where they are in the pattern.
146 /* If this bit is set, succeed as soon as we match the whole pattern,
173 stored in the pattern buffer, so changing this does not affect
306 REG_BADPAT, /* Invalid pattern. */
321 REG_ESIZE, /* Compiled pattern bigger than 2^16 bytes. */
326 /* This data structure represents a compiled pattern. Before calling
327 the pattern compiler, the fields `buffer', `allocated', `fastmap',
328 `translate', and `no_sub' can be set. After the pattern has been
339 /* Space that holds the compiled pattern. It is declared as
350 /* Syntax setting with which the pattern wa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dapi.c26 int UzpGrep(char *archive, char *file, char *pattern, int cmd, int SkipBin,
528 pattern = string to search for
543 particular pattern, nor does it search past the first
544 matching occurrence of the pattern.
547 int UZ_EXP UzpGrep(char *archive, char *file, char *pattern, int cmd, argument
581 patternLen = strlen(pattern);
591 strcat(sz, pattern);
594 strcpy(sz, pattern);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dwindll.c498 /* include filename pattern is too long for internal buffers */
541 /* exclude filename pattern is too long for internal buffers */
965 pattern = string to search for
980 particular pattern, nor does it search past the first
981 matching occurrence of the pattern.
984 int WINAPI Wiz_Grep(LPSTR archive, LPSTR file, LPSTR pattern, int cmd, argument
1022 patternLen = strlen(pattern);
1033 strcat(sz, pattern);
1036 strcpy(sz, pattern);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h84 regardless of where they are in the pattern.
147 /* If this bit is set, succeed as soon as we match the whole pattern,
165 stored in the pattern buffer, so changing this does not affect
296 REG_BADPAT, /* Invalid pattern. */
311 REG_ESIZE, /* Compiled pattern bigger than 2^16 bytes. */
316 /* This data structure represents a compiled pattern. Before calling
317 the pattern compiler, the fields `buffer', `allocated', `fastmap',
318 `translate', and `no_sub' can be set. After the pattern has been
329 /* Space that holds the compiled pattern. It is declared as
340 /* Syntax setting with which the pattern wa
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dparser.c15 * match_one: - Determines if a string matches a simple pattern
16 * @s: the string to examine for presense of the pattern
17 * @p: the string containing the pattern
21 * Description: Determines if the pattern @p is present in string @s. Can only
22 * match extremely simple token=arg style patterns. If the pattern is found,
97 * &struct match_token whose pattern is set to the NULL pointer.
110 for (p = table; !match_one(s, p->pattern, args) ; p++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dpattern.c2 * pattern.c: Implemetation of selectors for nodes
18 * - making clear how pattern starting with / or . need to be handled,
36 #include <libxml/pattern.h>
106 struct _xmlStreamCtxt *next;/* link to next sub pattern if | */
164 struct _xmlPattern *next; /* next pattern if | is used */
165 const xmlChar *pattern; /* the pattern */ member in struct:_xmlPattern
238 if (comp->pattern != NULL)
239 xmlFree((xmlChar *)comp->pattern);
279 * @pattern
289 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict, const xmlChar **namespaces) argument
2348 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, const xmlChar **namespaces) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dpattern.c2 * pattern.c: Implemetation of selectors for nodes
18 * - making clear how pattern starting with / or . need to be handled,
36 #include <libxml/pattern.h>
106 struct _xmlStreamCtxt *next;/* link to next sub pattern if | */
164 struct _xmlPattern *next; /* next pattern if | is used */
165 const xmlChar *pattern; /* the pattern */ member in struct:_xmlPattern
238 if (comp->pattern != NULL)
239 xmlFree((xmlChar *)comp->pattern);
279 * @pattern
289 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict, const xmlChar **namespaces) argument
2348 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, const xmlChar **namespaces) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dmulticast-lookup.c204 static void* scan_cache_callback(AvahiCache *c, AvahiKey *pattern, AvahiCacheEntry *e, void* userdata) { argument
208 assert(pattern);
H A Dquery-sched.c190 static void* known_answer_walk_callback(AvahiCache *c, AvahiKey *pattern, AvahiCacheEntry *e, void* userdata) { argument
195 assert(pattern);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dmulticast-lookup.c204 static void* scan_cache_callback(AvahiCache *c, AvahiKey *pattern, AvahiCacheEntry *e, void* userdata) { argument
208 assert(pattern);

Completed in 173 milliseconds

1234567891011>>