Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c249 const UCHAR_T *lead_str_end; in vfprintf() local
1299 f = lead_str_end = find_spec ((const UCHAR_T *) format); in vfprintf()
1305 f = lead_str_end = find_spec (format, &mbstate); in vfprintf()
1319 lead_str_end - (const UCHAR_T *) format); in vfprintf()
1653 for (f = lead_str_end; *f != L_('\0'); f = specs[nspecs++].next_fmt) in vfprintf()