Searched refs:toyonly (Results 1 – 25 of 30) sorted by relevance
12
10 toyonly testing "dd first line ascii" \21 toyonly testing "dd last line ascii" \32 toyonly testing "dw last line ascii" \43 toyonly testing "dw first line ascii" \54 toyonly testing "D first line ascii" \65 toyonly testing "D last line ascii" \76 toyonly testing "yw push ascii" \87 toyonly testing "insert start of file ascii" \98 toyonly testing "insert end of file ascii" \109 toyonly testing "insert after first word ascii" \[all …]
44 toyonly testcmd 'match \n literal n' "-n '\n\nxnp'" "nx\n" "" "nx\n"81 toyonly testing "c empty continuation" "sed -e 'c\\'" "\n" "" "hello"141 toyonly testing "" "sed 'y/a\\bc/de\f/'" "db\f" "" "abc"153 toyonly testing "skip start of range" "sed -e n -e '1,2s/b/c/'" "a\nb\n" "" "a\nb\n"180 toyonly testcmd '-z x NOEOL' '-z ax' 'abc\0x\0def\0x\0' '' 'abc\0def'192 toyonly testcmd 's///x' '"s/(hello )?(world)/\2/x"' "world" "" "hello world"
22 toyonly testing "-d MMDDhhmm" \24 toyonly testing "-d MMDDhhmmYY.SS" \27 toyonly testing "-d MMDDhhmmCCYY" \29 toyonly testing "-d MMDDhhmmCCYY.SS" \101 toyonly testcmd "-D with -d" "-uD '%s' -d '1234567890'" \
10 toyonly testing "-" "rev - && echo yes" "orez\nyes\n" "" "zero\n"12 toyonly testing "- file" "rev - file1" "orez\neno\n" "" "zero\n"13 toyonly testing "file -" "rev file1 -" "eno\norez\n" "" "zero\n"14 toyonly testing "no trailing newline" "rev input" "cba\nfed\n" "abc\ndef" ""
20 toyonly testing "on abc excluding length" "cksum -N" "1219131554\n" "" 'abc\x3'25 toyonly testing "on no data pre+post-inversion" "echo -n "" | cksum -P" "0 0\n" "" ""27 toyonly testing "on no data no inversion" "echo -n "" | cksum -I" "0 0\n" "" ""29 toyonly testing "on no data pre-inversion" "echo -n "" | cksum -PI" "4294967295 0\n" "" ""
7 toyonly testing "-32" "factor -32" "-32: -1 2 2 2 2 2\n" "" ""8 toyonly testing "0" "factor 0" "0: 0\n" "" ""9 toyonly testing "1" "factor 1" "1: 1\n" "" ""
34 toyonly testcmd "-pc0" "-pc0" \37 toyonly testcmd "-pc0 long" "-pc0 | wc -c" "97787\n" "" "$(seq 1 10000)"45 toyonly testcmd "-r -i" "-ri" "this is some text\n" "" \
33 toyonly testcmd "-c japan.txt" '-c 3-6,9-12 "$FILES/utf8/japan.txt"' \36 toyonly testcmd "-C test1.txt" '-C -1 "$FILES/utf8/test1.txt"' "l̴̗̞̠\n" "" ""81 toyonly testcmd "-nb" '-nb 8-17 "$FILES/utf8/japan.txt"' "ガラス\n" "" ""
67 toyonly test_line "Android NDK full ELF note" "elf/ndk-elf-note-full" \69 toyonly test_line "Android NDK short ELF note" "elf/ndk-elf-note-short" \71 toyonly test_line "ELF static fdpic" "elf/fdstatic" \
125 toyonly testcmd "=~" 'abc =~ a.c && echo yes' "yes\n" "" ""126 toyonly testcmd "=~ fail" 'abc =~ d.c; echo $?' '1\n' "" ""127 toyonly testcmd "=~ zero length match" 'abc =~ "1*" && echo yes' 'yes\n' '' ''
108 NOSPACE=1 toyonly testing "-d" "readelf -dW $elf-full" "147 toyonly testing "-n" "readelf -nW $elf-short" "
91 toyonly testing "-x" "sort -x" "010\na0\n 0c0\n" "" "a0\n010\n 0c0\n"100 toyonly testing "-kx" "sort -k1,1x" "3\na\n0c\n" "" "0c\na\n3\n"
42 toyonly testcmd '-nf multiple args' '-n link link' "link\nlink" '' ''59 toyonly testing "-m file/dir" "readlink -m sub/bang/two 2>/dev/null || echo err" "err\n" "" ""
197 toyonly testing "symlink out of cwd" \213 toyonly testing "cat tgz | extract dir/file (autodetect)" \223 toyonly testing "cat tbz | extract dir/file (autodetect)" \230 toyonly testing "autodetect falls back to gzip -d when no zcat" \
76 toyonly testcmd "-vo" "-vo one input" "two\nthree\n" "onetwoonethreeone\n" ""205 toyonly testcmd '-l ^ after \0' '-l ^t' '' 'one\0two' ''
55 toyonly testing "-E" "nl -w2 -sx -Ebp'(one|two)'" " 1xone\n and\n 2xtwo\n" \
38 toyonly testing "-t nanoseconds" \
50 toyonly testcmd "" "-e 'a\x123\ufb3bbc' | od -An -tx1" \
30 toyonly testing "matched tab/space" "fmt" ' hello world\n' "" \
17 toyonly testing "-l" "split file -l 10k && wc -l xab" "2105 xab\n" "" ""
37 toyonly testcmd "-i" \
53 toyonly testing "stdin" "bzcat $FILES/blkid/squashfs.bz2 | blkid -" \
56 toyonly testing "max argument size" \
56 toyonly testing '-s .. eats symlink in $PWD' \
95 toyonly testing 'recursion guard' \218 toyonly testing '${x#utf8}' 'x=aそcde; echo ${x##a?c}' 'de\n' '' ''516 toyonly testing '${#x::}' 'ABC=abcdefghijklmno; echo ${#ABC:1:2}' '5\n' '' ''