Home
last modified time | relevance | path

Searched refs:w (Results 1 – 25 of 76) sorted by relevance

1234

/busybox-1.35.0/shell/hush_test/hush-misc/
Dcase1.tests1 case w in a) echo SKIP;; w) echo OK_1;; w) echo WRONG;; esac
3 case w in
5 w)echo OK_1 ;;
6 w)
11 t=w
12 case $t in a) echo SKIP;; w) echo OK_21;; w) echo WRONG;; esac;
13 case "$t" in a) echo SKIP;; w) echo OK_22;; w) echo WRONG;; esac;
14 case w in a) echo SKIP;; $t) echo OK_23;; "$t") echo WRONG;; esac;
16 case '' in a) echo SKIP;; w) echo WRONG;; *) echo OK_31;; esac;
19 case `echo w` in a) echo SKIP;; w) echo OK_41;; w) echo WRONG;; esac;
[all …]
Dexport1.right1 |\w \\ \ \|
/busybox-1.35.0/shell/ash_test/ash-misc/
Dcase1.tests1 case w in a) echo SKIP;; w) echo OK_1;; w) echo WRONG;; esac
3 case w in
5 w)echo OK_1 ;;
6 w)
11 t=w
12 case $t in a) echo SKIP;; w) echo OK_21;; w) echo WRONG;; esac;
13 case "$t" in a) echo SKIP;; w) echo OK_22;; w) echo WRONG;; esac;
14 case w in a) echo SKIP;; $t) echo OK_23;; "$t") echo WRONG;; esac;
16 case '' in a) echo SKIP;; w) echo WRONG;; *) echo OK_31;; esac;
19 case `echo w` in a) echo SKIP;; w) echo OK_41;; w) echo WRONG;; esac;
[all …]
Dexport1.right1 |\w \\ \ \|
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_optarg.right1 *** no OPTIND, optstring:'w:et' args:-q -w e -r -t -y
4 var:'w' OPTIND:4 OPTARG:'e'
11 *** OPTIND=0, optstring:'w:et' args:-w 1 -w2 -w -e -e -t -t
12 var:'w' OPTIND:3 OPTARG:'1'
13 var:'w' OPTIND:4 OPTARG:'2'
14 var:'w' OPTIND:6 OPTARG:'-e'
Dgetopt_optarg.tests1 set -- -q -w e -r -t -y
2 echo "*** no OPTIND, optstring:'w:et' args:$*"
5 while getopts "w:et" var; do
11 set -- -w 1 -w2 -w -e -e -t -t
12 echo "*** OPTIND=0, optstring:'w:et' args:$*"
14 while getopts "w:et" var; do
Dgetopt_positional.right1 *** no OPTIND, optstring:'we' args:-q -w -e r -t -y
4 var:'w' OPTIND:3
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_optarg.right1 *** no OPTIND, optstring:'w:et' args:-q -w e -r -t -y
4 var:'w' OPTIND:4 OPTARG:'e'
11 *** OPTIND=0, optstring:'w:et' args:-w 1 -w2 -w -e -e -t -t
12 var:'w' OPTIND:3 OPTARG:'1'
13 var:'w' OPTIND:4 OPTARG:'2'
14 var:'w' OPTIND:6 OPTARG:'-e'
Dgetopt_optarg.tests3 set -- -q -w e -r -t -y
4 echo "*** no OPTIND, optstring:'w:et' args:$*"
7 while getopts "w:et" var; do
13 set -- -w 1 -w2 -w -e -e -t -t
14 echo "*** OPTIND=0, optstring:'w:et' args:$*"
16 while getopts "w:et" var; do
Dgetopt_positional.right1 *** no OPTIND, optstring:'we' args:-q -w -e r -t -y
4 var:'w' OPTIND:3
/busybox-1.35.0/miscutils/
Dttysize.c35 unsigned w, h; in ttysize_main() local
38 w = 80; in ttysize_main()
44 w = wsz.ws_col; in ttysize_main()
49 printf("%u %u", w, h); in ttysize_main()
57 printf(fmt, w); in ttysize_main()
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_wordsplit_ifs3.right2 Unquoted%:<w>
6 Unquoted#:<w>
11 Quoted%:<q w e r t >
12 Quoted#:< w e r t y>
Dvar_bash_repl_empty_var.tests2 echo ${v/*/w}
4 echo ${v/*/w}
Dvar_bash_repl_empty_var.right2 w
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_wordsplit_ifs3.right2 Unquoted%:<w>
6 Unquoted#:<w>
11 Quoted%:<q w e r t >
12 Quoted#:< w e r t y>
Dvar_bash_repl_empty_var.tests2 echo ${v/*/w}
4 echo ${v/*/w}
/busybox-1.35.0/console-tools/
Dresize.c55 struct winsize w = { 0, 0, 0, 0 }; in resize_main() local
100 scanf(ESC"[%hu;%huR", &w.ws_row, &w.ws_col); in resize_main()
106 ret = ioctl(STDERR_FILENO, TIOCSWINSZ, &w); in resize_main()
112 w.ws_col, w.ws_row); in resize_main()
/busybox-1.35.0/util-linux/
Dipcrm.c111 char w; in ipcrm_main() local
113 w = argv[1][0]; in ipcrm_main()
114 if ( ((w == 'm' && argv[1][1] == 's' && argv[1][2] == 'g') in ipcrm_main()
116 && ((w = argv[1][1]) == 'h' || w == 'e') in ipcrm_main()
123 if (w == 'h') in ipcrm_main()
125 else if (w == 'm') in ipcrm_main()
127 else if (w == 'e') in ipcrm_main()
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dbrace2.right1 {q,w}
2 {q,w}
Dbkslash_newline1.tests7 case w in a) echo SKIP;\
8 ; w) echo ok;; esac;
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dbrace2.right1 {q,w}
2 {q,w}
Dbkslash_newline1.tests7 case w in a) echo SKIP;\
8 ; w) echo ok;; esac;
/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c320 int w; /* bits decoded */ in huft_build() local
399 w = ws[0] = 0; /* bits decoded */ in huft_build()
411 w = ws[++htl]; in huft_build()
414 z = g - w; in huft_build()
416 j = k - w; in huft_build()
430 j = (w + j > eob_len && w < eob_len) ? eob_len - w : j; /* make EOB code end at table */ in huft_build()
432 ws[htl+1] = w + j; /* set bits decoded in stack */ in huft_build()
443 r.b = (unsigned char) (w - ws[htl - 1]); /* bits to dump before this table */ in huft_build()
446 j = (i & ((1 << w) - 1)) >> ws[htl - 1]; in huft_build()
452 r.b = (unsigned char) (k - w); in huft_build()
[all …]
/busybox-1.35.0/coreutils/
Dseq.c82 int w = (dot - *argv); in seq_main() local
84 if (width < w) in seq_main()
85 width = w; in seq_main()
Dfactor.c164 unsigned w; in factorize() local
189 w = 0; in factorize()
205 fw = factor + wheel_tab[w]; in factorize()
209 w++; in factorize()
210 if (w < WHEEL_SIZE) in factorize()
212 w = WHEEL_START; in factorize()

1234