Home
last modified time | relevance | path

Searched refs:__check_count (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dfortify.cpp140 __check_count("memcpy", "count", count); in __memcpy_chk_fail()
153 __check_count("memset", "count", count); in __memset_chk_fail()
176 __check_count("pread64", "count", count); in __pread64_chk()
182 __check_count("pread", "count", count); in __pread_chk()
189 __check_count("pwrite64", "count", count); in __pwrite64_chk()
196 __check_count("pwrite", "count", count); in __pwrite_chk()
202 __check_count("read", "count", count); in __read_chk()
208 __check_count("readlinkat", "size", size); in __readlinkat_chk()
214 __check_count("readlink", "size", size); in __readlink_chk()
449 __check_count("write", "count", count); in __write_chk()
[all …]
/aosp12/bionic/libc/private/
H A Dbionic_fortify.h74 static inline void __check_count(const char* fn, const char* identifier, size_t value) { in __check_count() function
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp1021 __check_count("vsnprintf", "size", n); in vsnprintf()