Searched refs:pattern (Results 176 - 200 of 267) sorted by relevance

1234567891011

/haiku-fatelf/headers/private/mail/
H A Dregex.h94 regardless of where they are in the pattern.
157 /* If this bit is set, succeed as soon as we match the whole pattern,
175 stored in the pattern buffer, so changing this does not affect
304 REG_BADPAT, /* Invalid pattern. */
319 REG_ESIZE, /* Compiled pattern bigger than 2^16 bytes. */
323 /* This data structure represents a compiled pattern. Before calling
324 the pattern compiler, the fields `buffer', `allocated', `fastmap',
325 `translate', and `no_sub' can be set. After the pattern has been
336 /* Space that holds the compiled pattern. It is declared as
347 /* Syntax setting with which the pattern wa
[all...]
/haiku-fatelf/src/bin/bash/
H A Dparser-built149 PATTERN_LIST *pattern;
/haiku-fatelf/src/servers/app/drawing/
H A DDrawingEngine.h79 virtual void SetPattern(const struct pattern& pattern);
H A DPatternHandler.cpp26 The pattern is set to B_SOLID_HIGH, high color is set to black, and
41 \brief Constructor initializes to given pattern
44 This initializes to the given pattern or B_SOLID_HIGH if the pattern
59 \brief Constructor initializes to given pattern
62 This initializes to the given pattern or B_SOLID_HIGH if the pattern
77 \brief Constructor initializes to given pattern
117 \brief Sets the pattern for the handler to the one given
120 This initializes to the given pattern o
[all...]
/haiku-fatelf/src/servers/app/drawing/html5/
H A DHTML5DrawingEngine.h51 virtual void SetPattern(const struct pattern& pattern);
/haiku-fatelf/src/servers/app/drawing/remote/
H A DRemoteDrawingEngine.h50 virtual void SetPattern(const struct pattern& pattern);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtriostr.h73 TRIO_STRING_PUBLIC int trio_match TRIO_PROTO((const char *string, const char *pattern));
74 TRIO_STRING_PUBLIC int trio_match_case TRIO_PROTO((const char *string, const char *pattern));
H A Druntest.c56 #include <libxml/pattern.h>
121 static int glob(const char *pattern, int flags, argument
131 if ((pattern == NULL) || (pglob == NULL)) return(-1);
133 strncpy(directory, pattern, 499);
148 hFind = FindFirstFileA(pattern, &FindFileData);
2391 char pattern[500]; local
2404 snprintf(pattern, 499, "./test/XPath/tests/%s*", baseFilename(filename));
2405 pattern[499] = 0;
2407 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
2439 char pattern[50 local
2965 char pattern[500]; local
3139 char pattern[500]; local
3226 char pattern[500]; local
3308 patternNode(FILE *out, xmlTextReaderPtr reader, const char *pattern, xmlPatternPtr patternc, xmlStreamCtxtPtr patstream) argument
[all...]
H A Dxmllint.c96 #include <libxml/pattern.h>
114 XMLLINT_ERR_SCHEMAPAT, /* Error in schema pattern */
195 static const char *pattern = NULL; variable
1750 printf("Node %s matches pattern %s\n", path, pattern);
1772 " pattern %s node %s\n",
1773 pattern, path);
1818 if (pattern != NULL) {
1819 patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
1822 "Pattern %s failed to compile\n", pattern);
[all...]
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...]
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dnumbers.c27 #include "pattern.h"
705 xmlBufferPtr pattern; local
708 pattern = xmlBufferCreate();
709 if (pattern != NULL) {
710 xmlBufferCCat(pattern, "number(");
711 xmlBufferCat(pattern, value);
712 xmlBufferCCat(pattern, ")");
714 obj = xmlXPathEvalExpression(xmlBufferContent(pattern),
721 xmlBufferFree(pattern);
913 * pattern
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dppc-linux-tdep.c601 struct insn_pattern *pattern,
606 for (i = 0; pattern[i].mask; i++)
609 if ((insn[i] & pattern[i].mask) == pattern[i].data)
611 else if (pattern[i].optional)
767 at PC matching the ppc64_standard_linkage pattern, and INSN is the result
768 from that pattern match, return the code address to which the
600 insns_match_pattern(CORE_ADDR pc, struct insn_pattern *pattern, unsigned int *insn) argument
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dns32k-dis.c119 char *pattern; /* the option itself */
250 for (; (options != 0) && optionP->pattern; optionP++) {
253 strcat(result, optionP->pattern);
271 for (; optionP->pattern; optionP++) {
273 sprintf(result, "%s", optionP->pattern);
118 char *pattern; /* the option itself */ member in struct:ns32k_option
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dgen.c386 char line[1024], pattern[40], mapname[20], accname[20], options[100]; local
404 (void) sprintf(pattern, "%%%lus %%%lus %%%lus\n",
421 n = sscanf(tmp, pattern, mapname, accname, options);
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_shading.c147 p->pattern[p->pattern_number].obj_id = pdc_begin_obj(p->out, PDC_NEW_ID);
150 * code which writes the pattern usage that no color values
151 * will be required when setting the pattern color space.
153 p->pattern[p->pattern_number].painttype = 1;
157 pdc_puts(p->out, "/PatternType 2\n"); /* shading pattern */
189 p->pattern[p->pattern_number-1].painttype == 2)
/haiku-fatelf/src/kits/print/
H A DPicturePrinter.cpp314 static bool compare(pattern a, pattern b) {
321 void PicturePrinter::SetStipplePattern(pattern p) {
/haiku-fatelf/headers/private/print/
H A DPicturePrinter.h77 virtual void SetStipplePattern(pattern p);
/haiku-fatelf/src/apps/webpositive/autocompletion/
H A DAutoCompleter.h69 virtual void FetchChoicesFor(const BString& pattern) = 0;
/haiku-fatelf/src/bin/rcs/
H A Drcsfnms.c363 suffix_matches(suffix, pattern)
364 register char const *suffix, *pattern;
367 if (!pattern)
370 switch (*suffix++ - (c = *pattern++)) {
/haiku-fatelf/src/libs/ncurses/menu/
H A Dmenu.priv.h104 /* Reset the match pattern buffer */
107 (menu)->pattern[0] = '\0'; }
/haiku-fatelf/src/preferences/network/
H A DEthernetSettingsView.cpp76 MatchPattern(const char* string, const char* pattern) argument
79 bool result = regcomp(&compiled, pattern, REG_NOSUB | REG_EXTENDED) == 0
626 static const char* pattern = "^(25[0-5]|2[0-4][0-9]|[01][0-9]{2}|[0-9]" local
629 if (control->IsEnabled() && !MatchPattern(control->Text(), pattern)) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/dos/r5/
H A Dfat.c556 status_t fragment(nspace *vol, uint32 *pattern) argument
585 val = pattern ? *pattern : rand();
631 if (!pattern && ((i & 31) == 31))
/haiku-fatelf/src/apps/terminal/
H A DBasicTerminalBuffer.cpp493 // convert pattern to UTF8Char array
494 UTF8Char pattern[patternByteLen]; local
499 pattern[patternLen].SetTo(_pattern, charLen);
503 pattern[patternLen] = pattern[patternLen].ToLower();
510 //debug_printf(" pattern byte len: %ld, pattern len: %ld\n", patternByteLen, patternLen);
515 // reverse pattern, if searching backward
518 std::swap(pattern[i], pattern[patternLe
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dopenssl.c433 may be present in the pattern.
441 If the pattern contain no wildcards, pattern_match(a, b) is
445 pattern_match (const char *pattern, const char *string) argument
447 const char *p = pattern, *n = string;
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-cmds.c970 regex_t pattern;
977 if (regcomp(&pattern,searchstr,REG_ICASE) == 0)
979 pattern.fastmap=pattern_fastmap;
980 re_compile_fastmap(&pattern);
981 apropos_cmd (gdb_stdout,cmdlist,&pattern,"");
985 regerror(regcomp(&pattern,searchstr,REG_ICASE),NULL,errorbuffer,512);
965 regex_t pattern; local

Completed in 320 milliseconds

1234567891011