intptr_t 2516 compile.c intptr_t j; intptr_t 2525 compile.c for (j = 1; j < (intptr_t)entry[0]; j++) { intptr_t 331 ext/fiddle/fiddle.c rb_define_const(mFiddle, "ALIGN_INTPTR_T", INT2NUM(ALIGN_OF(intptr_t))); intptr_t 421 ext/fiddle/fiddle.c rb_define_const(mFiddle, "SIZEOF_INTPTR_T", INT2NUM(sizeof(intptr_t))); intptr_t 93 ext/rbconfig/sizeof/sizes.c DEFINE(intptr_t, INTPTR_T); intptr_t 81 include/ruby/ruby.h # define SIGNED_VALUE intptr_t intptr_t 955 io.c return (void*)(intptr_t)write(iis->fd, iis->buf, iis->capa); intptr_t 4164 io.c return (void*)(intptr_t)close(*fd); intptr_t 4177 io.c return (int)(intptr_t)rb_thread_call_without_gvl(nogvl_close, &fd, RUBY_UBF_IO, 0); intptr_t 4185 io.c return (void*)(intptr_t)fclose(file); intptr_t 4194 io.c return (int)(intptr_t)rb_thread_call_without_gvl(nogvl_fclose, file, RUBY_UBF_IO, 0); intptr_t 672 pack.c integer_size = sizeof(intptr_t); intptr_t 1515 pack.c integer_size = sizeof(intptr_t); intptr_t 6594 regcomp.c fprintf(f, "<list:%"PRIxPTR">\n", (intptr_t )node); intptr_t 6596 regcomp.c fprintf(f, "<alt:%"PRIxPTR">\n", (intptr_t )node); intptr_t 6610 regcomp.c (NSTRING_IS_RAW(node) ? "-raw" : ""), (intptr_t )node); intptr_t 6621 regcomp.c fprintf(f, "<cclass:%"PRIxPTR">", (intptr_t )node); intptr_t 6633 regcomp.c fprintf(f, "<ctype:%"PRIxPTR"> ", (intptr_t )node); intptr_t 6649 regcomp.c fprintf(f, "<anychar:%"PRIxPTR">", (intptr_t )node); intptr_t 6653 regcomp.c fprintf(f, "<anchor:%"PRIxPTR"> ", (intptr_t )node); intptr_t 6686 regcomp.c fprintf(f, "<backref:%"PRIxPTR">", (intptr_t )node); intptr_t 6698 regcomp.c fprintf(f, "<call:%"PRIxPTR">", (intptr_t )node); intptr_t 6705 regcomp.c fprintf(f, "<quantifier:%"PRIxPTR">{%d,%d}%s\n", (intptr_t )node, intptr_t 6712 regcomp.c fprintf(f, "<enclose:%"PRIxPTR"> ", (intptr_t )node); intptr_t 1602 regexec.c (intptr_t )str, str, (intptr_t )end, end, (intptr_t )sstart, sstart, (intptr_t )sprev, sprev); intptr_t 2728 regexec.c (int )mem, (intptr_t )s, s); intptr_t 2762 regexec.c (int )mem, (intptr_t )s, s); intptr_t 2787 regexec.c (int )mem, (intptr_t )s, s); intptr_t 3341 regexec.c (intptr_t )(s - text), s); intptr_t 3476 regexec.c (intptr_t )text, text, (intptr_t )text_end, text_end, (intptr_t )text_range, text_range); intptr_t 3580 regexec.c (intptr_t )text, text, (intptr_t )text_end, text_end, (intptr_t )text_range, text_range); intptr_t 3636 regexec.c (intptr_t )text, text, (intptr_t )text_end, text_end, (intptr_t )text_range, text_range); intptr_t 3822 regexec.c (intptr_t )str, str, (intptr_t )end, end, (intptr_t )s, s, (intptr_t )range, range); intptr_t 4097 regexec.c (intptr_t )str, str, end - str, start - str, range - str); intptr_t 856 regint.h typedef intptr_t OnigStackIndex; intptr_t 123 win32/win32.c static int rb_w32_open_osfhandle(intptr_t osfhandle, int flags); intptr_t 2312 win32/win32.c intptr_t osfhnd; // underlying OS file HANDLE intptr_t 2325 win32/win32.c intptr_t osfhnd; /* underlying OS file HANDLE */ intptr_t 2448 win32/win32.c rb_w32_open_osfhandle(intptr_t osfhandle, int flags) intptr_t 2468 win32/win32.c fh = _open_osfhandle((intptr_t)hF, 0); intptr_t 3128 win32/win32.c fd = rb_w32_open_osfhandle((intptr_t)r, O_RDWR|O_BINARY|O_NOINHERIT); intptr_t 4165 win32/win32.c ret = _open_osfhandle((intptr_t)hDup, flags | FOPEN); intptr_t 4181 win32/win32.c _set_osfhnd(fd, (intptr_t)INVALID_HANDLE_VALUE); intptr_t 6194 win32/win32.c fd = _open_osfhandle((intptr_t)h, 0); intptr_t 6203 win32/win32.c _set_osfhnd(fd, (intptr_t)INVALID_HANDLE_VALUE); intptr_t 6233 win32/win32.c _set_osfhnd(fd, (intptr_t)h); intptr_t 6319 win32/win32.c fdRead = _open_osfhandle((intptr_t)h, 0); intptr_t 6330 win32/win32.c _set_osfhnd(fdRead, (intptr_t)hRead); intptr_t 6339 win32/win32.c fdWrite = _open_osfhandle((intptr_t)h, 0); intptr_t 6348 win32/win32.c _set_osfhnd(fdWrite, (intptr_t)hWrite); intptr_t 7640 win32/win32.c return rb_w32_open_osfhandle((intptr_t)h, flags);