OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRINTANDPAD
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c
371
#define
PRINTANDPAD
(p, ep, len, with) do { \
1035
PRINTANDPAD
(cp, dtoaend, lead, zeroes);
1040
PRINTANDPAD
(cp, dtoaend, prec, zeroes);
[
all
...]
vfwprintf.c
352
* PAD uses `n' and 'n3', and
PRINTANDPAD
uses 'n', 'n2', and 'n3'.
369
#define
PRINTANDPAD
(p, ep, len, with) do { \
995
PRINTANDPAD
(cp, convbuf + ndig,
1001
PRINTANDPAD
(cp, convbuf + ndig, prec, zeroes);
[
all
...]
Completed in 789 milliseconds