Home | History | Annotate | Download | only in file

Lines Matching refs:in

12 ## This program is distributed in the hope that it will be useful, but        ##
35 case $(readelf -h /bin/sh) in
74 case $1 in
75 1) file_test in.txt "ASCII text";;
76 2) file_test in.bash "Bourne-Again shell script";;
77 3) file_test in.sh "POSIX shell script, ASCII text executable" \
81 4) file_test in.ksh "Korn shell script";;
82 5) file_test in.csh "C shell script";;
83 6) file_test in.c "ASCII C program text" "C source, ASCII text";;
84 7) file_test in.pl "[pP]erl script, ASCII text executable" \
87 8) file_test in.py "[pP]ython script, ASCII text executable" \
89 9) file_test in.m4 "M4 macro processor script, ASCII text" \
91 10) file_test in "ELF .*-bit $TEST_ARCH executable, .*" \
93 11) file_test in.ar "current ar archive";;
94 12) file_test in.tar "tar archive";;
95 13) file_test in.tar.gz "gzip compressed data, .*";;
96 14) file_test in.tar.bz2 "bzip2 compressed data, .*";;
97 15) file_test in.src.rpm "RPM v3 src" "RPM v3.0 src";;
98 16) file_test in.jpg "JPEG image data";;
99 17) file_test in.png "PNG image data";;
100 18) file_test in.wav "RIFF (little-endian) data, WAVE audio, Microsoft PCM";;
101 19) file_test in.mp3 "MPEG ADTS, layer III";;
102 20) file_test in.zip "Zip archive data";;