Searched refs:binopen2 (Results 1 – 4 of 4) sorted by relevance
2020 if ((fd = binopen2(dv, O_RDWR)) < 0) { in chvt()2022 if ((fd = binopen2(dv, O_RDWR)) < 0) { in chvt()
2465 #define binopen2(path,flags) __extension__({ \ macro2478 #define binopen2(path,flags) open((path), (flags) | O_BINARY) macro
886 if ((fd = binopen2(tp->str, O_RDONLY)) >= 0) { in scriptexec()
3493 else if ((fd = binopen2(fn, O_RDONLY)) < 0) { in c_cat()