Lines Matching refs:file
6 # The contents of this file are subject to the terms of the
8 # You may not use this file except in compliance with the License.
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
90 for file in \
220 if [ -f ${file} ] ; then
221 echo -n "Running example program ${file} ..."
222 logfile="${file}.out"
223 ./${file} > ${logfile} 2>&1
230 echo "<a href=\"${file}.out\">${file}.out</a>" >> ${INDEX_HTML}
233 echo "Example program ${file} not found. Skipping."
341 for file in \
477 rm -f "${file}.out"