/busybox-1.35.0/libbb/ |
D | printable.c | 11 void FAST_FUNC fputc_printable(int ch, FILE *file) in fputc_printable() 35 void FAST_FUNC visible(unsigned ch, char *buf, int flags) in visible()
|
D | uuencode.c | 93 unsigned ch = 0; in decode_base64() local 143 uint64_t ch = 0; in decode_base32() local 229 int ch = fgetc(src_stream); in read_base64() local
|
D | die_if_bad_username.c | 34 unsigned char ch; in die_if_bad_username() local
|
D | get_line_from_file.c | 15 int ch; in bb_get_chunk_from_file() local
|
D | fgets_str.c | 19 int ch; in xmalloc_fgets_internal() local
|
D | platform.c | 184 int ch; in getline() local
|
D | xfuncs.c | 220 int FAST_FUNC bb_putchar_stderr(char ch) in bb_putchar_stderr()
|
/busybox-1.35.0/networking/ |
D | nameif.c | 147 static void nameif_parse_selector(ethtable_t *ch, char *selector) in nameif_parse_selector() 193 ethtable_t *ch; in prepend_new_eth_table() local 206 static void delete_eth_table(ethtable_t *ch) in delete_eth_table() 226 ethtable_t *ch; in nameif_main() local
|
D | nbd-client.c | 68 int ch; in nbdclient_main() local
|
/busybox-1.35.0/coreutils/ |
D | tac.c | 71 int ch, i; in tac_main() local
|
D | dos2unix.c | 63 int ch; in convert() local
|
D | od.c | 175 int ch; in od_main() local
|
D | sort.c | 163 unsigned char ch = 0; in get_key() local 642 int ch = (option_mask32 & FLAG_z) ? '\0' : '\n'; in sort_main() local
|
D | tr.c | 256 unsigned char ch; in complement() local
|
/busybox-1.35.0/util-linux/ |
D | hexdump.c | 91 int ch; in hexdump_main() local
|
/busybox-1.35.0/networking/udhcp/ |
D | signalpipe.c | 29 unsigned char ch = sig; /* use char, avoid dealing with partial writes */ in signal_handler() local
|
/busybox-1.35.0/shell/ |
D | hush.c | 1385 # define syntax_error_unterm_ch(lineno, ch) syntax_error_unterm_ch(ch) argument 1387 # define syntax_error_unexpected_ch(lineno, ch) syntax_error_unexpected_ch(ch) argument 1434 static void syntax_error_unterm_ch(unsigned lineno, char ch) in syntax_error_unterm_ch() 1440 static void syntax_error_unexpected_ch(unsigned lineno UNUSED_PARAM, int ch) in syntax_error_unexpected_ch() 1463 # define syntax_error_unterm_ch(ch) syntax_error_unterm_ch(__LINE__, ch) argument 1465 # define syntax_error_unexpected_ch(ch) syntax_error_unexpected_ch(__LINE__, ch) argument 2724 int ch; in fgetc_interactive() local 2740 int ch; in fgetc_interactive() local 2748 int ch; in i_getch() local 2802 int ch; in i_peek() local [all …]
|
/busybox-1.35.0/archival/libarchive/bz/ |
D | bzlib.c | 123 uint8_t ch = (uint8_t)(s->state_in_ch); in add_pair_to_block() local
|
/busybox-1.35.0/scripts/kconfig/ |
D | lkc.h | 118 static inline bool sym_set_choice_value(struct symbol *ch, struct symbol *chval) in sym_set_choice_value()
|
/busybox-1.35.0/mailutils/ |
D | reformime.c | 96 int ch = fgetc(stdin); in parse() local
|
D | sendmail.c | 201 char ch = *s++; in rcptto_list() local
|
/busybox-1.35.0/util-linux/volume_id/ |
D | ubifs.c | 75 struct ubifs_ch ch; member
|
/busybox-1.35.0/runit/ |
D | runsvdir.c | 382 char ch; in runsvdir_main() local
|
D | svlogd.c | 967 char ch = *s; in buffer_pread() local 1137 char ch; in svlogd_main() local
|
/busybox-1.35.0/loginutils/ |
D | getty.c | 698 char ch; in getty_main() local
|