Searched refs:__call_bypassing_fortify (Results 1 - 12 of 12) sorted by relevance

/bionic/libc/include/bits/fortify/
H A Dpoll.h49 return __call_bypassing_fortify(poll)(fds, fd_count, timeout);
63 return __call_bypassing_fortify(ppoll)(fds, fd_count, timeout, mask);
H A Dsocket.h52 return __call_bypassing_fortify(recvfrom)(fd, buf, len, flags, src_addr, addr_len);
67 return __call_bypassing_fortify(sendto)(fd, buf, len, flags, dest_addr, addr_len);
H A Dstdio.h105 return __call_bypassing_fortify(fread)(buf, size, count, stream);
120 return __call_bypassing_fortify(fwrite)(buf, size, count, stream);
137 return __call_bypassing_fortify(fgets)(dest, size, stream);
H A Dunistd.h78 return __call_bypassing_fortify(getcwd)(buf, size);
154 return __call_bypassing_fortify(read)(fd, buf, count);
170 return __call_bypassing_fortify(write)(fd, buf, count);
186 return __call_bypassing_fortify(readlink)(path, buf, size);
200 return __call_bypassing_fortify(readlinkat)(dirfd, path, buf, size);
H A Dstring.h168 return __call_bypassing_fortify(strlcpy)(dst, src, size);
179 return __call_bypassing_fortify(strlcat)(dst, src, size);
/bionic/tools/versioner/current/bits/fortify/
H A Dpoll.h49 return __call_bypassing_fortify(poll)(fds, fd_count, timeout);
63 return __call_bypassing_fortify(ppoll)(fds, fd_count, timeout, mask);
H A Dsocket.h52 return __call_bypassing_fortify(recvfrom)(fd, buf, len, flags, src_addr, addr_len);
67 return __call_bypassing_fortify(sendto)(fd, buf, len, flags, dest_addr, addr_len);
H A Dstdio.h105 return __call_bypassing_fortify(fread)(buf, size, count, stream);
120 return __call_bypassing_fortify(fwrite)(buf, size, count, stream);
137 return __call_bypassing_fortify(fgets)(dest, size, stream);
H A Dunistd.h78 return __call_bypassing_fortify(getcwd)(buf, size);
154 return __call_bypassing_fortify(read)(fd, buf, count);
170 return __call_bypassing_fortify(write)(fd, buf, count);
186 return __call_bypassing_fortify(readlink)(path, buf, size);
200 return __call_bypassing_fortify(readlinkat)(dirfd, path, buf, size);
H A Dstring.h168 return __call_bypassing_fortify(strlcpy)(dst, src, size);
179 return __call_bypassing_fortify(strlcat)(dst, src, size);
/bionic/libc/include/sys/
H A Dcdefs.h316 # define __call_bypassing_fortify(fn) (&fn) macro
337 # define __call_bypassing_fortify(fn) (fn) macro
/bionic/tools/versioner/current/sys/
H A Dcdefs.h316 # define __call_bypassing_fortify(fn) (&fn) macro
337 # define __call_bypassing_fortify(fn) (fn) macro

Completed in 82 milliseconds