Home
last modified time | relevance | path

Searched refs:buf_read (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dmutator_aux.c163 buf_read(unsigned char *ptr, size_t len, int ms) in buf_read() function
220 return buf_read(ptr, len, ms); in hid_read()
253 return buf_read(ptr, len, ms); in nfc_read()
270 return buf_read(ptr, len, -1); in fd_read()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-201544 * io/unix.c (buf_read): Do not call memcpy() with NULL pointer arg.
112 * io/unix.c (buf_read): Check for error condition and if found
H A DChangeLog-2019176 (buf_read): Use s->buffer_size instead of BUFFER_SIZE.
H A DChangeLog-20161208 (buf_read): Likewise.
H A DChangeLog-20092401 (buf_read): New function.
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dzip.c815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() local
825 if (ZREAD64(pziinit->z_filefunc, pziinit->filestream,buf_read,(uLong)read_this) != read_this) in LoadCentralDirectoryRecord()
829 err = add_data_in_datablock(&pziinit->central_dir,buf_read, (uLong)read_this); in LoadCentralDirectoryRecord()
833 TRYFREE(buf_read); in LoadCentralDirectoryRecord()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dzip.c815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() local
825 if (ZREAD64(pziinit->z_filefunc, pziinit->filestream,buf_read,(uLong)read_this) != read_this) in LoadCentralDirectoryRecord()
829 err = add_data_in_datablock(&pziinit->central_dir,buf_read, (uLong)read_this); in LoadCentralDirectoryRecord()
833 TRYFREE(buf_read); in LoadCentralDirectoryRecord()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dzip.c815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord() local
825 if (ZREAD64(pziinit->z_filefunc, pziinit->filestream,buf_read,(uLong)read_this) != read_this) in LoadCentralDirectoryRecord()
829 err = add_data_in_datablock(&pziinit->central_dir,buf_read, (uLong)read_this); in LoadCentralDirectoryRecord()
833 TRYFREE(buf_read); in LoadCentralDirectoryRecord()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c557 buf_read (unix_stream *s, void *buf, ssize_t nbyte) in buf_read() function
758 .read = (void *) buf_read,
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c557 buf_read (unix_stream *s, void *buf, ssize_t nbyte) in buf_read() function
758 .read = (void *) buf_read,