od               4217 ext/pcre/pcrelib/pcre_compile.c     pcre_uint32 oc, od;
od               4222 ext/pcre/pcrelib/pcre_compile.c     while ((rc = get_othercase_range(&c, end, &oc, &od)) >= 0)
od               4231 ext/pcre/pcrelib/pcre_compile.c       else if (oc >= start && od <= end) continue;
od               4237 ext/pcre/pcrelib/pcre_compile.c       else if (oc < start && od >= start - 1) start = oc; /* Extend downwards */
od               4238 ext/pcre/pcrelib/pcre_compile.c       else if (od > end && oc <= end + 1)
od               4240 ext/pcre/pcrelib/pcre_compile.c         end = od;       /* Extend upwards */
od               4243 ext/pcre/pcrelib/pcre_compile.c       else n8 += add_to_class(classbits, uchardptr, options, cd, oc, od);
od               1229 main/snprintf.c 	buffy od;
od               1238 main/snprintf.c 		od.buf_end = (char *) ~0;
od               1239 main/snprintf.c 		od.nextb   = (char *) ~0;
od               1241 main/snprintf.c 		od.buf_end = &buf[len-1];
od               1242 main/snprintf.c 		od.nextb   = buf;
od               1248 main/snprintf.c 	cc = format_converter(&od, format, ap);
od               1249 main/snprintf.c 	if (len != 0 && od.nextb <= od.buf_end) {
od               1250 main/snprintf.c 		*(od.nextb) = '\0';
od                818 sapi/phpdbg/phpdbg_out.c 	buffy od;
od                827 sapi/phpdbg/phpdbg_out.c 		od.buf_end = (char *) ~0;
od                828 sapi/phpdbg/phpdbg_out.c 		od.nextb   = (char *) ~0;
od                830 sapi/phpdbg/phpdbg_out.c 		od.buf_end = &buf[len-1];
od                831 sapi/phpdbg/phpdbg_out.c 		od.nextb   = buf;
od                837 sapi/phpdbg/phpdbg_out.c 	cc = format_converter(&od, format, escape_xml, ap);
od                838 sapi/phpdbg/phpdbg_out.c 	if (len != 0 && od.nextb <= od.buf_end) {
od                839 sapi/phpdbg/phpdbg_out.c 		*(od.nextb) = '\0';