Searched refs:__open (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dtempname.c80 # define __open open macro
277 fd = __open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
/netbsd-current/external/bsd/less/dist/
H A Dttyin.c44 /* The __open() system call translates "/dev/tty" to "con". */
45 return __open(dev, OPEN_READ);
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dtempname.c102 # define __open open macro
299 fd = __open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dtempname.c104 # define __open open macro
301 fd = __open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dtempname.c61 # define __open open macro
167 return __open (tmpl,
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dtempname.c64 # define __open open macro
178 return __open (tmpl,
/netbsd-current/external/gpl2/grep/dist/intl/
H A Dloadmsgcat.c90 # define open __open
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dloadmsgcat.c460 # define open __open
/netbsd-current/external/gpl3/binutils/dist/intl/
H A Dloadmsgcat.c460 # define open __open
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dloadmsgcat.c460 # define open __open
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dloadmsgcat.c460 # define open __open
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dloadmsgcat.c462 # define open __open
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dloadmsgcat.c460 # define open __open
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dloadmsgcat.c460 # define open __open
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp856 in.__open(read_fd.fd, ios::binary);
858 // This assumes that __open didn't reset the error code.
864 out.__open(write_fd.fd, ios::binary);

Completed in 149 milliseconds