Home
last modified time | relevance | path

Searched refs:binopen3 (Results 1 – 5 of 5) sorted by relevance

/external/mksh/src/
Dhistrap.c746 if ((fd = binopen3(hname, O_RDWR | O_CREAT | O_APPEND, 0600)) < 0) in hist_init()
781 if ((fd = binopen3(nhname, O_RDWR | O_CREAT | O_TRUNC | in hist_init()
Dexec.c1493 u = binopen3(cp, flags, 0666); in iosetup()
1632 if (!(shf = h->shf) || (fd = binopen3(h->tffn, O_RDONLY, 0)) < 0) { in herein()
Dsh.h2471 #define binopen3(path,flags,mode) __extension__({ \ macro
2479 #define binopen3(path,flags,mode) open((path), (flags) | O_BINARY, (mode)) macro
Dshf.c65 fd = binopen3(name, oflags, mode); in shf_open()
Dmain.c1715 if ((i = binopen3(tp->tffn, O_CREAT | O_EXCL | O_RDWR, in maketemp()