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()
243 #define OPEN_READ (O_RDONLY|O_BINARY) macro246 #define OPEN_READ (S_IREAD) macro249 #define OPEN_READ (O_RDONLY) macro251 #define OPEN_READ (0) macro
535 } else if ((f = iopen(open_filename, OPEN_READ)) < 0) in edit_ifile()946 exists = open(filename, OPEN_READ); in use_logfile()
150 f = open(tags, OPEN_READ); in gettagtype()
261 f = open(pathname, OPEN_READ); in dirfile()
1081 f = open(filename, OPEN_READ); in lesskey()
1866 #define OPEN_READ PCM_ENABLE_INPUT macro1868 #define OPEN_READWRITE (OPEN_READ|OPEN_WRITE)
2183 OPEN_WRITE : OPEN_READ; in dsp_oss_audioinfo()2337 ai->busy = (ch->direction == PCMDIR_PLAY) ? OPEN_WRITE : OPEN_READ; in dsp_oss_engineinfo()