Home
last modified time | relevance | path

Searched refs:input (Results 1 – 8 of 8) sorted by relevance

/common/
A Ds_record.c25 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 …]
A Dcli_hush.c338 #define b_getch(input) ((input)->get(input)) argument
339 #define b_peek(input) ((input)->peek(input)) argument
806 FILE *input; in builtin_source() local
814 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; local
3420 input=stdin;
[all …]
A Dcli_simple.c24 int cli_simple_process_macros(const char *input, char *output, int max_size) in cli_simple_process_macros() argument
28 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()
A Dcli_hush_upstream.c3195 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 …]
A DKconfig13 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 the
65 case of reading input literally from the user in some manner as well
66 as when we need to construct or modify that type of input, for
275 This allows multiple input/output devices to be set at boot time.
279 input/output devices.
/common/spl/
A DKconfig.vpl115 GPIOs allow U-Boot to read the state of an input line (high or
118 input. GPIOs can be useful in VPL to enable a 'sign-of-life' LED,
A DKconfig.tpl200 GPIOs allow U-Boot to read the state of an input line (high or
203 input. GPIOs can be useful in TPL to enable a 'sign-of-life' LED,
A DKconfig834 GPIOs allow U-Boot to read the state of an input line (high or
837 input. GPIOs can be useful in SPL to enable a 'sign-of-life' LED,

Completed in 47 milliseconds