Home
last modified time | relevance | path

Searched refs:fd_read (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_fd.c52 static int fd_read(BIO *h, char *buf, int size);
66 fd_read,
113 static int fd_read(BIO *b, char *out, int outl) in fd_read() function
214 while (ptr < end && fd_read(bp, ptr, 1) > 0) { in fd_gets()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_fd.c52 static int fd_read(BIO *h, char *buf, int size);
68 fd_read,
115 static int fd_read(BIO *b, char *out, int outl) in fd_read() function
216 while (ptr < end && fd_read(bp, ptr, 1) > 0) { in fd_gets()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmapper-client.cc363 int fd_read = mapper->GetFDRead (); in close_module_client() local
364 close (fd_read); in close_module_client()
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dmutator_aux.h92 ssize_t fd_read(int, void *, size_t);
H A Dfuzz_netlink.c134 set_netlink_io_functions(fd_read, fd_write); in test()
H A Dmutator_aux.c266 fd_read(int fd, void *ptr, size_t len) in fd_read() function
H A Dfuzz_hid.c186 set_netlink_io_functions(fd_read, fd_write); in manifest()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-20061484 (fd_read): Same.
1507 (fd_read): Call lseek directly if necessary.
H A DChangeLog-20081188 (fd_read): Remove third argument to fd_alloc_r_at.
1686 (fd_sfree): Use new enumerator. (fd_read): Likewise.
H A DChangeLog-20092395 (fd_read): Remove.
H A DChangeLog-2005815 (fd_read): New function.