Searched refs:this_char (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/gcclibs/libiberty/
H A Dregex.c1181 int this_char;
1191 for (this_char = where - string1; this_char < size1; this_char++)
1192 PUT_CHAR (string1[this_char]);
1198 for (this_char = where - string2; this_char < size2; this_char++)
1200 PUT_CHAR (string2[this_char]);
4459 unsigned this_char;
1175 int this_char; local
4446 unsigned this_char; local
[all...]
/freebsd-10.3-release/contrib/binutils/libiberty/
H A Dregex.c1181 int this_char;
1191 for (this_char = where - string1; this_char < size1; this_char++)
1192 PUT_CHAR (string1[this_char]);
1198 for (this_char = where - string2; this_char < size2; this_char++)
1200 PUT_CHAR (string2[this_char]);
4459 unsigned this_char;
1175 int this_char; local
4446 unsigned this_char; local
[all...]

Completed in 79 milliseconds