HomeSort by: relevance | last modified time | path
    Searched refs:regmatch_t (Results 1 - 25 of 135) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
regex.h 16 typedef __regmatch_t regmatch_t; typedef
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
regex.h 16 typedef __regmatch_t regmatch_t; typedef
  /src/tests/lib/libc/regex/
test_regex.h 38 char *check(char *, regmatch_t, char *);
  /src/include/
regex.h 94 } regmatch_t; typedef in typeref:struct:__anon145
140 const char * __restrict, size_t, regmatch_t [], int);
143 ssize_t regnsub(char *, size_t, const char *, const regmatch_t *, const char *);
144 ssize_t regasub(char **buf, const char *, const regmatch_t *, const char *);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_regex.h 44 size_t nmatch, regmatch_t pmatch[],
gdb_regex.cc 45 regmatch_t pmatch[], int eflags) const
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_regex.h 44 size_t nmatch, regmatch_t pmatch[],
gdb_regex.cc 45 regmatch_t pmatch[], int eflags) const
  /src/external/bsd/nvi/dist/regex/
regex.h 63 } regmatch_t; typedef in typeref:struct:__anon7616
106 const RCHAR_T *, size_t, regmatch_t [], int));
  /src/external/bsd/flex/dist/src/
regex.c 77 char *regmatch_dup (regmatch_t * m, const char *src)
99 char *regmatch_cpy (regmatch_t * m, char *dest, const char *src)
115 int regmatch_len (regmatch_t * m)
126 /** Convert a regmatch_t object to an integer using the strtol() function.
133 int regmatch_strtol (regmatch_t * m, const char *src, char **endptr,
163 bool regmatch_empty (regmatch_t * m)
  /src/external/bsd/tre/dist/include/tre/
tre.h 75 } regmatch_t; typedef in typeref:struct:__anon8170
136 regmatch_t pmatch[], int eflags);
156 size_t nmatch, regmatch_t pmatch[], int eflags);
166 size_t nmatch, regmatch_t pmatch[], int eflags);
174 size_t nmatch, regmatch_t pmatch[], int eflags);
195 regmatch_t *pmatch; /* Submatch data. */
242 size_t nmatch, regmatch_t pmatch[], int eflags);
  /src/external/bsd/tre/dist/lib/
tre.h 82 } regmatch_t;
147 regmatch_t pmatch[], int eflags);
154 regmatch_t pmatch[], int eflags);
174 size_t nmatch, regmatch_t pmatch[], int eflags);
184 size_t nmatch, regmatch_t pmatch[], int eflags);
192 size_t nmatch, regmatch_t pmatch[], int eflags);
200 size_t nmatch, regmatch_t pmatch[], int eflags);
221 regmatch_t *pmatch; /* Submatch data. */
273 size_t nmatch, regmatch_t pmatch[], int eflags);
regexec.c 36 /* Fills the POSIX.2 regmatch_t array according to the TNFA tag and match
39 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags,
128 tre_str_type_t type, size_t nmatch, regmatch_t pmatch[],
192 size_t nmatch, regmatch_t pmatch[], int eflags)
203 size_t nmatch, regmatch_t pmatch[], int eflags)
208 regmatch_t *p;
237 size_t nmatch, regmatch_t pmatch[], int eflags)
246 size_t nmatch, regmatch_t pmatch[], int eflags)
259 size_t nmatch, regmatch_t pmatch[], int eflags)
267 size_t nmatch, regmatch_t pmatch[], int eflags
    [all...]
  /src/usr.bin/sed/
extern.h 41 extern regmatch_t *match;
  /src/lib/libc/regex/
regsub.c 105 const regmatch_t *rm, const char *str)
153 regnsub(char *buf, size_t len, const char *sub, const regmatch_t *rm,
160 regasub(char **buf, const char *sub, const regmatch_t *rm, const char *str)
  /src/external/gpl3/gcc/dist/gcc/
regsub.cc 104 const regmatch_t *rm, const char *str)
152 regnsub(char *buf, size_t len, const char *sub, const regmatch_t *rm,
159 regasub(char **buf, const char *sub, const regmatch_t *rm, const char *str)
  /src/external/gpl3/gcc.old/dist/gcc/
regsub.cc 104 const regmatch_t *rm, const char *str)
152 regnsub(char *buf, size_t len, const char *sub, const regmatch_t *rm,
159 regasub(char **buf, const char *sub, const regmatch_t *rm, const char *str)
  /src/usr.bin/m4/
gnum4.c 198 regmatch_t *);
199 static void do_regexpindex(const char *, regex_t *, const char *, regmatch_t *);
201 regmatch_t *);
202 static void add_sub(size_t, const char *, regex_t *, regmatch_t *);
203 static void add_replace(const char *, regex_t *, const char *, regmatch_t *);
279 add_sub(size_t n, const char *string, regex_t *re, regmatch_t *pm)
300 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm)
334 const char *replace, regmatch_t *pm)
378 const char *replace, regmatch_t *pm)
395 do_regexpindex(const char *source, regex_t *re, const char *string, regmatch_t *pm
    [all...]
  /src/usr.bin/grep/
grep.h 147 void printline(struct str *line, int sep, regmatch_t *matches, int m);
162 int grep_search(fastgrep_t *, const unsigned char *, size_t, regmatch_t *);
  /src/external/bsd/tmux/dist/
regsub.c 38 regmatch_t *m, u_int n)
64 regmatch_t m[10];
  /src/external/gpl2/diffutils/include/
regex.h 40 regmatch_t __pmatch[], int __eflags));
  /src/external/gpl2/grep/dist/lib/
regex.h 42 regmatch_t __pmatch[], int __eflags));
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 437 } regmatch_t;
540 regmatch_t __pmatch[__restrict_arr],
433 } regmatch_t; typedef in typeref:struct:__anon9252
  /src/external/gpl3/binutils/dist/include/
xregex2.h 433 } regmatch_t;
548 regmatch_t __pmatch[__restrict_arr],
429 } regmatch_t; typedef in typeref:struct:__anon10740
  /src/external/gpl3/binutils.old/dist/include/
xregex2.h 433 } regmatch_t;
548 regmatch_t __pmatch[__restrict_arr],
429 } regmatch_t; typedef in typeref:struct:__anon12204

Completed in 82 milliseconds

1 2 3 4 5 6