Home
last modified time | relevance | path

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

/glibc-2.36/hurd/
Dvpprintf.c48 } temp_f; in vpprintf() local
50 temp_f.cfile.__fp.file._lock = &temp_f.lock; in vpprintf()
53 _IO_cookie_init (&temp_f.cfile, _IO_NO_READS, in vpprintf()
56 done = __vfprintf_internal (&temp_f.cfile.__fp.file, format, arg, 0); in vpprintf()