HomeSort by: relevance | last modified time | path
    Searched defs:regexec (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl2/xcvs/dist/lib/
regex.c 30 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
62 #include "regexec.c"
regex.c 30 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
62 #include "regexec.c"
regexec.c 20 __RCSID("$NetBSD: regexec.c,v 1.3 2016/05/17 14:00:09 christos Exp $");
189 /* regexec searches for a given pattern, specified by PREG, in the
204 regexec (const regex_t *__restrict preg, const char *__restrict string,
240 versioned_symbol (libc, __regexec, regexec, GLIBC_2_3_4);
251 return regexec (preg, string, nmatch, pmatch,
254 compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0);
595 return 0 == regexec (&re_comp_buf, s, 0, NULL, 0);
604 meaning as with regexec. LAST_START is START + RANGE, where
203 regexec (const regex_t *__restrict preg, const char *__restrict string, function
regexec.c 20 __RCSID("$NetBSD: regexec.c,v 1.3 2016/05/17 14:00:09 christos Exp $");
189 /* regexec searches for a given pattern, specified by PREG, in the
204 regexec (const regex_t *__restrict preg, const char *__restrict string,
240 versioned_symbol (libc, __regexec, regexec, GLIBC_2_3_4);
251 return regexec (preg, string, nmatch, pmatch,
254 compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0);
595 return 0 == regexec (&re_comp_buf, s, 0, NULL, 0);
604 meaning as with regexec. LAST_START is START + RANGE, where
203 regexec (const regex_t *__restrict preg, const char *__restrict string, function
  /src/external/bsd/tre/dist/lib/
regex.h 21 #define regexec tre_regexec macro
regex.h 21 #define regexec tre_regexec macro
  /src/external/gpl3/binutils/dist/include/
xregex.h 8 # define regexec xregexec macro
xregex.h 8 # define regexec xregexec macro
  /src/external/gpl3/binutils.old/dist/include/
xregex.h 8 # define regexec xregexec macro
xregex.h 8 # define regexec xregexec macro
  /src/external/gpl3/gcc.old/dist/include/
xregex.h 8 # define regexec xregexec macro
xregex.h 8 # define regexec xregexec macro
  /src/external/bsd/nvi/dist/regex/
regexec.c 1 /* $NetBSD: regexec.c,v 1.5 2014/01/26 21:47:00 christos Exp $ */
38 * @(#)regexec.c 8.2 (Berkeley) 3/16/94
44 static char sccsid[] = "@(#)regexec.c 8.2 (Berkeley) 3/16/94";
47 __RCSID("$NetBSD: regexec.c,v 1.5 2014/01/26 21:47:00 christos Exp $");
51 * the outer shell of regexec()
74 #define states1 int /* for later use in regexec() decision */
149 - regexec - interface for matching
150 = extern int regexec(const regex_t *, const char *, size_t, \
164 regexec(const regex_t *preg, const RCHAR_T *string, size_t nmatch, regmatch_t *pmatch, int eflags) function
regexec.c 1 /* $NetBSD: regexec.c,v 1.5 2014/01/26 21:47:00 christos Exp $ */
38 * @(#)regexec.c 8.2 (Berkeley) 3/16/94
44 static char sccsid[] = "@(#)regexec.c 8.2 (Berkeley) 3/16/94";
47 __RCSID("$NetBSD: regexec.c,v 1.5 2014/01/26 21:47:00 christos Exp $");
51 * the outer shell of regexec()
74 #define states1 int /* for later use in regexec() decision */
149 - regexec - interface for matching
150 = extern int regexec(const regex_t *, const char *, size_t, \
164 regexec(const regex_t *preg, const RCHAR_T *string, size_t nmatch, regmatch_t *pmatch, int eflags) function
  /src/lib/libc/regex/
regexec.c 1 /* $NetBSD: regexec.c,v 1.26 2021/02/26 19:24:47 christos Exp $ */
37 * @(#)regexec.c 8.3 (Berkeley) 3/20/94
46 static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94";
47 __FBSDID("$FreeBSD: head/lib/libc/regex/regexec.c 326025 2017-11-20 19:49:47Z pfg $");
49 __RCSID("$NetBSD: regexec.c,v 1.26 2021/02/26 19:24:47 christos Exp $");
52 * the outer shell of regexec()
71 __weak_alias(regexec,_regexec)
118 #define states1 states /* for later use in regexec() decision */
211 - regexec - interface for matching
212 = extern int regexec(const regex_t *, const char *, size_t,
226 regexec(const regex_t * __restrict preg, function
    [all...]
regexec.c 1 /* $NetBSD: regexec.c,v 1.26 2021/02/26 19:24:47 christos Exp $ */
37 * @(#)regexec.c 8.3 (Berkeley) 3/20/94
46 static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94";
47 __FBSDID("$FreeBSD: head/lib/libc/regex/regexec.c 326025 2017-11-20 19:49:47Z pfg $");
49 __RCSID("$NetBSD: regexec.c,v 1.26 2021/02/26 19:24:47 christos Exp $");
52 * the outer shell of regexec()
71 __weak_alias(regexec,_regexec)
118 #define states1 states /* for later use in regexec() decision */
211 - regexec - interface for matching
212 = extern int regexec(const regex_t *, const char *, size_t,
226 regexec(const regex_t * __restrict preg, function
    [all...]
  /src/external/bsd/less/dist/
regexp.c 4 * regcomp and regexec -- regsub and regerror are elsewhere
60 * supplied because the test in regexec() needs it and regcomp() is
700 * regexec and friends
704 * Global work variables for regexec().
725 - regexec - match a regexp against a string
790 regexec(prog, string) function
regexp.c 4 * regcomp and regexec -- regsub and regerror are elsewhere
60 * supplied because the test in regexec() needs it and regcomp() is
700 * regexec and friends
704 * Global work variables for regexec().
725 - regexec - match a regexp against a string
790 regexec(prog, string) function
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 52 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
7923 regcomp/regexec below without link errors. */
8013 Also, regexec will try a match beginning after every newline.
8018 If REG_NOSUB is set, then when PREG is passed to regexec, that
8085 /* Compute the fastmap now, since regexec cannot modify the pattern
8103 /* regexec searches for a given pattern, specified by PREG, in the
8118 regexec (const regex_t *preg, const char *string,
8173 weak_alias (__regexec, regexec)
8178 from either regcomp or regexec. We don't use PREG here. */
regex.c 52 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
7923 regcomp/regexec below without link errors. */
8013 Also, regexec will try a match beginning after every newline.
8018 If REG_NOSUB is set, then when PREG is passed to regexec, that
8085 /* Compute the fastmap now, since regexec cannot modify the pattern
8103 /* regexec searches for a given pattern, specified by PREG, in the
8118 regexec (const regex_t *preg, const char *string,
8173 weak_alias (__regexec, regexec)
8178 from either regcomp or regexec. We don't use PREG here. */
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 72 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
7841 regcomp/regexec below without link errors. */
7929 Also, regexec will try a match beginning after every newline.
7934 If REG_NOSUB is set, then when PREG is passed to regexec, that
8002 /* Compute the fastmap now, since regexec cannot modify the pattern
8020 /* regexec searches for a given pattern, specified by PREG, in the
8035 regexec (const regex_t *preg, const char *string, size_t nmatch,
8090 weak_alias (__regexec, regexec)
8095 from either regcomp or regexec. We don't use PREG here. */
regex.c 72 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
7841 regcomp/regexec below without link errors. */
7929 Also, regexec will try a match beginning after every newline.
7934 If REG_NOSUB is set, then when PREG is passed to regexec, that
8002 /* Compute the fastmap now, since regexec cannot modify the pattern
8020 /* regexec searches for a given pattern, specified by PREG, in the
8035 regexec (const regex_t *preg, const char *string, size_t nmatch,
8090 weak_alias (__regexec, regexec)
8095 from either regcomp or regexec. We don't use PREG here. */
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 72 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
7841 regcomp/regexec below without link errors. */
7929 Also, regexec will try a match beginning after every newline.
7934 If REG_NOSUB is set, then when PREG is passed to regexec, that
8002 /* Compute the fastmap now, since regexec cannot modify the pattern
8020 /* regexec searches for a given pattern, specified by PREG, in the
8035 regexec (const regex_t *preg, const char *string, size_t nmatch,
8090 weak_alias (__regexec, regexec)
8095 from either regcomp or regexec. We don't use PREG here. */
regex.c 72 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
7841 regcomp/regexec below without link errors. */
7929 Also, regexec will try a match beginning after every newline.
7934 If REG_NOSUB is set, then when PREG is passed to regexec, that
8002 /* Compute the fastmap now, since regexec cannot modify the pattern
8020 /* regexec searches for a given pattern, specified by PREG, in the
8035 regexec (const regex_t *preg, const char *string, size_t nmatch,
8090 weak_alias (__regexec, regexec)
8095 from either regcomp or regexec. We don't use PREG here. */
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 72 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
7841 regcomp/regexec below without link errors. */
7929 Also, regexec will try a match beginning after every newline.
7934 If REG_NOSUB is set, then when PREG is passed to regexec, that
8002 /* Compute the fastmap now, since regexec cannot modify the pattern
8020 /* regexec searches for a given pattern, specified by PREG, in the
8035 regexec (const regex_t *preg, const char *string, size_t nmatch,
8090 weak_alias (__regexec, regexec)
8095 from either regcomp or regexec. We don't use PREG here. */

Completed in 102 milliseconds

1 2