Home
last modified time | relevance | path

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

/stdio-common/
A Dtst-vfprintf-user-type.c125 size_t to_fill = nargs; in my_arginfo_function() local
126 if (to_fill > n) in my_arginfo_function()
127 to_fill = n; in my_arginfo_function()
128 for (size_t i = 0; i < to_fill; ++i) in my_arginfo_function()

Completed in 3 milliseconds