Searched refs:input (Results 1 – 8 of 8) sorted by relevance
25 for (; *input; ++input) { in srec_decode()27 ++input; in srec_decode()35 v = *input++; /* record type */ in srec_decode()42 input += 2; in srec_decode()90 if ((v = hex2_bin(input)) < 0) { in srec_decode()95 input += 2; in srec_decode()105 input += 2; in srec_decode()117 input += 2; in srec_decode()125 input += 2; in srec_decode()139 input += 2; in srec_decode()[all …]
338 #define b_getch(input) ((input)->get(input)) argument339 #define b_peek(input) ((input)->peek(input)) argument806 FILE *input; in builtin_source() local814 if (!input) { in builtin_source()826 fclose(input); in builtin_source()2612 b_getch(input);2618 b_getch(input);2840 int ch = input->peek(input); /* first character after the $ */3374 FILE *input; local3420 input=stdin;[all …]
24 int cli_simple_process_macros(const char *input, char *output, int max_size) in cli_simple_process_macros() argument28 int inputcnt = strlen(input); in cli_simple_process_macros()38 debug_parser("[PROCESS_MACROS] INPUT len %zd: \"%s\"\n", strlen(input), in cli_simple_process_macros()39 input); in cli_simple_process_macros()44 c = *input++; in cli_simple_process_macros()53 c = *input++; in cli_simple_process_macros()73 varname_start = input; in cli_simple_process_macros()90 int envcnt = input - varname_start - 1; in cli_simple_process_macros()
3195 i_getch(input);3214 i_getch(input);3215 i_getch(input);11301 HFILE *input;11309 hfclose(input);11381 HFILE *input;11393 if (!input) {11400 hfclose(input);12383 HFILE *input;12409 if (!input) {[all …]
13 input) through circular buffers. This is mostly useful for testing.50 Set the size of the console recording input buffer. When this contains data,51 tstc() and getc() will use this in preference to real device input.56 int "Console input buffer size"64 Set the size of the console input buffer. This is used both in the65 case of reading input literally from the user in some manner as well66 as when we need to construct or modify that type of input, for275 This allows multiple input/output devices to be set at boot time.279 input/output devices.
115 GPIOs allow U-Boot to read the state of an input line (high or118 input. GPIOs can be useful in VPL to enable a 'sign-of-life' LED,
200 GPIOs allow U-Boot to read the state of an input line (high or203 input. GPIOs can be useful in TPL to enable a 'sign-of-life' LED,
834 GPIOs allow U-Boot to read the state of an input line (high or837 input. GPIOs can be useful in SPL to enable a 'sign-of-life' LED,
Completed in 47 milliseconds