Home
last modified time | relevance | path

Searched refs:posix_read (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/libfido2/dist/openbsd-compat/
H A Dposix_win.h34 ssize_t posix_read(int fd, void *buf, size_t count);
41 #define read(fd, buf, count) posix_read(fd, buf, count)
H A Dposix_win.c42 posix_read(int fd, void *buf, size_t count) in posix_read() function