Home
last modified time | relevance | path

Searched refs:CHAR (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/miscutils/
Dconspy.c57 #define CHAR(x) (*(uint8_t*)(x)) macro
186 uint8_t ch = CHAR(data); in screen_read_close()
188 CHAR(data) = ch | 0x40; in screen_read_close()
190 CHAR(data) = '?'; in screen_read_close()
276 putchar(CHAR(data)); in screen_char()
296 if (BW && CHAR(data) == ' ') in screen_dump()
/busybox-1.35.0/coreutils/
Dod_bloaty.c106 CHAR, enumerator
236 [sizeof(char)] = CHAR,
647 case CHAR: in decode_one_format()
726 size_spec = CHAR; in decode_one_format()
733 size_spec = CHAR; in decode_one_format()