Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp163 bool have_l = cur[0] == 'l' && cur[1] != 'l'; in VSNPrintf() local
164 cur += have_l; in VSNPrintf()
167 const bool have_length = have_z || have_l || have_ll; in VSNPrintf()
175 : have_l ? va_arg(args, long) in VSNPrintf()
186 : have_l ? va_arg(args, unsigned long) in VSNPrintf()