Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_fd.c51 static int fd_write(BIO *h, const char *buf, int num);
64 fd_write,
131 static int fd_write(BIO *b, const char *in, int inl) in fd_write() function
204 ret = fd_write(bp, str, n); in fd_puts()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_fd.c51 static int fd_write(BIO *h, const char *buf, int num);
65 fd_write,
133 static int fd_write(BIO *b, const char *in, int inl) in fd_write() function
206 ret = fd_write(bp, str, n); in fd_puts()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmapper-client.cc344 int fd_write = mapper->GetFDWrite (); in close_module_client() local
345 if (fd_write >= 0) in close_module_client()
346 close (fd_write); in close_module_client()
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dmutator_aux.h93 ssize_t fd_write(int, const void *, size_t);
H A Dfuzz_netlink.c134 set_netlink_io_functions(fd_read, fd_write); in test()
H A Dmutator_aux.c274 fd_write(int fd, const void *ptr, size_t len) in fd_write() 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-20061485 (fd_write): Same.
1508 (fd_write): Likewise.
H A DChangeLog-20081189 (fd_write): Remove third argument to fd_alloc_w_at.
1687 (fd_write): Likewise. (fd_close): Fix whitespace.
H A DChangeLog-20092396 (fd_write): Remove.
H A DChangeLog-2005816 (fd_write): New function.