HomeSort by: relevance | last modified time | path
    Searched refs:INFILE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/bzip2/dist/
format.pl 24 my $infile = shift;
25 # check infile exists
26 die "Can't find file \"$infile\""
27 unless -f $infile;
28 # check we can read infile
29 if (! -r $infile) {
30 die "Can't read input $infile\n";
32 # check we can open infile
33 open( INFILE,"<$infile" ) or
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
embedspu.sh 51 INFILE=
62 elif test -z "$INFILE"; then
63 INFILE="$1"
76 if test ! -r "$INFILE"; then
77 echo "${INFILE}: File not found"
111 if test `${READELF} -h ${INFILE} | sed -n -e '/Class:.*ELF32/p' -e '/Type:.*EXEC/p' -e '/Machine:.*SPU/p' -e '/Machine:.*17/p' | sed -n '$='` != 3
113 echo "${INFILE}: Does not appear to be an SPU executable"
117 toe=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\.toe *[PROGN]*BITS *\([0-9a-f]*\).*,\1 \2,p'`
120 has_ea=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\._ea *PROGBITS.*,\1,p'`
122 sections=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *[^ ]* *PROGBITS *\([0-9a-f]*\) *\([0-9a-f]*\).*,\1 \2 \3,p'
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
embedspu.sh 51 INFILE=
62 elif test -z "$INFILE"; then
63 INFILE="$1"
76 if test ! -r "$INFILE"; then
77 echo "${INFILE}: File not found"
111 if test `${READELF} -h ${INFILE} | sed -n -e '/Class:.*ELF32/p' -e '/Type:.*EXEC/p' -e '/Machine:.*SPU/p' -e '/Machine:.*17/p' | sed -n '$='` != 3
113 echo "${INFILE}: Does not appear to be an SPU executable"
117 toe=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\.toe *[PROGN]*BITS *\([0-9a-f]*\).*,\1 \2,p'`
120 has_ea=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *\._ea *PROGBITS.*,\1,p'`
122 sections=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *[^ ]* *PROGBITS *\([0-9a-f]*\) *\([0-9a-f]*\).*,\1 \2 \3,p'
    [all...]
  /src/crypto/external/apache2/openssl/dist/util/
withlibctx.pl 23 open(INFILE, $file);
24 processfile(\*INFILE);
  /src/crypto/external/bsd/openssl/dist/util/
withlibctx.pl 23 open(INFILE, $file);
24 processfile(\*INFILE);
  /src/external/bsd/ipf/dist/perl/
Ipfanaly.pl 424 open (INFILE, $SERV) || die "Cant open $SERV: $!n";
425 while(<INFILE>)

Completed in 25 milliseconds