Home
last modified time | relevance | path

Searched refs:regexps (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/external/gpl2/diffutils/dist/src/
H A Ddiff.c56 char *regexps; /* chars representing disjunction of the regexps */ member
705 | (ignore_regexp_list.regexps || ignore_white_space))); in main()
767 char *regexps = reglist->regexps; in add_regexp() local
769 bool multiple_regexps = reglist->multiple_regexps = regexps != 0; in add_regexp()
782 reglist->regexps = regexps = xrealloc (regexps, size); in add_regexp()
786 regexps[len++] = '\\'; in add_regexp()
787 regexps[len++] = '|'; in add_regexp()
789 memcpy (regexps + len, pattern, patlen + 1); in add_regexp()
799 if (reglist->regexps) in summarize_regexp_list()
807 char const *m = re_compile_pattern (reglist->regexps, reglist->len, in summarize_regexp_list()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc554 regexp_t regexps [1]; member
569 regexp_t regexps [1]; member
577 regexp_t regexps [1]; member
1635 REGEXP_ALLOF (allof)->regexps [i] = gen_regexp_repeat (allof_vect [i]); in gen_regexp_allof()
1661 REGEXP_ONEOF (oneof)->regexps [i] = gen_regexp_allof (oneof_vect [i]); in gen_regexp_oneof()
1689 REGEXP_SEQUENCE (sequence)->regexps [i] in gen_regexp_sequence()
2794 REGEXP_SEQUENCE (regexp)->regexps [i] in process_regexp()
2795 = process_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]); in process_regexp()
2799 REGEXP_ALLOF (regexp)->regexps [i] in process_regexp()
2800 = process_regexp (REGEXP_ALLOF (regexp)->regexps [i]); in process_regexp()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c554 regexp_t regexps [1]; member
569 regexp_t regexps [1]; member
577 regexp_t regexps [1]; member
1635 REGEXP_ALLOF (allof)->regexps [i] = gen_regexp_repeat (allof_vect [i]); in gen_regexp_allof()
1661 REGEXP_ONEOF (oneof)->regexps [i] = gen_regexp_allof (oneof_vect [i]); in gen_regexp_oneof()
1689 REGEXP_SEQUENCE (sequence)->regexps [i] in gen_regexp_sequence()
2794 REGEXP_SEQUENCE (regexp)->regexps [i] in process_regexp()
2795 = process_regexp (REGEXP_SEQUENCE (regexp)->regexps [i]); in process_regexp()
2799 REGEXP_ALLOF (regexp)->regexps [i] in process_regexp()
2800 = process_regexp (REGEXP_ALLOF (regexp)->regexps [i]); in process_regexp()
[all …]
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dhomedir.c69 homedir_regexp *regexps; member
246 for ( i = 0, r = data->regexps; r != NULL; ++i, r = r->next ) { in homedir_regexp_cfg()
264 for ( r = data->regexps; r != NULL; r = rnext ) { in homedir_regexp_cfg()
271 data->regexps = NULL; in homedir_regexp_cfg()
278 for ( i = 0, rp = &data->regexps; i < c->valx; in homedir_regexp_cfg()
314 for ( rp = &data->regexps; ( *rp ) != NULL; in homedir_regexp_cfg()
321 for ( i = 0, rp = &data->regexps; i < c->valx; in homedir_regexp_cfg()
1701 for ( r = data->regexps; r != NULL; r = r->next ) { in harvest_values()
2017 for ( r = data->regexps; r != NULL; r = rnext ) { in homedir_db_destroy()
2024 data->regexps = NULL; in homedir_db_destroy()
/netbsd-src/external/bsd/tre/dist/
H A Dtre.spec.in46 strings matching arbitrary regexps) that contain an approximate, or
52 regexps of any length, any number of errors, and non-uniform costs.
H A DREADME.md99 from University of Arizona) TRE agrep allows full regexps of any
142 string. For regexps of reasonable size TRE needs less than 50K of
154 use regexps seamlessly with, for example, Japanese locales. TRE
161 regexps and searched strings. The standard API cannot be easily
H A DTODO6 - Finish the manual describing the syntax and semantics of regexps.
H A DNEWS44 architectures (sparc, ppc). The bug caused all regexps to match
151 incorrect results with certain regexps involving "{m,n}" repeats.
H A DChangeLog.old76 * Added the reguexec() function. It can be used to match regexps
470 REG_ESPACE problems when trying to compile large regexps,
786 characters are allowed in the regexps when using these functions.
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dcomments.dts1 /* regexps for lexing comments are.. tricky. Check if we've actually
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixincl.tpl59 some C fix wishes to refer to the regexps it is paired with.
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dfixincl.tpl59 some C fix wishes to refer to the regexps it is paired with.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-2016581 * testsuite/binutils-all/objdump.exp: Update regexps to allow for
588 * testsuite/binutils-all/readelf.s: Update regexps for tilepro.
H A DChangeLog95 * testsuite/binutils-all/objdump.Wk: Add extra regexps.
96 * testsuite/binutils-all/readelf.k: Add extra regexps.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-2016581 * testsuite/binutils-all/objdump.exp: Update regexps to allow for
588 * testsuite/binutils-all/readelf.s: Update regexps for tilepro.
H A DChangeLog428 regexps to allow for output genreated by the Clang compiler.
600 * testsuite/binutils-all/objdump.Wk: Add extra regexps.
601 * testsuite/binutils-all/readelf.k: Add extra regexps.
/netbsd-src/external/gpl3/autoconf/dist/build-aux/
H A Dannounce-gen357 # issue "1,2" instead of "1.2", what confuses our regexps.
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc1757 regexps
/netbsd-src/external/gpl2/xcvs/dist/
H A DTESTS250 And, of course, some characters like '.' in regexps need to be '\' escaped when
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog1564 regexps with these single compiled regexps. All users changed.
1583 Match with one big regexp instead of a list of regexps.
2631 of compiled regexps.
2635 lines with the lists of regexps.
2865 * diff.c (main): Better error messages when regexps are bad.
/netbsd-src/external/public-domain/tz/
H A Dtzdata2netbsd488 # The output should contain lines that match all the following regexps
/netbsd-src/external/gpl2/gawk/dist/
H A Dawk.texi343 * Regexp Field Splitting:: Using regexps as the field separator.
419 * Regexp Patterns:: Using regexps as patterns.
2710 kinds of regexps let you specify more complicated classes of strings.
2941 with a backslash have special meaning in regexps.
2966 @command{gawk} processes both regexp constants and dynamic regexps
3045 the very first step in processing regexps.
3143 The alternation applies to the largest possible regexps on either side.
3226 in regexps. If either @option{--posix} or @option{--re-interval} are specified
3228 are allowed in regexps.
3556 control how @command{gawk} interprets characters in regexps:
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/misc/
H A DChangeLog1432 missing or spurious backslashes in some regexps.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-20181612 * testsuite/gas/wasm32/disass.d: Likewise, and tidy regexps.
2580 * testsuite/gas/s12z/bit-manip-invalid.d: Correct regexps.
3063 * testsuite/gas/arm/vfp-mov-enc.d: Add regexps for the disassembly
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20181612 * testsuite/gas/wasm32/disass.d: Likewise, and tidy regexps.
2580 * testsuite/gas/s12z/bit-manip-invalid.d: Correct regexps.
3063 * testsuite/gas/arm/vfp-mov-enc.d: Add regexps for the disassembly

123