Searched refs:pop_arg (Results 1 - 3 of 3) sorted by relevance

/seL4-test-master/projects/musllibc/src/stdio/
H A Dvfwprintf.c120 static void pop_arg(union arg *arg, int type, va_list *ap) function
264 else if (f) pop_arg(&arg, st, ap);
348 pop_arg(nl_arg+i, nl_type[i], ap);
H A Dvfprintf.c129 static void pop_arg(union arg *arg, int type, va_list *ap) function
550 else if (f) pop_arg(&arg, st, ap);
669 pop_arg(nl_arg+i, nl_type[i], ap);
/seL4-test-master/kernel/src/machine/
H A Dio.c156 static void pop_arg(union arg *arg, int type, va_list *ap) function
392 pop_arg(&arg, st, ap);
533 pop_arg(nl_arg + i, nl_type[i], ap);

Completed in 64 milliseconds