rb_file_const 1907 dir.c rb_file_const("FNM_NOESCAPE", INT2FIX(FNM_NOESCAPE));
rb_file_const 1908 dir.c rb_file_const("FNM_PATHNAME", INT2FIX(FNM_PATHNAME));
rb_file_const 1909 dir.c rb_file_const("FNM_DOTMATCH", INT2FIX(FNM_DOTMATCH));
rb_file_const 1910 dir.c rb_file_const("FNM_CASEFOLD", INT2FIX(FNM_CASEFOLD));
rb_file_const 1911 dir.c rb_file_const("FNM_SYSCASE", INT2FIX(FNM_SYSCASE));
rb_file_const 4754 file.c rb_file_const("LOCK_SH", INT2FIX(LOCK_SH));
rb_file_const 4755 file.c rb_file_const("LOCK_EX", INT2FIX(LOCK_EX));
rb_file_const 4756 file.c rb_file_const("LOCK_UN", INT2FIX(LOCK_UN));
rb_file_const 4757 file.c rb_file_const("LOCK_NB", INT2FIX(LOCK_NB));
rb_file_const 343 include/ruby/intern.h void rb_file_const(const char*, VALUE);
rb_file_const 8730 io.c rb_file_const("RDONLY", INT2FIX(O_RDONLY));
rb_file_const 8731 io.c rb_file_const("WRONLY", INT2FIX(O_WRONLY));
rb_file_const 8732 io.c rb_file_const("RDWR", INT2FIX(O_RDWR));
rb_file_const 8733 io.c rb_file_const("APPEND", INT2FIX(O_APPEND));
rb_file_const 8734 io.c rb_file_const("CREAT", INT2FIX(O_CREAT));
rb_file_const 8735 io.c rb_file_const("EXCL", INT2FIX(O_EXCL));
rb_file_const 8738 io.c rb_file_const("NONBLOCK", INT2FIX(O_NONBLOCK));
rb_file_const 8740 io.c rb_file_const("NONBLOCK", INT2FIX(O_NDELAY));
rb_file_const 8743 io.c rb_file_const("TRUNC", INT2FIX(O_TRUNC));
rb_file_const 8745 io.c rb_file_const("NOCTTY", INT2FIX(O_NOCTTY));
rb_file_const 8748 io.c rb_file_const("BINARY", INT2FIX(O_BINARY));
rb_file_const 8750 io.c rb_file_const("BINARY", INT2FIX(0));
rb_file_const 8753 io.c rb_file_const("SYNC", INT2FIX(O_SYNC));
rb_file_const 8756 io.c rb_file_const("DSYNC", INT2FIX(O_DSYNC));
rb_file_const 8759 io.c rb_file_const("RSYNC", INT2FIX(O_RSYNC));
rb_file_const 8762 io.c rb_file_const("NOFOLLOW", INT2FIX(O_NOFOLLOW)); /* FreeBSD, Linux */