open              980 dir.c              int open = 0;
open              985 dir.c          	    open = 1;
open              988 dir.c          	    open = 0;
open              992 dir.c          	    if (!open)
open              343 dln.c              if (file == NULL || (fd = open(file, O_RDONLY)) < 0) {
open              930 dln.c              fd = open(file, O_RDONLY);
open             1046 dln.c              fd = open(file, O_RDONLY);
open              195 ext/dl/dl.h        int  open;
open               13 ext/dl/handle.c   if( dlhandle->ptr && dlhandle->open && dlhandle->enable_close ){
open               24 ext/dl/handle.c   dlhandle->open = 0;
open               37 ext/dl/handle.c   dlhandle->open = 0;
open               82 ext/dl/handle.c   if( dlhandle->ptr && dlhandle->open && dlhandle->enable_close ){
open               86 ext/dl/handle.c   dlhandle->open = 1;
open              156 ext/dl/handle.c     if( ! dlhandle->open ){
open             6506 ext/nkf/nkf-utf8/nkf.c 			fd = open(outfname, O_WRONLY | O_CREAT | O_TRUNC | O_EXCL,
open              225 ext/pty/pty.c          int i = open("/dev/tty", O_RDONLY);
open              244 ext/pty/pty.c      slave = open(carg->slavename, O_RDWR);
open              351 ext/pty/pty.c      *slave = open(name, O_RDWR);
open              366 ext/pty/pty.c      if((i = open("/dev/ptmx", O_RDWR, 0)) != -1) {
open              372 ext/pty/pty.c  		    if((j = open(pn, O_RDWR, 0)) != -1) {
open              400 ext/pty/pty.c  	if ((i = open(MasterName,O_RDWR,0)) >= 0) {
open              403 ext/pty/pty.c  	    if ((j = open(SlaveName,O_RDWR,0)) >= 0) {
open              201 ext/sdbm/_sdbm.c 	if ((db->pagf = open(pagname, flags, mode)) > -1) {
open              202 ext/sdbm/_sdbm.c 		if ((db->dirf = open(dirname, flags, mode)) > -1) {
open             3341 file.c         	if ((tmpfd = open(StringValueCStr(path), O_RDWR)) < 0) {
open             3345 file.c         	if ((tmpfd = open(StringValueCStr(path), 0)) < 0) {
open             4147 io.c               return (VALUE)open(data->fname, data->oflags, data->perm);
open             1743 process.c          ret = open(pathname, flags, perm);
open             1752 process.c      #define redirect_open(pathname, flags, perm) open(pathname, flags, perm)
open             3066 process.c          if ((fd = open("/dev/tty", O_RDWR)) >= 0) {
open             4218 process.c          if (!RTEST(noclose) && (n = open("/dev/null", O_RDWR, 0)) != -1) {
open              288 random.c           if ((fd = open("/dev/urandom", O_RDONLY
open             1449 ruby.c         	if ((fd = open(fname, mode)) < 0) {
open               24 util.c         #define _open open
open             1790 win32/win32.c        (nullfd = open("NUL", O_RDWR|O_BINARY)) : 0),		\
open             3690 win32/win32.c  	int fd = open(path, O_WRONLY), e = 0;