Searched refs:INT (Results 1 – 2 of 2) sorted by relevance
| /third_party/ulib/musl/src/stdio/ |
| A D | vfwprintf.c | 44 INT, enumerator 51 #define LONG INT 84 S('d') = INT, S('i') = INT, S('o') = UINT, S('u') = UINT, S('x') = UINT, 87 S('C') = INT, S('s') = PTR, S('S') = PTR, S('p') = UIPTR, S('n') = PTR, 94 S('X') = ULONG, S('c') = INT, S('s') = PTR, S('n') = PTR, S('l') = LLPRE, 143 case INT: in pop_arg() 273 nl_type[s[1] - '0'] = INT; in wprintf_core() 289 nl_type[s[2] - '0'] = INT; in wprintf_core()
|
| A D | vfprintf.c | 51 INT, enumerator 58 #define LONG INT 91 S('d') = INT, S('i') = INT, S('o') = UINT, S('u') = UINT, S('x') = UINT, 94 S('C') = INT, S('s') = PTR, S('S') = PTR, S('p') = UIPTR, S('n') = PTR, 102 S('F') = DBL, S('G') = DBL, S('A') = DBL, S('c') = INT, S('s') = PTR, S('n') = PTR, 152 case INT: in pop_arg() 598 nl_type[s[1] - '0'] = INT; in printf_core() 614 nl_type[s[2] - '0'] = INT; in printf_core()
|
Completed in 6 milliseconds