Home
last modified time | relevance | path

Searched refs:infile (Results 1 – 15 of 15) sorted by relevance

/linux/tools/perf/util/
H A Dlzma.c44 FILE *infile; in lzma_decompress_to_file() local
46 infile = fopen(input, "rb"); in lzma_decompress_to_file()
47 if (!infile) { in lzma_decompress_to_file()
64 if (strm.avail_in == 0 && !feof(infile)) { in lzma_decompress_to_file()
66 strm.avail_in = fread(buf_in, 1, sizeof(buf_in), infile); in lzma_decompress_to_file()
68 if (ferror(infile)) { in lzma_decompress_to_file()
73 if (feof(infile)) in lzma_decompress_to_file()
104 fclose(infile); in lzma_decompress_to_file()
/linux/scripts/
H A Dsyscalltbl.sh50 infile="$1"
55 grep -E "^[0-9]+[[:space:]]+$abis" "$infile" | {
60 echo "error: $infile: syscall table is not sorted or duplicates the same syscall number" >&2
75 echo "error: $infile: invalid string \"$noreturn\" in 'noreturn' column"
H A Dsyscallnr.sh54 infile="$1"
61 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | sort -n | {
H A Dsyscallhdr.sh65 infile="$1"
72 grep -E "^[0-9A-Fa-fXx]+[[:space:]]+$abis" "$infile" | {
H A Dget_dvb_firmware869 my ($infile, $offset, $length, $outfile) = @_;
872 open INFILE, "<$infile";
890 my ($FH, $infile) = @_;
893 open INFILE, "<$infile";
903 my ($infile,$outfile) =@_;
905 open INFILE,"<$infile";
/linux/arch/arm/vdso/
H A Dvdsomunge.c120 const char *infile; in main() local
135 infile = argv[1]; in main()
138 infd = open(infile, O_RDONLY); in main()
140 fail("Cannot open %s: %s\n", infile, strerror(errno)); in main()
143 fail("Failed stat for %s: %s\n", infile, strerror(errno)); in main()
147 fail("Failed to map %s: %s\n", infile, strerror(errno)); in main()
/linux/tools/testing/selftests/net/netfilter/
H A Dxt_string.sh13 infile=$(mktemp)
18 rm -f "$infile"
56 ) > "$infile"
58 ip netns exec "$netns" socat -t 1 -u STDIN UDP-SENDTO:10.1.2.2:27374 < "$infile"
H A Dipvs.sh43 readonly infile="$(mktemp)"
85 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
94 if [ -f "${infile}" ]; then
95 rm "${infile}"
106 ip netns exec "${ns0}" timeout 2 socat -u -4 STDIN TCP:"${vip_v4}":"${port}" < "${infile}"
111 cmp "$infile" "$outfile" 2>/dev/null
/linux/scripts/kconfig/
H A Dstreamline_config.pl117 open(my $infile, '-|', "$exec $file") || die "Failed to run $exec $file";
118 my @x = <$infile>;
119 close $infile;
303 open(my $infile, '<', $makefile) || die "Can't open $makefile";
304 while (<$infile>) {
351 close($infile);
/linux/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh25 readonly infile="$(mktemp)"
53 dd if=/dev/urandom of="${infile}" bs="${datalen}" count=1 status=none
63 if [[ -f "${infile}" ]]; then
64 rm "${infile}"
78 ip netns exec "${ns1}" timeout 2 nc "${netcat_opt}" -w 1 "${addr2}" "${port}" < "${infile}"
87 insum=($(sha1sum ${infile}))
/linux/drivers/accessibility/speakup/
H A Dutils.h27 FILE *infile; variable
38 infile = fopen(filename, "r"); in open_input()
39 if (infile == 0) { in open_input()
H A Dmakemapdata.c22 while (fgets(buffer, sizeof(buffer)-1, infile)) { in get_define()
43 fclose(infile); in get_define()
44 infile = 0; in get_define()
H A Dgenmap.c73 while (fgets(buffer, sizeof(buffer), infile)) { in main()
119 fclose(infile); in main()
/linux/arch/mips/boot/
H A Delf2ecoff.c278 int infile, outfile; in main() local
300 if ((infile = open(argv[1], O_RDONLY)) < 0) { in main()
307 i = read(infile, &ex, sizeof ex); in main()
329 ph = (Elf32_Phdr *) saveRead(infile, ex.e_phoff, in main()
335 sh = (Elf32_Shdr *) saveRead(infile, ex.e_shoff, in main()
598 copy(outfile, infile, ph[i].p_offset, in main()
/linux/Documentation/networking/
H A Dsnmp_counter.rst1668 nstatuser@nstat-a:~$ tcprewrite --infile=/tmp/syn.pcap --outfile=/tmp/syn_fixcsum.pcap --fixcsum
1713 nstatuser@nstat-a:~$ tcprewrite --infile /tmp/paws_pre.pcap --outfile /tmp/paws.pcap --fixcsum
1780 …nstatuser@nstat-a:~$ tcprewrite --infile /tmp/seq_pre.pcap --outfile /tmp/seq.pcap -r 9001:9000 -r…