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

123

/macosx-10.10.1/libarchive-30/libarchive/cpio/
H A Dcpio_windows.h41 #define open _open
/macosx-10.10.1/ntp-92/libopts/compat/
H A Dwindows-config.h124 #define open _open
/macosx-10.10.1/ntp-92/sntp/libopts/compat/
H A Dwindows-config.h124 #define open _open
/macosx-10.10.1/Security-57031.1.35/Security/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.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Ddaemon.c116 if (!noclose && (fd = _open(_PATH_DEVNULL, O_RDWR, 0)) != -1) {
H A Dopendir.c89 if ((fd = _open(name,
198 if ((fd = _open(name, O_RDONLY | O_DIRECTORY)) == -1) {
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dfopen.c73 if ((f = _open(file, oflags, DEFFILEMODE)) < 0) {
H A Dfreopen.c160 f = _open(file, oflags, DEFFILEMODE);
166 f = _open(file, oflags, DEFFILEMODE);
H A Dmktemp.c164 _open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Drand.c124 fd = _open("/dev/random", O_RDONLY | O_CLOEXEC, 0);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventServiceUserClient.h59 static IOReturn _open( IOHIDEventServiceUserClient * target,
H A DIOHIDEventServiceUserClient.cpp65 (IOExternalMethodAction) &IOHIDEventServiceUserClient::_open,
246 // IOHIDEventServiceUserClient::_open
248 IOReturn IOHIDEventServiceUserClient::_open( function in class:IOHIDEventServiceUserClient
/macosx-10.10.1/OpenSSL098-52/src/ms/
H A Dapplink.c79 OPENSSL_ApplinkTable[APPLINK_OPEN] = _open;
/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dtest_read_large.c33 #define open _open
H A Dtest_read_data_large.c37 #define open _open
/macosx-10.10.1/BerkeleyDB-21/db/os_windows/
H A Dos_handle.c56 fhp->fd = _open(name, flags, mode);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDEventServiceClass.h76 static boolean_t _open(void *self, IOOptionBits options);
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dldpart.c78 if ((fd = _open(filename, O_RDONLY)) < 0)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/
H A DckutilsPlatform.h48 #define open(f, b, c) _open(f, b, c)
/macosx-10.10.1/cups-408/cups/vcnet/
H A Dconfig.h46 #define open _open
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dntlib.h75 #define open _open
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtcpdump-stdinc.h67 #define open _open
/macosx-10.10.1/bind9-45.101/bind9/
H A Dconfig.h.win32216 #define open _open
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Ddirent-test.c107 fd = _open(filename, _O_CREAT, _S_IREAD| _S_IWRITE);
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A D_fbsd_compat_.h87 #define _open open macro

Completed in 467 milliseconds

123