Home
last modified time | relevance | path

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

12

/tools/bpf/
Dbpf_asm.c30 FILE *fp = stdin; in main()
42 fp = stdin; in main()
/tools/power/acpi/tools/acpidump/
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/
Dexec_target.c16 fread(&val, sizeof(size_t), 1, stdin); in main()
/tools/testing/selftests/net/netfilter/
Dnft_nat.sh158 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
228 ip netns exec "$ns0" nft -f /dev/stdin <<EOF 2>/dev/null
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
[all …]
Dnft_zones_many.sh33 ip netns exec "$ns1" nft -f /dev/stdin<<EOF
63 ) | ip netns exec "$ns1" nft -f /dev/stdin
Dnft_queue.sh88 ip netns exec "$nsrouter" nft -f /dev/stdin <<EOF
124 ip netns exec "$nsrouter" nft -f /dev/stdin <<EOF
177 ip netns exec "$nsrouter" nft -f /dev/stdin <<EOF
316 ip netns exec "$nsrouter" nft -f /dev/stdin <<EOF
361 ip netns exec "$ns1" nft -f /dev/stdin <<EOF
422 ip netns exec "$nsrouter" nft -f /dev/stdin <<EOF
454 ip netns exec "$ns1" nft -f /dev/stdin <<EOF
499 ip netns exec "$nsrouter" nft -f /dev/stdin <<EOF
Dnft_fib.sh38 ip netns exec "$netns" nft -f /dev/stdin <<EOF
51 ip netns exec "$netns" nft -f /dev/stdin <<EOF
65 ip netns exec "$netns" nft -f /dev/stdin <<EOF
Dbr_netfilter_queue.sh60 nft -f /dev/stdin <<EOF
Dnft_audit.sh25 nft --check -f /dev/stdin >/dev/null 2>&1 <<EOF
Dnft_nat_zones.sh109 done | ip -batch /dev/stdin
117 ip netns exec "$gw" nft -f /dev/stdin<<EOF
Dnft_meta.sh28 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
/tools/testing/selftests/tc-testing/plugin-lib/
DnsPlugin.py208 stdin=subprocess.PIPE,
232 proc.stdin.write((command + '\n').encode())
233 proc.stdin.flush()
/tools/perf/Documentation/
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)
Dperf-evlist.txt21 Input file name. (default: perf.data unless stdin is a fifo)
Dperf-buildid-list.txt29 Input file name. (default: perf.data unless stdin is a fifo)
Dperf-kmem.txt28 For stat, select the input file (default: perf.data unless stdin is a
Dperf-timechart.txt40 Select the input file (default: perf.data unless stdin is a fifo)
/tools/include/nolibc/
Dstdio.h37 static __attribute__((unused)) FILE* const stdin = (FILE*)(intptr_t)~STDIN_FILENO; variable
115 return fgetc(stdin); in getchar()
/tools/perf/tests/shell/lib/
Dperf_json_output_lint.py22 ap.add_argument('--file', type=argparse.FileType('r'), default=sys.stdin)
/tools/bpf/bpftool/
Dmain.c347 fp = stdin; in do_batch()
429 if (fp != stdin) in do_batch()
/tools/perf/
Dbuiltin-top.c365 if (getline(&buf, &dummy, stdin) < 0) in prompt_integer()
408 if (getline(&buf, &dummy, stdin) < 0) in perf_top__prompt_symbol()
506 c = getc(stdin); in perf_top__handle_keypress()
695 clearerr(stdin); in display_thread()
697 getc(stdin); in display_thread()
713 c = getc(stdin); in display_thread()
/tools/testing/kunit/
Dkunit_kernel.py130 stdin=subprocess.PIPE,
152 stdin=subprocess.PIPE,
Dkunit.py515 sys.stdin.reconfigure(errors='backslashreplace') # type: ignore
516 kunit_output = sys.stdin # type: Iterable[str]
/tools/testing/selftests/drivers/sdsi/
Dsdsi_test.py43 result = subprocess.check_output(('grep', '-q', MODULE_NAME), stdin=lsmod_p.stdout)
/tools/testing/selftests/net/
Dxfrm_policy.sh167 done | ip -batch /dev/stdin
178 done | ip -batch /dev/stdin

12