Home
last modified time | relevance | path

Searched refs:OPEN_READ (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/less/
H A Dttyin.c55 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()
H A Dless.h243 #define OPEN_READ (O_RDONLY|O_BINARY) macro
246 #define OPEN_READ (S_IREAD) macro
249 #define OPEN_READ (O_RDONLY) macro
251 #define OPEN_READ (0) macro
H A Dedit.c535 } else if ((f = iopen(open_filename, OPEN_READ)) < 0) in edit_ifile()
946 exists = open(filename, OPEN_READ); in use_logfile()
H A Dtags.c150 f = open(tags, OPEN_READ); in gettagtype()
H A Dfilename.c261 f = open(pathname, OPEN_READ); in dirfile()
H A Ddecode.c1081 f = open(filename, OPEN_READ); in lesskey()
/freebsd/sys/sys/
H A Dsoundcard.h1866 #define OPEN_READ PCM_ENABLE_INPUT macro
1868 #define OPEN_READWRITE (OPEN_READ|OPEN_WRITE)
/freebsd/sys/dev/sound/pcm/
H A Ddsp.c2183 OPEN_WRITE : OPEN_READ; in dsp_oss_audioinfo()
2337 ai->busy = (ch->direction == PCMDIR_PLAY) ? OPEN_WRITE : OPEN_READ; in dsp_oss_engineinfo()