Searched refs:OPEN_READ (Results 1 – 8 of 8) sorted by relevance
55 return __open(dev, OPEN_READ); in open_tty_device()57 return open(dev, OPEN_READ); in open_tty_device()129 tty = open("CON", OPEN_READ); in open_getchr()
244 #define OPEN_READ (O_RDONLY|O_BINARY) macro247 #define OPEN_READ (S_IREAD) macro250 #define OPEN_READ (O_RDONLY) macro252 #define OPEN_READ (0) macro
553 } else if ((f = iopen(open_filename, OPEN_READ)) < 0) in edit_ifile()970 exists = open(filename, OPEN_READ); in use_logfile()
150 f = open(tags, OPEN_READ); in gettagtype()
296 f = open(pathname, OPEN_READ); in dirfile()
1355 f = open(filename, OPEN_READ); in lesskey()
1866 #define OPEN_READ PCM_ENABLE_INPUT macro1868 #define OPEN_READWRITE (OPEN_READ|OPEN_WRITE)
2244 OPEN_WRITE : OPEN_READ; in dsp_oss_audioinfo()2398 ai->busy = (ch->direction == PCMDIR_PLAY) ? OPEN_WRITE : OPEN_READ; in dsp_oss_engineinfo()