Searched refs:ch (Results 1 – 7 of 7) sorted by relevance
| /scripts/ |
| A D | bin2c.c | 14 int ch, total = 0; in main() local 22 while ((ch = getchar()) != EOF) { in main() 24 printf("\\x%02x", ch); in main() 29 } while (ch != EOF); in main()
|
| A D | Makefile.lib | 583 printf '%s%03o' '\\' $$((0x$$ch)); \
|
| /scripts/kconfig/ |
| A D | mconf.c | 472 char ch; in build_conf() local 546 case yes: ch = '*'; break; in build_conf() 547 case mod: ch = 'M'; break; in build_conf() 548 default: ch = ' '; break; in build_conf() 550 item_make("<%c>", ch); in build_conf() 599 case yes: ch = '*'; break; in build_conf() 600 case mod: ch = 'M'; break; in build_conf() 601 default: ch = ' '; break; in build_conf() 605 item_make("{%c}", ch); in build_conf() 607 item_make("<%c>", ch); in build_conf() [all …]
|
| A D | nconf.c | 740 char ch; in build_conf() local 813 ch = '*'; in build_conf() 816 ch = 'M'; in build_conf() 819 ch = ' '; in build_conf() 822 item_make(menu, 't', "<%c>", ch); in build_conf() 868 ch = '*'; in build_conf() 871 ch = 'M'; in build_conf() 874 ch = ' '; in build_conf() 880 't', "{%c}", ch); in build_conf() 883 't', "<%c>", ch); in build_conf() [all …]
|
| A D | symbol.c | 557 signed char ch; in sym_string_valid() local 563 ch = *str++; in sym_string_valid() 564 if (ch == '-') in sym_string_valid() 565 ch = *str++; in sym_string_valid() 566 if (!isdigit(ch)) in sym_string_valid() 568 if (ch == '0' && *str != 0) in sym_string_valid() 570 while ((ch = *str++)) { in sym_string_valid() 571 if (!isdigit(ch)) in sym_string_valid() 578 ch = *str++; in sym_string_valid() 580 if (!isxdigit(ch)) in sym_string_valid() [all …]
|
| A D | lkc.h | 139 static inline bool sym_set_choice_value(struct symbol *ch, struct symbol *chval) in sym_set_choice_value() argument
|
| A D | qconf.cc | 153 char ch; in updateMenu() local 170 ch = 'Y'; in updateMenu() 175 ch = 'M'; in updateMenu() 183 ch = 'N'; in updateMenu() 193 setText(dataColIdx, QChar(ch)); in updateMenu()
|
Completed in 19 milliseconds