Lines Matching refs:split0
579 # string split0
580 count (echo -ne 'abcdefghi' | string split0)
582 count (echo -ne 'abc\x00def\x00ghi\x00' | string split0)
584 count (echo -ne 'abc\x00def\x00ghi\x00\x00' | string split0)
586 count (echo -ne 'abc\x00def\x00ghi' | string split0)
588 count (echo -ne 'abc\ndef\x00ghi\x00' | string split0)
590 count (echo -ne 'abc\ndef\nghi' | string split0)
592 # #5701 - split0 always returned 1
593 echo -ne 'a\x00b' | string split0
605 count (string join0 $tmp | string split0)
608 # string split0 in functions
614 echo -ne 'gamma\x00delta' | string split0
622 count (echo -ne '\x00\x00\x00' | string split0)