Home
last modified time | relevance | path

Searched refs:binopen2 (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dmisc.c2383 if ((fd = binopen2(dv, O_RDWR)) < 0) { in chvt()
2385 if ((fd = binopen2(dv, O_RDWR)) < 0) { in chvt()
Dsh.h2849 #define binopen2(path,flags) __extension__({ \ macro
2862 #define binopen2(path,flags) open((path), (flags) | O_BINARY) macro
Dexec.c887 if ((fd = binopen2(tp->str, O_RDONLY | O_MAYEXEC)) >= 0) { in scriptexec()
Dfuncs.c3520 else if ((fd = binopen2(fn, O_RDONLY)) < 0) { in c_cat()