Searched refs:binopen3 (Results 1 – 5 of 5) sorted by relevance
/external/mksh/src/ |
D | histrap.c | 786 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()
|
D | exec.c | 1510 u = binopen3(cp, flags, 0666); in iosetup() 1649 if (!(shf = h->shf) || (fd = binopen3(h->tffn, O_RDONLY, 0)) < 0) { in herein()
|
D | shf.c | 67 fd = binopen3(name, oflags, mode); in shf_open()
|
D | sh.h | 2752 #define binopen3(path,flags,mode) __extension__({ \ macro 2760 #define binopen3(path,flags,mode) open((path), (flags) | O_BINARY, (mode)) macro
|
D | main.c | 1706 if ((i = binopen3(tp->tffn, O_CREAT | O_EXCL | O_RDWR, in maketemp()
|