Searched refs:INFILE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/scripts/ |
H A D | headers_install.sh | 20 INFILE=$1 27 if [ -n "$(sed -n -e "/SPDX-License-Identifier:.*GPL-/{/WITH Linux-syscall-note/!p}" $INFILE)" ]; t… 28 echo "error: $INFILE: missing \"WITH Linux-syscall-note\" for SPDX-License-Identifier" >&2 39 ' $INFILE > $TMPFILE || exit 1 92 if echo "$INFILE:$c" | grep -q "$ignore$"; then 99 echo "error: $INFILE: leak $c to user-space" >&2
|
H A D | get_dvb_firmware | 537 open INFILE, '<', "$tmpdir/Driver/Files/AF15BDA.sys"; 540 sysseek(INFILE, $fwoffset, SEEK_SET); 544 $rcount = sysread(INFILE, $buf, $chunklength); 547 sysread(INFILE, $buf, 8); 552 close INFILE; 872 open INFILE, "<$infile"; 874 sysseek(INFILE, $offset, SEEK_SET); 880 $rcount = sysread(INFILE, $buf, $chunklength); 885 close INFILE; 893 open INFILE, "<$infile"; [all …]
|
H A D | extract_xc3028.pl | 49 sysseek(INFILE, $offset, SEEK_SET); 55 $rcount = sysread(INFILE, $buf, $chunklength); 1702 open INFILE, "<$sourcefile_24"; 1704 close INFILE; 1710 open INFILE, "<$sourcefile_27"; 1712 close INFILE;
|
/openbmc/u-boot/tools/ |
H A D | img2brec.sh | 56 INFILE=$1 59 if [ ! -f $INFILE ] ; then 60 echo "Error: file '$INFILE' does not exist." >&2 64 FILESIZE=`filesize $INFILE` 107 cat $INFILE | \
|