Searched refs:_open (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.9.5/libarchive-29/libarchive/cpio/
H A Dcpio_windows.h41 #define open _open
/macosx-10.9.5/ntp-88/libopts/compat/
H A Dwindows-config.h124 #define open _open
/macosx-10.9.5/ntp-88/sntp/libopts/compat/
H A Dwindows-config.h124 #define open _open
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dccaudit.c98 static bool _open(ccaudit_t ccaudit) function
151 if (!_open(ccaudit)) {
179 if (!_open(ccaudit)) {
197 if (!_open(ccaudit)) {
217 if (!_open(ccaudit)) {
242 if (!_open(ccaudit)) {
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Ddaemon.c116 if (!noclose && (fd = _open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
H A Dopendir.c75 if ((fd = _open(name, O_RDONLY | O_NONBLOCK | O_DIRECTORY | O_CLOEXEC)) == -1)
160 if ((fd = _open(name, O_RDONLY)) == -1) {
H A Darc4random.c129 fd = _open(RANDOMDEV, O_RDONLY, 0);
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dfopen.c73 if ((f = _open(file, oflags, DEFFILEMODE)) < 0) {
H A Dfreopen.c161 f = _open(file, oflags, DEFFILEMODE);
167 f = _open(file, oflags, DEFFILEMODE);
H A Dmktemp.c164 _open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Drand.c124 fd = _open("/dev/random", O_RDONLY | O_CLOEXEC, 0);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDEventServiceUserClient.h59 static IOReturn _open( IOHIDEventServiceUserClient * target,
H A DIOHIDEventServiceUserClient.cpp65 (IOExternalMethodAction) &IOHIDEventServiceUserClient::_open,
240 // IOHIDEventServiceUserClient::_open
242 IOReturn IOHIDEventServiceUserClient::_open( function in class:IOHIDEventServiceUserClient
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dtest_read_large.c33 #define open _open
H A Dtest_read_data_large.c37 #define open _open
/macosx-10.9.5/BerkeleyDB-21/db/os_windows/
H A Dos_handle.c56 fhp->fd = _open(name, flags, mode);
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dldpart.c78 if ((fd = _open(filename, O_RDONLY)) < 0)
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/
H A DckutilsPlatform.h48 #define open(f, b, c) _open(f, b, c)
/macosx-10.9.5/cups-372.4/cups/vcnet/
H A Dconfig.h46 #define open _open
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dntlib.h75 #define open _open
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dtcpdump-stdinc.h67 #define open _open
/macosx-10.9.5/bind9-45.100/bind9/
H A Dconfig.h.win32216 #define open _open
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Ddirent-test.c107 fd = _open(filename, _O_CREAT, _S_IREAD| _S_IWRITE);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDEventServiceClass.h79 static boolean_t _open(void *self, IOOptionBits options);
/macosx-10.9.5/Libc-997.90.3/fbsdcompat/
H A D_fbsd_compat_.h76 #define _open open macro

Completed in 355 milliseconds

123