Searched refs:__l (Results 1 – 1 of 1) sorted by relevance
/misc/sys/ |
A D | cdefs.h | 158 #define __glibc_safe_len_cond(__l, __s, __osz) ((__l) <= (__osz) / (__s)) argument 159 #define __glibc_unsigned_or_positive(__l) \ argument 160 ((__typeof (__l)) 0 < (__typeof (__l)) -1 \ 161 || (__builtin_constant_p (__l) && (__l) > 0)) 167 (__glibc_unsigned_or_positive (__l) \ 175 #define __glibc_unsafe_len(__l, __s, __osz) \ argument 176 (__glibc_unsigned_or_positive (__l) \ 184 #define __glibc_fortify(f, __l, __s, __osz, ...) \ argument 187 : (__glibc_unsafe_len (__l, __s, __osz) \ 194 #define __glibc_fortify_n(f, __l, __s, __osz, ...) \ argument [all …]
|
Completed in 5 milliseconds