Home
last modified time | relevance | path

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

/external/mksh/src/
Dhistrap.c786 if ((fd = binopen3(hname, O_RDWR | O_CREAT | O_APPEND, 0600)) < 0) in hist_persist_init()
820 if ((fd = binopen3(nhname, O_RDWR | O_CREAT | O_TRUNC | in hist_persist_init()
Dexec.c1510 u = binopen3(cp, flags, 0666); in iosetup()
1649 if (!(shf = h->shf) || (fd = binopen3(h->tffn, O_RDONLY, 0)) < 0) { in herein()
Dshf.c67 fd = binopen3(name, oflags, mode); in shf_open()
Dsh.h2752 #define binopen3(path,flags,mode) __extension__({ \ macro
2760 #define binopen3(path,flags,mode) open((path), (flags) | O_BINARY, (mode)) macro
Dmain.c1706 if ((i = binopen3(tp->tffn, O_CREAT | O_EXCL | O_RDWR, in maketemp()