rb_file_const    1063 dir.c              rb_file_const("FNM_NOESCAPE", INT2FIX(FNM_NOESCAPE));
rb_file_const    1064 dir.c              rb_file_const("FNM_PATHNAME", INT2FIX(FNM_PATHNAME));
rb_file_const    1065 dir.c              rb_file_const("FNM_DOTMATCH", INT2FIX(FNM_DOTMATCH));
rb_file_const    1066 dir.c              rb_file_const("FNM_CASEFOLD", INT2FIX(FNM_CASEFOLD));
rb_file_const    2666 file.c             rb_file_const("LOCK_SH", INT2FIX(LOCK_SH));
rb_file_const    2667 file.c             rb_file_const("LOCK_EX", INT2FIX(LOCK_EX));
rb_file_const    2668 file.c             rb_file_const("LOCK_UN", INT2FIX(LOCK_UN));
rb_file_const    2669 file.c             rb_file_const("LOCK_NB", INT2FIX(LOCK_NB));
rb_file_const    3992 io.c               rb_file_const("RDONLY", INT2FIX(O_RDONLY));
rb_file_const    3993 io.c               rb_file_const("WRONLY", INT2FIX(O_WRONLY));
rb_file_const    3994 io.c               rb_file_const("RDWR", INT2FIX(O_RDWR));
rb_file_const    3995 io.c               rb_file_const("APPEND", INT2FIX(O_APPEND));
rb_file_const    3996 io.c               rb_file_const("CREAT", INT2FIX(O_CREAT));
rb_file_const    3997 io.c               rb_file_const("EXCL", INT2FIX(O_EXCL));
rb_file_const    4000 io.c               rb_file_const("NONBLOCK", INT2FIX(O_NONBLOCK));
rb_file_const    4002 io.c               rb_file_const("NONBLOCK", INT2FIX(O_NDELAY));
rb_file_const    4005 io.c               rb_file_const("TRUNC", INT2FIX(O_TRUNC));
rb_file_const    4007 io.c               rb_file_const("NOCTTY", INT2FIX(O_NOCTTY));
rb_file_const    4010 io.c               rb_file_const("BINARY", INT2FIX(O_BINARY));
rb_file_const    4013 io.c               rb_file_const("SYNC", INT2FIX(O_SYNC));