Searched refs:_read (Results 26 - 50 of 95) sorted by relevance

1234

/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dgzguts.h48 # define read _read
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbio_local.h176 # define UP_read _read
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_local.h179 # define UP_read _read
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dgzguts.h48 # define read _read
/netbsd-current/external/bsd/tcpdump/dist/
H A Dnetdissect-stdinc.h171 #define read _read
193 * Windows doesn't have ssize_t; routines such as _read() return int.
/netbsd-current/sys/external/bsd/acpica/dist/include/platform/
H A Dacwin.h96 #define read _read
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dgzguts.h48 # define read _read
/netbsd-current/lib/libc/stdio/
H A Dfindfp.c69 ._read = __sread, \
147 /* fp->_cookie = <any>; */ /* caller sets cookie, _read/_write etc */
H A Dfunopen.c79 fp->_read = readfn;
H A Dfmemopen.c224 fp->_read = (flags & __SWR) ? NULL : fmemopen_read;
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dnonposix.h64 # define read(f,b,s) _read(f,b,s)
/netbsd-current/sys/arch/i386/stand/bootxx/
H A DMakefile.bootxx50 CPPFLAGS+= -DXXfs_read=${FS}_read
/netbsd-current/external/mit/libuv/dist/test/
H A Drunner-win.c232 while ((r = _read(fd, buf, sizeof(buf))) != 0)
/netbsd-current/sys/arch/riscv/include/
H A Dsysreg.h106 csr_##regname##_read(void) \
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dstdio.d484 int function(void*, char*, int) _read;
527 int function(void*, char*, int) _read;
573 ssize_t function(void*, char*, size_t) _read;
617 int function(void*, scope char*, int) _read;
719 int function(void*, scope char*, int) _read;
/netbsd-current/sys/arch/arm/include/
H A Darmreg.h731 static inline uint32_t armreg_##name##_read(void) \
745 static inline uint32_t armreg_##name##_read(void) \
761 static inline uint64_t armreg_##name##_read(void) \
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A DParseC.pm579 { regexp => qr/DECLARE_PEM(?|_read|_read_cb)<<<\((.*?),.*\)>>>/,
588 { regexp => qr/DECLARE_PEM(?|_read|_read_cb)_ex<<<\((.*?),.*\)>>>/,
602 ((?:_rw|_rw_cb|_rw_const|_write|_write_cb|_write_const|_read|_read_cb)
/netbsd-current/include/
H A Dstdio.h125 ssize_t (*_read) (void *, void *, size_t); member in struct:__sFILE
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_archive_read_multiple_data_objects.c32 #define read _read
/netbsd-current/external/bsd/libarchive/dist/tar/
H A Dutil.c69 #define read _read
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dprocess.d1915 p._read = File(readFP, null);
1944 p._read .windowsHandleOpen(readHandle , "r");
1960 @property File readEnd() @safe nothrow { return _read; }
1983 _read.close();
1988 File _read, _write;
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dpex-win32.c681 int len = _read (fd, buf, sizeof (buf) - 1);
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dpex-win32.c681 int len = _read (fd, buf, sizeof (buf) - 1);
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dpex-win32.c681 int len = _read (fd, buf, sizeof (buf) - 1);
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dpex-win32.c681 int len = _read (fd, buf, sizeof (buf) - 1);

Completed in 225 milliseconds

1234