Lines Matching defs:file_test
26 file_test()
59 1) file_test in.txt "ASCII text";;
60 2) file_test in.bash "Bourne-Again shell script";;
61 3) file_test in.sh "POSIX shell script, ASCII text executable" \
65 4) file_test in.c "ASCII C program text" "C source, ASCII text";;
66 5) file_test in.pl "[pP]erl script, ASCII text executable" \
69 6) file_test in.py "[pP]ython3\{0,1\} script, ASCII text executable" \
71 7) file_test in.m4 "M4 macro processor script, ASCII text" \
73 8) file_test in "ELF .*-bit $TEST_ARCH executable, .*" \
77 9) file_test in.ar "current ar archive";;
78 10) file_test in.tar "tar archive";;
79 11) file_test in.tar.gz "gzip compressed data, .*";;
80 12) file_test in.tar.bz2 "bzip2 compressed data, .*";;
81 13) file_test in.src.rpm "RPM v3 src" "RPM v3.0 src";;
82 14) file_test in.jpg "JPEG image data";;
83 15) file_test in.png "PNG image data";;
84 16) file_test in.wav "RIFF (little-endian) data, WAVE audio, Microsoft PCM";;
85 17) file_test in.mp3 "MPEG ADTS, layer III";;
86 18) file_test in.zip "Zip archive data";;