Searched defs:n3 (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfwprintf.c283 int n, n2, n3; /* handy integers (short term usage) */ local
351 * BEWARE, these `goto error' on error, PRINT uses 'n3',
352 * PAD uses `n' and 'n3', and PRINTANDPAD uses 'n', 'n2', and 'n3'.
355 for (n3 = 0; n3 < (len); n3++) { \
356 if ((__xfputwc((ptr)[n3], fp)) == WEOF) \

Completed in 39 milliseconds