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

1234567891011

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dpattern.c2 * pattern.c: Implemetation of the template match compilation and lookup
34 #include "pattern.h"
97 const xmlChar *pattern; /* the pattern */ member in struct:_xsltCompMatch
168 if (comp->pattern != NULL)
169 xmlFree((xmlChar *)comp->pattern);
401 if (comp->pattern[0] != '/') {
405 query = xmlStrcat(query, comp->pattern);
407 xmlFree((xmlChar *) comp->pattern);
408 comp->pattern
1859 xsltCompilePatternInternal(const xmlChar *pattern, xmlDocPtr doc, xmlNodePtr node, xsltStylesheetPtr style, xsltTransformContextPtr runtime, int novar) argument
2032 xsltCompilePattern(const xmlChar *pattern, xmlDocPtr doc, xmlNodePtr node, xsltStylesheetPtr style, xsltTransformContextPtr runtime) argument
[all...]
/haiku-fatelf/src/bin/less/
H A Dtags.c57 * Use either pattern or line number.
58 * findgtag() always uses line number, so pattern is always NULL.
59 * findctag() uses either pattern (in which case line number is 0),
60 * or line number (in which case pattern is NULL).
73 char tag_endline; /* True if the pattern includes '$' */
113 maketagent(name, file, linenum, pattern, endline)
117 char *pattern;
127 if (pattern == NULL)
131 tp->tag_pattern = (char *) ecalloc(strlen(pattern) + 1, sizeof(char));
132 strcpy(tp->tag_pattern, pattern);
[all...]
/haiku-fatelf/src/servers/app/
H A DDrawState.cpp195 fPattern = info.pattern;
256 info.viewStateInfo.pattern = (::pattern)fPattern.GetPattern();
478 DrawState::SetPattern(const Pattern& pattern) argument
480 fPattern = pattern;
H A DDrawState.h89 void SetPattern(const Pattern& pattern);
/haiku-fatelf/src/servers/app/drawing/html5/
H A DCanvasMessage.cpp144 CanvasMessage::AddPattern(const Pattern& pattern) argument
146 Add(pattern.GetPattern());
358 CanvasMessage::ReadViewState(BView& view, ::pattern& pattern) argument
374 Read(pattern);
/haiku-fatelf/src/servers/app/drawing/remote/
H A DRemoteMessage.cpp143 RemoteMessage::AddPattern(const Pattern& pattern) argument
145 Add(pattern.GetPattern());
381 RemoteMessage::ReadViewState(BView& view, ::pattern& pattern) argument
397 Read(pattern);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfnmatch_loop.c22 /* Match STRING against the file name pattern PATTERN, returning zero if
24 static int EXT (INT opt, const CHAR *pattern, const CHAR *string,
31 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, argument
34 register const CHAR *p = pattern, *n = string;
106 /* This is a pattern. Skip over it. */
132 /* The wildcard(s) is/are the last element of the pattern.
255 /* The name is too long and therefore the pattern
985 END (const CHAR *pattern) argument
987 const CHAR *p = pattern;
991 /* This is an invalid pattern
1024 EXT(INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end, bool no_leading_period, int flags) argument
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfnmatch_loop.c19 /* Match STRING against the file name pattern PATTERN, returning zero if
21 static int EXT (INT opt, const CHAR *pattern, const CHAR *string,
28 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, argument
31 register const CHAR *p = pattern, *n = string;
103 /* This is a pattern. Skip over it. */
129 /* The wildcard(s) is/are the last element of the pattern.
252 /* The name is too long and therefore the pattern
977 END (const CHAR *pattern) argument
979 const CHAR *p = pattern;
983 /* This is an invalid pattern
1016 EXT(INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end, bool no_leading_period, int flags) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmonitor.c62 static void monitor_vsprintf (char *sndbuf, char *pattern, va_list args);
126 /* Pointer to regexp pattern matching data */
282 monitor_vsprintf (char *sndbuf, char *pattern, va_list args) argument
292 for (p = pattern; *p; p++)
336 monitor_printf_noecho (char *pattern,...) argument
342 va_start (args, pattern);
344 monitor_vsprintf (sndbuf, pattern, args);
364 monitor_printf (char *pattern,...) argument
370 va_start (args, pattern);
372 monitor_vsprintf (sndbuf, pattern, arg
704 compile_pattern(char *pattern, struct re_pattern_buffer *compiled_pattern, char *fastmap) argument
[all...]
H A Dremote-st.c71 printf_stdebug (char *pattern,...) argument
76 va_start (args, pattern);
78 vsprintf (buf, pattern, args);
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c71 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
82 # define re_compile_pattern(pattern, length, bufp) \
83 __re_compile_pattern (pattern, length, bufp)
185 /* This must be nonzero for the wordchar and notwordchar pattern
420 static reg_errcode_t byte_regex_compile _RE_ARGS ((const char *pattern, size_t size,
438 static reg_errcode_t wcs_regex_compile _RE_ARGS ((const char *pattern, size_t size,
505 the range 0 to one less than the pattern buffer's re_nsub
515 pattern buffer, and one byte with the number of inner groups,
659 /* Common operations on the compiled pattern
2376 CHAR_T *pattern, *COMPILED_BUFFER_VAR; variable
2438 free(pattern); variable
2448 free(pattern); variable
2462 PUT_CHAR (pattern[debug_count]); variable
2472 free(pattern); variable
4236 free (pattern); variable
4659 UCHAR_T *pattern = (UCHAR_T*)bufp->buffer; local
4662 UCHAR_T *pattern = bufp->buffer; local
5707 UCHAR_T *pattern, *p; local
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c72 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
83 # define re_compile_pattern(pattern, length, bufp) \
84 __re_compile_pattern (pattern, length, bufp)
174 /* This must be nonzero for the wordchar and notwordchar pattern
415 static reg_errcode_t byte_regex_compile _RE_ARGS ((const char *pattern, size_t size,
433 static reg_errcode_t wcs_regex_compile _RE_ARGS ((const char *pattern, size_t size,
500 the range 0 to one less than the pattern buffer's re_nsub
510 pattern buffer, and one byte with the number of inner groups,
662 /* Common operations on the compiled pattern
2329 CHAR_T *pattern, *COMPILED_BUFFER_VAR; variable
2391 free(pattern); variable
2401 free(pattern); variable
2415 PUT_CHAR (pattern[debug_count]); variable
2425 free(pattern); variable
4194 free (pattern); variable
4621 UCHAR_T *pattern = (UCHAR_T*)bufp->buffer; local
4624 UCHAR_T *pattern = bufp->buffer; local
5669 UCHAR_T *pattern, *p; local
[all...]
/haiku-fatelf/src/bin/bash/lib/glob/
H A Dglob.c1 /* glob.c -- file-name wildcard pattern matching for Bash.
23 based on specifications for the pattern matching. --RMS. */
139 glob_pattern_p (pattern)
140 const char *pattern;
148 return (internal_glob_pattern_p ((unsigned char *)pattern));
151 n = xdupmbstowcs (&wpattern, NULL, pattern);
154 return (internal_glob_pattern_p ((unsigned char *)pattern));
161 return (internal_glob_pattern_p (pattern));
174 /* If a leading dot need not be explicitly matched, and the pattern
210 pattern does
[all...]
/haiku-fatelf/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp181 BString pattern(text.String() + fPatternStartPos, fPatternLength);
182 fChoiceModel->FetchChoicesFor(pattern);
185 // show a single choice only if it doesn't match the pattern exactly:
187 && pattern.ICompare(fChoiceModel->ChoiceAt(0)->Text())) != 0) {
/haiku-fatelf/headers/private/interface/
H A DPictureDataWriter.h38 status_t WriteSetPattern(const pattern &pat);
/haiku-fatelf/headers/private/print/
H A DPictureIterator.h78 virtual void SetStipplePattern(pattern p) { }
H A DTemplate.h72 virtual void SetStipplePattern(pattern p);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPictureIterator.h78 virtual void SetStipplePattern(pattern p) { }
/haiku-fatelf/src/bin/unzip/
H A Dapi.c26 int UzpGrep(char *archive, char *file, char *pattern, int cmd, int SkipBin,
433 pattern = string to search for
448 particular pattern, nor does it search past the first
449 matching occurrence of the pattern.
452 int UZ_EXP UzpGrep(char *archive, char *file, char *pattern, int cmd, argument
486 patternLen = strlen(pattern);
496 strcat(sz, pattern);
499 strcpy(sz, pattern);
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DCopyEmitter.java15 import com.icl.saxon.pattern.*;
/haiku-fatelf/src/kits/print/
H A DTemplate.cpp168 void Template::SetStipplePattern(pattern p) {
/haiku-fatelf/src/libs/ncurses/menu/
H A Dm_global.c60 0, /* Index into pattern buffer */
151 if (menu->pattern)
152 free(menu->pattern);
153 menu->pattern = (char *)0;
208 if ((menu->pattern = typeMalloc(char, (unsigned)(1 + menu->namelen))))
/haiku-fatelf/src/tests/kits/net/sock/
H A Dsock.h139 void pattern(char *, int);
/haiku-fatelf/src/apps/terminal/
H A DTermWindow.cpp199 fTitle.pattern = title;
200 if (fTitle.pattern.Length() == 0) {
201 fTitle.pattern = B_TRANSLATE_SYSTEM_NAME("Terminal");
204 fTitle.pattern << " " << id + 1;
210 fTitle.title = fTitle.pattern;
211 fTitle.pattern = title;
935 session->title.pattern = title;
938 session->title.pattern.Truncate(0);
951 fTitle.pattern = title;
954 fTitle.pattern
[all...]
/haiku-fatelf/headers/build/host/cygwin/
H A Dregex.h84 regardless of where they are in the pattern.
147 /* If this bit is set, succeed as soon as we match the whole pattern,
170 stored in the pattern buffer, so changing this does not affect
300 REG_BADPAT, /* Invalid pattern. */
315 REG_ESIZE, /* Compiled pattern bigger than 2^16 bytes. */
319 /* This data structure represents a compiled pattern. Before calling
320 the pattern compiler, the fields `buffer', `allocated', `fastmap',
321 `translate', and `no_sub' can be set. After the pattern has been
332 /* Space that holds the compiled pattern. It is declared as
343 /* Syntax setting with which the pattern wa
[all...]

Completed in 211 milliseconds

1234567891011