HomeSort by: relevance | last modified time | path
    Searched defs:this_char (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 1130 int this_char;
1140 for (this_char = where - string1; this_char < size1; this_char++)
1141 PUT_CHAR (string1[this_char]);
1147 for (this_char = where - string2; this_char < size2; this_char++)
1149 PUT_CHAR (string2[this_char]);
4461 unsigned this_char;
1124 int this_char; local
4448 unsigned this_char; local
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 1186 int this_char;
1196 for (this_char = where - string1; this_char < size1; this_char++)
1197 PUT_CHAR (string1[this_char]);
1203 for (this_char = where - string2; this_char < size2; this_char++)
1205 PUT_CHAR (string2[this_char]);
4465 unsigned this_char;
1180 int this_char; local
4452 unsigned this_char; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 1186 int this_char;
1196 for (this_char = where - string1; this_char < size1; this_char++)
1197 PUT_CHAR (string1[this_char]);
1203 for (this_char = where - string2; this_char < size2; this_char++)
1205 PUT_CHAR (string2[this_char]);
4465 unsigned this_char;
1180 int this_char; local
4452 unsigned this_char; local
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 1186 int this_char;
1196 for (this_char = where - string1; this_char < size1; this_char++)
1197 PUT_CHAR (string1[this_char]);
1203 for (this_char = where - string2; this_char < size2; this_char++)
1205 PUT_CHAR (string2[this_char]);
4465 unsigned this_char;
1180 int this_char; local
4452 unsigned this_char; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 1186 int this_char;
1196 for (this_char = where - string1; this_char < size1; this_char++)
1197 PUT_CHAR (string1[this_char]);
1203 for (this_char = where - string2; this_char < size2; this_char++)
1205 PUT_CHAR (string2[this_char]);
4465 unsigned this_char;
1180 int this_char; local
4452 unsigned this_char; local
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 1186 int this_char;
1196 for (this_char = where - string1; this_char < size1; this_char++)
1197 PUT_CHAR (string1[this_char]);
1203 for (this_char = where - string2; this_char < size2; this_char++)
1205 PUT_CHAR (string2[this_char]);
4465 unsigned this_char;
1180 int this_char; local
4452 unsigned this_char; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 1186 int this_char;
1196 for (this_char = where - string1; this_char < size1; this_char++)
1197 PUT_CHAR (string1[this_char]);
1203 for (this_char = where - string2; this_char < size2; this_char++)
1205 PUT_CHAR (string2[this_char]);
4465 unsigned this_char;
1180 int this_char; local
4452 unsigned this_char; local
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
regex.c 1198 int this_char;
1208 for (this_char = where - string1; this_char < size1; this_char++)
1209 PUT_CHAR (string1[this_char]);
1215 for (this_char = where - string2; this_char < size2; this_char++)
1217 PUT_CHAR (string2[this_char]);
4559 unsigned this_char;
1192 int this_char; local
4546 unsigned this_char; local
    [all...]
  /src/external/gpl2/grep/dist/lib/
regex.c 1136 ptrdiff_t this_char;
1144 for (this_char = where - string1; this_char < size1; this_char++)
1145 PUT_CHAR (string1[this_char]);
1150 for (this_char = where - string2; this_char < size2; this_char++)
1151 PUT_CHAR (string2[this_char]);
4476 unsigned this_char;
1130 ptrdiff_t this_char; local
4461 unsigned this_char; local
    [all...]

Completed in 65 milliseconds