Lines Matching full:strings
7 testing "stdin" "strings" "foobar\n" "" "foobar\n"
8 testing "file" "strings input" "foobar\n" "foobar\n" ""
9 testing "string to the end" "strings input" "foobar\n" "foobar" ""
10 testing "short strings" "strings input" "" "foo\nbar\n" ""
11 testing "-n6" "strings -n6 input" "foobar\n" "foobar\nbaz\n" ""
12 testing "string and nulls" "strings input" "foobar\nbazfoo\n" \
14 testing "-f" "strings -f input" "input: foobar\n" "foobar\n" ""
15 testing "-o" "strings -o input | sed 's/^ *//'" "6 foobar\n" \
17 testing "-o, multiple strings" "strings -n3 -o input | sed 's/^ *//'" \
19 testing "-fo" "strings -fo input | sed 's/: */: /'" "input: 6 foobar\n" \
23 testing "-t o" "strings -t o | sed 's/^ *//'" "12 foobar\n" "" $OFFSET_10
24 testing "-t d" "strings -t d | sed 's/^ *//'" "10 foobar\n" "" $OFFSET_10
25 testing "-t x" "strings -t x | sed 's/^ *//'" "a foobar\n" "" $OFFSET_10