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

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_vfsops.c1730 char *this_char, *value, *eov; local
1743 while ((this_char = strsep(&options, ",")) != NULL) {
1744 if (!*this_char)
1747 if ((value = index(this_char, '=')) != NULL)
1750 if (!strcmp(this_char, MNTOPT_LOGBUFS)) {
1753 this_char);
1757 } else if (!strcmp(this_char, MNTOPT_LOGBSIZE)) {
1760 this_char);
1764 } else if (!strcmp(this_char, MNTOPT_LOGDEV)) {
1767 this_char);
[all...]
/freebsd-9.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...]
/freebsd-9.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-9.3-release/contrib/cvs/lib/
H A Dregex.c1006 unsigned this_char;
1014 for (this_char = where - string1; this_char < size1; this_char++)
1015 putchar (string1[this_char]);
1020 for (this_char = where - string2; this_char < size2; this_char++)
1021 putchar (string2[this_char]);
2383 unsigned this_char;
1000 unsigned this_char; local
2369 unsigned this_char; local
[all...]

Completed in 133 milliseconds