Home
last modified time | relevance | path

Searched refs:bos (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/include/
Dunistd.h299 size_t bos = __bos(buf); in getcwd() local
306 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE || buf == NULL) { in getcwd()
310 return __getcwd_chk(buf, size, bos); in getcwd()
327 size_t bos = __bos0(buf); in pread() local
333 return __PREAD_PREFIX(chk)(fd, buf, count, offset, bos); in pread()
348 size_t bos = __bos0(buf); in pread64() local
350 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in pread64()
354 return __pread64_chk(fd, buf, count, offset, bos); in pread64()
373 size_t bos = __bos0(buf); in pwrite() local
375 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in pwrite()
[all …]
Dstring.h252 size_t bos = __bos(s); in memchr() local
254 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in memchr()
258 return __memchr_chk(s, c, n, bos); in memchr()
264 size_t bos = __bos(s); in memrchr() local
266 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in memrchr()
270 return __memrchr_chk(s, c, n, bos); in memrchr()
308 size_t bos = __bos(dst); in strlcpy() local
310 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in strlcpy()
314 return __strlcpy_chk(dst, src, size, bos); in strlcpy()
320 size_t bos = __bos(dst); in strlcat() local
[all …]
Dstdio.h346 size_t bos = __bos0(buf); in fread() local
348 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in fread()
352 return __fread_chk(buf, size, count, stream, bos); in fread()
372 size_t bos = __bos0(buf); in fwrite() local
374 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in fwrite()
378 return __fwrite_chk(buf, size, count, stream, bos); in fwrite()
397 size_t bos = __bos(dest); in fgets() local
399 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in fgets()
403 return __fgets_chk(dest, size, stream, bos); in fgets()
440 size_t bos = __bos0(buf); in fread() local
[all …]
Dstdlib.h194 size_t bos = __bos(resolved); in realpath() local
196 if (bos != __BIONIC_FORTIFY_UNKNOWN_SIZE && bos < __PATH_MAX) { in realpath()
/bionic/libc/include/sys/
Dsocket.h351 size_t bos = __bos0(buf); in recvfrom() local
353 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in recvfrom()
358 return __recvfrom_chk(fd, buf, len, bos, flags, src_addr, addr_len); in recvfrom()
375 size_t bos = __bos0(buf); in sendto() local
377 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in sendto()
382 return __sendto_chk(fd, buf, len, bos, flags, dest_addr, addr_len); in sendto()
405 size_t bos = __bos0(buf); in recvfrom() local
407 if (bos == __BIONIC_FORTIFY_UNKNOWN_SIZE) { in recvfrom()
411 if (__builtin_constant_p(len) && (len <= bos)) { in recvfrom()
415 if (__builtin_constant_p(len) && (len > bos)) { in recvfrom()
[all …]
/bionic/libc/kernel/uapi/drm/
Dmsm_drm.h110 __u64 __user bos; member
Detnaviv_drm.h104 __u64 bos; member