Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 25 of 46) sorted by relevance

12

/tools/bpf/
A Dbpf_asm.c30 FILE *fp = stdin; in main()
42 fp = stdin; in main()
/tools/power/acpi/tools/acpidump/
A Dapfiles.c38 in_char = fgetc(stdin); in ap_is_existing_file()
40 in_char = fgetc(stdin); in ap_is_existing_file()
/tools/testing/selftests/arm64/pauth/
A Dexec_target.c16 fread(&val, sizeof(size_t), 1, stdin); in main()
/tools/testing/selftests/net/netfilter/
A Dnft_nat.sh158 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
350 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
412 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
503 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
592 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
667 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
768 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
786 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
808 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
899 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
[all …]
A Dnft_zones_many.sh33 ip netns exec "$ns1" nft -f /dev/stdin<<EOF
63 ) | ip netns exec "$ns1" nft -f /dev/stdin
A Dnft_queue.sh90 ip netns exec "$nsrouter" nft -f /dev/stdin <<EOF
126 ip netns exec "$nsrouter" nft -f /dev/stdin <<EOF
179 ip netns exec "$nsrouter" nft -f /dev/stdin <<EOF
321 ip netns exec "$nsrouter" nft -f /dev/stdin <<EOF
366 ip netns exec "$ns1" nft -f /dev/stdin <<EOF
444 ip netns exec "$nsrouter" nft -f /dev/stdin <<EOF
477 ip netns exec "$ns1" nft -f /dev/stdin <<EOF
523 ip netns exec "$nsrouter" nft -f /dev/stdin <<EOF
A Dbr_netfilter_queue.sh60 nft -f /dev/stdin <<EOF
A Dnft_audit.sh25 nft --check -f /dev/stdin >/dev/null 2>&1 <<EOF
A Dnft_fib.sh42 ip netns exec "$netns" nft -f /dev/stdin <<EOF
55 ip netns exec "$netns" nft -f /dev/stdin <<EOF
68 ip netns exec "$netns" nft -f /dev/stdin <<EOF
83 ip netns exec "$netns" nft -f /dev/stdin <<EOF
165 ip netns exec "$netns" nft -f /dev/stdin <<EOF
A Dnft_nat_zones.sh108 done | ip -batch /dev/stdin
116 ip netns exec "$gw" nft -f /dev/stdin<<EOF
A Dnft_meta.sh28 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
/tools/testing/selftests/tc-testing/plugin-lib/
A DnsPlugin.py208 stdin=subprocess.PIPE,
232 proc.stdin.write((command + '\n').encode())
233 proc.stdin.flush()
/tools/perf/Documentation/
A Dperf-kwork.txt92 Input file name. (default: perf.data unless stdin is a fifo)
126 Input file name. (default: perf.data unless stdin is a fifo)
156 Input file name. (default: perf.data unless stdin is a fifo)
195 Input file name. (default: perf.data unless stdin is a fifo)
A Dperf-evlist.txt21 Input file name. (default: perf.data unless stdin is a fifo)
A Dperf-buildid-list.txt29 Input file name. (default: perf.data unless stdin is a fifo)
A Dperf-kmem.txt28 For stat, select the input file (default: perf.data unless stdin is a
A Dperf-timechart.txt40 Select the input file (default: perf.data unless stdin is a fifo)
/tools/perf/tests/shell/lib/
A Dperf_json_output_lint.py23 ap.add_argument('--file', type=argparse.FileType('r'), default=sys.stdin)
/tools/bpf/bpftool/
A Dmain.c347 fp = stdin; in do_batch()
429 if (fp != stdin) in do_batch()
/tools/perf/
A Dbuiltin-top.c366 if (getline(&buf, &dummy, stdin) < 0) in prompt_integer()
409 if (getline(&buf, &dummy, stdin) < 0) in perf_top__prompt_symbol()
507 c = getc(stdin); in perf_top__handle_keypress()
697 clearerr(stdin); in display_thread()
699 getc(stdin); in display_thread()
715 c = getc(stdin); in display_thread()
/tools/include/nolibc/
A Dstdio.h44 static __attribute__((unused)) FILE* const stdin = (FILE*)(intptr_t)~STDIN_FILENO; variable
148 return fgetc(stdin); in getchar()
/tools/testing/kunit/
A Dkunit_kernel.py136 stdin=subprocess.PIPE,
158 stdin=subprocess.PIPE,
/tools/testing/selftests/drivers/sdsi/
A Dsdsi_test.py43 result = subprocess.check_output(('grep', '-q', MODULE_NAME), stdin=lsmod_p.stdout)
/tools/testing/selftests/net/
A Dxfrm_policy.sh167 done | ip -batch /dev/stdin
178 done | ip -batch /dev/stdin
/tools/testing/selftests/net/forwarding/
A Drouter_mpath_seed.sh200 jq -n --argjson s0 "$s0" --argjson s1 "$s1" -f /dev/stdin <<-"EOF"

Completed in 31 milliseconds

12