/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | diff.c | 56 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 D | genautomata.cc | 554 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 D | genautomata.c | 554 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 D | homedir.c | 69 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 D | tre.spec.in | 46 strings matching arbitrary regexps) that contain an approximate, or 52 regexps of any length, any number of errors, and non-uniform costs.
|
H A D | README.md | 99 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 D | TODO | 6 - Finish the manual describing the syntax and semantics of regexps.
|
H A D | NEWS | 44 architectures (sparc, ppc). The bug caused all regexps to match 151 incorrect results with certain regexps involving "{m,n}" repeats.
|
H A D | ChangeLog.old | 76 * 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 D | comments.dts | 1 /* regexps for lexing comments are.. tricky. Check if we've actually
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
H A D | fixincl.tpl | 59 some C fix wishes to refer to the regexps it is paired with.
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
H A D | fixincl.tpl | 59 some C fix wishes to refer to the regexps it is paired with.
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | ChangeLog-2016 | 581 * testsuite/binutils-all/objdump.exp: Update regexps to allow for 588 * testsuite/binutils-all/readelf.s: Update regexps for tilepro.
|
H A D | ChangeLog | 95 * 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 D | ChangeLog-2016 | 581 * testsuite/binutils-all/objdump.exp: Update regexps to allow for 588 * testsuite/binutils-all/readelf.s: Update regexps for tilepro.
|
H A D | ChangeLog | 428 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 D | announce-gen | 357 # issue "1,2" instead of "1.2", what confuses our regexps.
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.spell-cc | 1757 regexps
|
/netbsd-src/external/gpl2/xcvs/dist/ |
H A D | TESTS | 250 And, of course, some characters like '.' in regexps need to be '\' escaped when
|
/netbsd-src/external/gpl2/diffutils/dist/ |
H A D | ChangeLog | 1564 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 D | tzdata2netbsd | 488 # The output should contain lines that match all the following regexps
|
/netbsd-src/external/gpl2/gawk/dist/ |
H A D | awk.texi | 343 * 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 D | ChangeLog | 1432 missing or spurious backslashes in some regexps.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2018 | 1612 * 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 D | ChangeLog-2018 | 1612 * 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
|