Searched refs:to_fill (Results 1 – 1 of 1) sorted by relevance
125 size_t to_fill = nargs; in my_arginfo_function() local126 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