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()
57 return open(dev, OPEN_READ); in open_tty()
125 tty = open("CON", OPEN_READ); in close_getchr()
H A Dless.h248 #define OPEN_READ (O_RDONLY|O_BINARY)
251 #define OPEN_READ (S_IREAD)
254 #define OPEN_READ (O_RDONLY)
256 #define OPEN_READ (0) macro
253 #define OPEN_READ global() macro
259 #define OPEN_READ global() macro
261 #define OPEN_READ global() macro
H A Dedit.c534 } else if ((f = open(open_filename, OPEN_READ)) < 0) in edit_ifile()
943 exists = open(filename, OPEN_READ); in use_logfile()
H A Dtags.c150 f = open(tags, OPEN_READ); in gettagtype()
H A Ddecode.c952 f = open(filename, OPEN_READ); in editchar()
H A Dfilename.c261 f = open(pathname, OPEN_READ); in homefile()
/freebsd/sys/sys/
H A Dsoundcard.h1858 #define OPEN_READ PCM_ENABLE_INPUT macro
1860 #define OPEN_READWRITE (OPEN_READ|OPEN_WRITE)
/freebsd/sys/dev/sound/pcm/
H A Ddsp.c2097 OPEN_WRITE : OPEN_READ; in dsp_oss_audioinfo()
2250 ai->busy = (ch->direction == PCMDIR_PLAY) ? OPEN_WRITE : OPEN_READ; in dsp_oss_engineinfo()