Home
last modified time | relevance | path

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

12

/busybox-1.35.0/testsuite/
Dcut.tests57 input="\
63 …ng "cut with -d -f(:) -s" "cut -d: -f3 -s input" "Itorre\nNasium\nAncholie\nJucacion\n" "$input" ""
64 testing "cut with -d -f( ) -s" "cut -d' ' -f3 -s input && echo yes" "yes\n" "$input" ""
65 testing "cut with -d -f(a) -s" "cut -da -f3 -s input" "n\nsium:Jim\n\ncion:Ed\n" "$input" ""
66 testing "cut with -d -f(a) -s -n" "cut -da -f3 -s -n input" "n\nsium:Jim\n\ncion:Ed\n" "$input" ""
Dhead.tests9 cat <<EOF > head.input
41 rm head.input
Dpatch.tests290 rm input.orig 2>/dev/null
Dtesting.sh89 $ECHO -ne "$4" > input
104 rm -f input expected actual
Dmakedevs.device_table.txt79 /dev/input d 755 0 0 - - - - -
80 /dev/input/mice c 640 0 0 13 63 0 0 -
81 /dev/input/mouse c 660 0 0 13 32 0 1 4
82 /dev/input/event c 660 0 0 13 64 0 1 4
83 #/dev/input/js c 660 0 0 13 0 0 1 4
/busybox-1.35.0/util-linux/
Dmore.c77 int input = 0; in more_main() local
138 if (input != 'r' && please_display_more_prompt) { in more_main()
155 input = getc(tty); in more_main()
156 input = tolower(input); in more_main()
160 if (input == 'q') in more_main()
167 if (input == ' ' || input == '\n' || input == 'r') in more_main()
201 if (++lines >= G.terminal_height || input == '\n') in more_main()
/busybox-1.35.0/testsuite/tail/
Dtail-n-works1 $ECHO -ne "abc\ndef\n123\n" >input
3 busybox tail -n 2 input > logfile.bb
Dtail-works3 $ECHO -ne "abc\ndef\n123\n" >input
5 busybox tail -2 input > logfile.bb
/busybox-1.35.0/miscutils/
Ddevfsd.c1326 const char *input, in expand_expression() argument
1348 if (!st_expr_expand(temp, STRING_LENGTH, input, get_variable_func, info)) in expand_expression()
1354 static void expand_regexp(char *output, size_t outsize, const char *input, in expand_regexp() argument
1383 c = *input; in expand_regexp()
1384 ++input; in expand_regexp()
1386 c = *input; in expand_regexp()
1387 ++input; in expand_regexp()
1613 int st_expr_expand(char *output, unsigned int length, const char *input, in st_expr_expand() argument
1638 for (; TRUE; ++input) { in st_expr_expand()
1639 switch (ch = *input) { in st_expr_expand()
[all …]
/busybox-1.35.0/coreutils/
Dstty.c256 control, input, output, local, combination enumerator
368 MI_ENTRY("ignbrk", input, SANE_UNSET | REV, IGNBRK, 0 )
369 MI_ENTRY("brkint", input, SANE_SET | REV, BRKINT, 0 )
370 MI_ENTRY("ignpar", input, REV, IGNPAR, 0 )
371 MI_ENTRY("parmrk", input, REV, PARMRK, 0 )
372 MI_ENTRY("inpck", input, REV, INPCK, 0 )
373 MI_ENTRY("istrip", input, REV, ISTRIP, 0 )
374 MI_ENTRY("inlcr", input, SANE_UNSET | REV, INLCR, 0 )
375 MI_ENTRY("igncr", input, SANE_UNSET | REV, IGNCR, 0 )
376 MI_ENTRY("icrnl", input, SANE_SET | REV, ICRNL, 0 )
[all …]
/busybox-1.35.0/docs/
Dunicode.txt6 Shell input
8 We want to correctly handle input of unicode characters.
9 There are several problems with it. Just handling input
31 This case is a bit similar to "shell input", but unlike shell,
34 them, unlike shell which can afford to drop bogus input.
38 Need to correctly display any input file. Ideally, with
DKconfig-language.txt40 the config option, input prompt, dependencies, help text and default
42 name, but every definition can have only a single input prompt and the
54 definition optionally accepts an input prompt, so these two examples
62 - input prompt: "prompt" <prompt> ["if" <expr>]
74 value was set by the user (via the input prompt above). If an input
103 the input range of tristate symbols. The tristate logic used in the
DSerial-Programming-HOWTO.txt130 When the termios.c_lflag ICANON bit is set, input data is collected
184 then discard any input characters
243 library calls to extract the current input or output speed from the
262 Most implementations of Linux use only the input speed for both input
290 o TCIOFF 2 transmit STOP character to suspend input
292 o TCION 3 transmit START character to restart input
301 o TCIFLUSH 0 flush any data not yet read from the input buffer
/busybox-1.35.0/shell/
Dhush.c2870 static int i_getch_and_eat_bkslash_nl(struct in_str *input) in i_getch_and_eat_bkslash_nl() argument
2875 ch = i_getch(input); in i_getch_and_eat_bkslash_nl()
2878 ch2 = i_peek(input); in i_getch_and_eat_bkslash_nl()
2882 i_getch(input); in i_getch_and_eat_bkslash_nl()
2889 static int i_peek_and_eat_bkslash_nl(struct in_str *input) in i_peek_and_eat_bkslash_nl() argument
2894 ch = i_peek(input); in i_peek_and_eat_bkslash_nl()
2897 ch2 = i_peek2(input); in i_peek_and_eat_bkslash_nl()
2901 i_getch(input); in i_peek_and_eat_bkslash_nl()
2902 i_getch(input); in i_peek_and_eat_bkslash_nl()
4298 #define parse_redir_right_fd(as_string, input) \ argument
[all …]
/busybox-1.35.0/libbb/
Dhash_md5prime.c93 memcpy32_cpu2le(unsigned char *output, uint32_t *input, unsigned len) in memcpy32_cpu2le() argument
97 output[j] = input[i]; in memcpy32_cpu2le()
98 output[j+1] = (input[i] >> 8); in memcpy32_cpu2le()
99 output[j+2] = (input[i] >> 16); in memcpy32_cpu2le()
100 output[j+3] = (input[i] >> 24); in memcpy32_cpu2le()
106 memcpy32_le2cpu(uint32_t *output, const unsigned char *input, unsigned len) in memcpy32_le2cpu() argument
110 output[i] = ((uint32_t)input[j]) in memcpy32_le2cpu()
111 | (((uint32_t)input[j+1]) << 8) in memcpy32_le2cpu()
112 | (((uint32_t)input[j+2]) << 16) in memcpy32_le2cpu()
113 | (((uint32_t)input[j+3]) << 24); in memcpy32_le2cpu()
[all …]
DConfig.src139 int "Maximum length of input"
317 bool "Bidirectional character-aware line input"
322 are treated differently on input (e.g. cursor movement).
325 bool "In bidi input, support non-ASCII neutral chars too"
340 With this option on, on line-editing input (such as used by shells)
/busybox-1.35.0/networking/
Darp.c117 if (ap->input(host, &sa) < 0) { in arp_del()
174 if (ap->input(host, &sa) < 0) { in arp_del()
262 if (ap->input(host, &sa) < 0) { in arp_set()
275 if (hw->input(*args++, &req.arp_ha) < 0) { in arp_set()
327 if (ap->input(host, &sa) < 0) { in arp_set()
423 if (ap->input(name, &sa) < 0) { in arp_show()
461 if (ap->input(ip, &sa) < 0) in arp_show()
Dinterface.c160 .input = INET_input,
209 .input = INET6_input,
704 .input = in_ether
729 .input = in_ib,
/busybox-1.35.0/examples/
Dmdev_fat.conf102 event[0-9]+ root:root 640 =input/
103 mice root:root 640 =input/
104 mouse[0-9] root:root 640 =input/
105 ts[0-9] root:root 600 =input/
Ddevfsd.conf98 REGISTER ^input/mice$ EXECUTE /bin/ln -sf $devname usbmouse
99 UNREGISTER ^input/mice$ EXECUTE /bin/rm -f usbmouse
/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir4.tests6 # some amount of input is prefetched.
/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir4.tests6 # some amount of input is prefetched.
/busybox-1.35.0/scripts/kconfig/
Dlex.zconf.c_shipped132 /* Size of default input buffer. */
152 /* Return all but the first "n" matched characters back to the input stream. */
184 char *yy_ch_buf; /* input buffer */
185 char *yy_buf_pos; /* current position in input buffer */
187 /* Size of input buffer in bytes, not including room for EOB
203 /* Whether this is an "interactive" input source; if so, and
204 * if we're using stdio for input, then we want to use getc()
205 * instead of fread(), to make sure we stop fetching input after
219 /* Whether to try to fill the input buffer when we reach the
230 * shouldn't try reading from the input source any more. We might
[all …]
/busybox-1.35.0/loginutils/
DREADME16 ??? mgetty opens tty but does NOT lock it, then waits for input via
17 select/poll, and when input is available, it checks lock file.
/busybox-1.35.0/editors/
Dsed1line.txt331 them, in sequence, to each line of input. After all the commands have
332 been applied to the first input line, that line is output and a second
333 input line is taken for processing, and the cycle repeats. The
334 preceding examples assume that input comes from the standard input
335 device (i.e, the console, normally this will be piped input). One or
336 more filenames can be appended to the command line if the input does
339 cat filename | sed '10q' # uses piped input
395 large input files or slow processors or hard disks), substitution will

12