/src/include/ |
monetary.h | 44 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_ 54 ssize_t strfmon_l(char * __restrict, size_t, locale_t, const char * __restrict, ...) 60 ssize_t strfmon(char * __restrict, size_t, const char * __restrict, ...)
|
monetary.h | 44 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_ 54 ssize_t strfmon_l(char * __restrict, size_t, locale_t, const char * __restrict, ...) 60 ssize_t strfmon(char * __restrict, size_t, const char * __restrict, ...)
|
dlfcn.h | 40 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_ 70 void __dl_cxa_refcount(void *, ssize_t);
|
dlfcn.h | 40 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_ 70 void __dl_cxa_refcount(void *, ssize_t);
|
stdio.h | 56 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_ 125 ssize_t (*_read) (void *, void *, size_t); 127 ssize_t (*_write)(void *, const void *, size_t); 436 ssize_t (*)(void *, void *, size_t), 437 ssize_t (*)(void *, const void *, size_t), 533 ssize_t getdelim(char ** __restrict, size_t * __restrict, int, 535 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
stdio.h | 56 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_ 125 ssize_t (*_read) (void *, void *, size_t); 127 ssize_t (*_write)(void *, const void *, size_t); 436 ssize_t (*)(void *, void *, size_t), 437 ssize_t (*)(void *, const void *, size_t), 533 ssize_t getdelim(char ** __restrict, size_t * __restrict, int, 535 ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
/src/sys/sys/ |
random.h | 60 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_ 64 ssize_t getrandom(void *, size_t, unsigned int);
|
random.h | 60 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_ 64 ssize_t getrandom(void *, size_t, unsigned int);
|
uio.h | 52 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_ 113 ssize_t preadv(int, const struct iovec *, int, off_t); 114 ssize_t pwritev(int, const struct iovec *, int, off_t); 116 ssize_t readv(int, const struct iovec *, int); 117 ssize_t writev(int, const struct iovec *, int);
|
uio.h | 52 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_ 113 ssize_t preadv(int, const struct iovec *, int, off_t); 114 ssize_t pwritev(int, const struct iovec *, int, off_t); 116 ssize_t readv(int, const struct iovec *, int); 117 ssize_t writev(int, const struct iovec *, int);
|
types.h | 299 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_
|
types.h | 299 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_
|
socket.h | 95 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_ 634 ssize_t recv(int, void *, size_t, int); 635 ssize_t recvfrom(int, void *__restrict, size_t, int, 637 ssize_t recvmsg(int, struct msghdr *, int); 638 ssize_t send(int, const void *, size_t, int); 639 ssize_t sendto(int, const void *, 641 ssize_t sendmsg(int, const struct msghdr *, int);
|
socket.h | 95 typedef _BSD_SSIZE_T_ ssize_t; typedef in typeref:typename:_BSD_SSIZE_T_ 634 ssize_t recv(int, void *, size_t, int); 635 ssize_t recvfrom(int, void *__restrict, size_t, int, 637 ssize_t recvmsg(int, struct msghdr *, int); 638 ssize_t send(int, const void *, size_t, int); 639 ssize_t sendto(int, const void *, 641 ssize_t sendmsg(int, const struct msghdr *, int);
|