/freebsd/lib/libc/gen/ |
H A D | ctermid.c | 42 __ssp_real(ctermid)(char *s) in __ssp_real() function 66 __ssp_real(ctermid_r)(char *s) in __ssp_real() function
|
H A D | getgrouplist.c | 45 __ssp_real(getgrouplist)(const char *uname, gid_t agroup, gid_t *groups, int *grpcnt) in __ssp_real() function
|
H A D | gethostname.c | 40 __ssp_real(gethostname)(char *name, size_t namelen) in __ssp_real() function
|
H A D | getdomainname.c | 39 __ssp_real(getdomainname)(char *name, int namelen) in __ssp_real() function
|
H A D | getentropy.c | 46 __ssp_real(getentropy)(void *buf, size_t buflen) __ssp_real() function
|
/freebsd/lib/libc/string/ |
H A D | wmempcpy.c | 36 __ssp_real(wmempcpy)(wchar_t *__restrict dst, const wchar_t *__restrict src, in __ssp_real() function
|
H A D | wcpcpy.c | 38 __ssp_real(wcpcpy)(wchar_t * __restrict to, const wchar_t * __restrict from) in __ssp_real() function
|
H A D | wmemmove.c | 42 __ssp_real(wmemmove)(wchar_t *d, const wchar_t *s, size_t n) in __ssp_real() function
|
H A D | wmemcpy.c | 42 __ssp_real(wmemcpy)(wchar_t * __restrict d, const wchar_t * __restrict s, in __ssp_real() function
|
H A D | wcscpy.c | 41 __ssp_real(wcscpy)(wchar_t * __restrict s1, const wchar_t * __restrict s2) in __ssp_real() function
|
H A D | wcpncpy.c | 33 __ssp_real(wcpncpy)(wchar_t * __restrict dst, const wchar_t * __restrict src, in __ssp_real() function
|
H A D | wcscat.c | 41 __ssp_real(wcscat)(wchar_t * __restrict s1, const wchar_t * __restrict s2) in __ssp_real() function
|
H A D | wcsncpy.c | 43 __ssp_real(wcsncpy)(wchar_t * __restrict dst, const wchar_t * __restrict src, in __ssp_real() function
|
H A D | wmemset.c | 41 __ssp_real(wmemset)(wchar_t *s, wchar_t c, size_t n) in __ssp_real() function
|
H A D | wcslcpy.c | 48 __ssp_real(wcslcpy)(wchar_t *dst, const wchar_t *src, size_t siz) in __ssp_real() function
|
H A D | wcsncat.c | 41 __ssp_real(wcsncat)(wchar_t * __restrict s1, const wchar_t * __restrict s2, in __ssp_real() function
|
/freebsd/lib/libc/sys/ |
H A D | recv.c | 40 __ssp_real(recv)(int s, void *buf, size_t len, int flags) in __ssp_real() function
|
H A D | ppoll.c | 40 __ssp_real(ppoll)(struct pollfd pfd[], nfds_t nfds, in __ssp_real() function
|
H A D | poll.c | 40 __ssp_real(poll)(struct pollfd pfd[], nfds_t nfds, int timeout) in __ssp_real() function
|
H A D | recvfrom.c | 41 __ssp_real(recvfrom)(int s, void *buf, size_t len, int flags, in __ssp_real() function
|
H A D | readv.c | 42 __ssp_real(readv)(int fd, const struct iovec *iov, int iovcnt) in __ssp_real() function
|
H A D | recvmsg.c | 41 __ssp_real(recvmsg)(int s, struct msghdr *msg, int flags) in __ssp_real() function
|
/freebsd/lib/libc/stdio/ |
H A D | tmpnam.c | 47 __ssp_real(tmpnam)(char *s) in __ssp_real() function
|
/freebsd/sys/libkern/ |
H A D | explicit_bzero.c | 23 __ssp_real(explicit_bzero)(void *buf, size_t len) in __ssp_real() function
|
/freebsd/tools/build/cross-build/include/common/ssp/ |
H A D | ssp.h | 32 #define __ssp_real(fun) __ssp_real_(fun) macro
|