Searched refs:bos (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/include/bits/fortify/ |
D | unistd.h | 75 size_t bos = __bos(buf); in getcwd() local 77 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in getcwd() 81 return __getcwd_chk(buf, size, bos); in getcwd() 91 size_t bos = __bos0(buf); in pread() local 97 return __PREAD_PREFIX(chk)(fd, buf, count, offset, bos); in pread() 105 size_t bos = __bos0(buf); in pread64() local 107 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in pread64() 111 return __pread64_chk(fd, buf, count, offset, bos); in pread64() 121 size_t bos = __bos0(buf); in pwrite() local 123 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in pwrite() [all …]
|
D | string.h | 111 size_t bos = __bos(s); in memchr() local 113 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in memchr() 117 return __memchr_chk(s, c, n, bos); in memchr() 122 size_t bos = __bos(s); in __memrchr_fortify() local 124 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in __memrchr_fortify() 128 return __memrchr_chk(s, c, n, bos); in __memrchr_fortify() 165 size_t bos = __bos(dst); in strlcpy() local 167 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in strlcpy() 171 return __strlcpy_chk(dst, src, size, bos); in strlcpy() 176 size_t bos = __bos(dst); in strlcat() local [all …]
|
D | stdio.h | 102 size_t bos = __bos0(buf); in fread() local 104 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in fread() 107 return __fread_chk(buf, size, count, stream, bos); in fread() 117 size_t bos = __bos0(buf); in fwrite() local 119 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in fwrite() 123 return __fwrite_chk(buf, size, count, stream, bos); in fwrite() 134 size_t bos = __bos(dest); in fgets() local 136 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in fgets() 140 return __fgets_chk(dest, size, stream, bos); in fgets() 174 size_t bos = __bos0(buf); in fread() local [all …]
|
D | socket.h | 49 size_t bos = __bos0(buf); in recvfrom() local 51 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in recvfrom() 54 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len); in recvfrom() 64 size_t bos = __bos0(buf); in sendto() local 66 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in sendto() 69 return __sendto_chk(fd, buf, len, bos, flags, dest_addr, addr_len); in sendto() 101 size_t bos = __bos0(buf); in recvfrom() local 103 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in recvfrom() 107 if (__builtin_constant_p(len) && (len <= bos)) { in recvfrom() 111 if (__builtin_constant_p(len) && (len > bos)) { in recvfrom() [all …]
|
D | stdlib.h | 54 size_t bos = __bos(resolved); in realpath() local 56 if (bos != __BIONIC_FORTIFY_UNKNOWN_SIZE && bos < __PATH_MAX) { in realpath()
|
/bionic/libc/kernel/uapi/drm/ |
D | msm_drm.h | 114 __u64 bos; member
|
D | etnaviv_drm.h | 119 __u64 bos; member
|