Home
last modified time | relevance | path

Searched refs:__call_bypassing_fortify (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/include/bits/fortify/
Dpoll.h54 return __call_bypassing_fortify(poll)(fds, fd_count, timeout); in poll()
70 return __call_bypassing_fortify(ppoll)(fds, fd_count, timeout, mask); in ppoll()
87 return __call_bypassing_fortify(ppoll64)(fds, fd_count, timeout, mask); in ppoll64()
Dunistd.h83 return __call_bypassing_fortify(getcwd)(buf, size); in getcwd()
162 return __call_bypassing_fortify(read)(fd, buf, count); in read()
177 return __call_bypassing_fortify(write)(fd, buf, count); in write()
192 return __call_bypassing_fortify(readlink)(path, buf, size); in readlink()
208 return __call_bypassing_fortify(readlinkat)(dirfd, path, buf, size); in readlinkat()
Dstdio.h100 return __call_bypassing_fortify(fread)(buf, size, count, stream); in fread()
117 return __call_bypassing_fortify(fwrite)(buf, size, count, stream); in fwrite()
134 return __call_bypassing_fortify(fgets)(dest, size, stream); in fgets()
Dsocket.h52 return __call_bypassing_fortify(recvfrom)(fd, buf, len, flags, src_addr, addr_len); in recvfrom()
67 return __call_bypassing_fortify(sendto)(fd, buf, len, flags, dest_addr, addr_len); in sendto()
Dstring.h196 return __call_bypassing_fortify(strlcpy)(dst, src, size); in strlcpy()
208 return __call_bypassing_fortify(strlcat)(dst, src, size); in strlcat()
/bionic/libc/include/sys/
Dcdefs.h275 # define __call_bypassing_fortify(fn) (&fn) macro