Searched defs:format_type (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | c-format.c | 60 enum format_type { printf_format_type, asm_fprintf_format_type, enum 70 int format_type; /* type of format (printf, scanf, etc.) */ member
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | c-format.c | 58 enum format_type { printf_format_type, kprintf_format_type, syslog_format_type, scanf_format_type, enum 64 enum format_type format_type; /* type of format (printf, scanf, etc.) */ member
|
/openbsd-src/usr.bin/tmux/ |
H A D | format.c | 125 enum format_type { enum
|