Searched refs:stdin (Results 1 - 25 of 47) sorted by last modified time

12

/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c4868 switch (getc(stdin)) {
4874 * 'stdin' is a pipe closed on the other end. There
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh685 if ! ip netns exec "$listener_ns" nft -f /dev/stdin <<"EOF"
/linux-master/fs/bcachefs/
H A Derror.c138 if (getline(&buf, &buflen, stdin) < 0)
/linux-master/scripts/mod/
H A Dmodpost.c1692 FILE *in = stdin;
/linux-master/scripts/kconfig/
H A Dconf.c342 xfgets(line, sizeof(line), stdin);
524 xfgets(line, sizeof(line), stdin);
/linux-master/scripts/kconfig/tests/
H A Dconftest.py70 stdin=subprocess.PIPE,
76 # If input key sequence is given, feed it to stdin.
78 ps.stdin.write(in_keys.encode('utf-8'))
84 ps.stdin.write(b'\n')
/linux-master/scripts/
H A DMakefile.lib479 cmd_lz4 = cat $(real-prereqs) | $(LZ4) -l -c1 stdin stdout > $@
482 cmd_lz4_with_size = { cat $(real-prereqs) | $(LZ4) -l -c1 stdin stdout; \
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c1784 ihandle stdin; local
1786 if (prom_getprop(prom.chosen, "stdin", &val, sizeof(val)) > 0) {
1787 stdin = be32_to_cpu(val);
1788 call_prom("close", 1, 0, stdin);
3467 * in case stdin is USB and still active on IBM machines...
3469 * closed stdin already (in particular the powerbook 101).
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_json_output_lint.py22 ap.add_argument('--file', type=argparse.FileType('r'), default=sys.stdin)
/linux-master/tools/perf/
H A Dbuiltin-top.c365 if (getline(&buf, &dummy, stdin) < 0)
408 if (getline(&buf, &dummy, stdin) < 0)
506 c = getc(stdin);
695 clearerr(stdin);
697 getc(stdin);
713 c = getc(stdin);
H A Dbuiltin-kvm.c1454 c = getc(stdin);
1495 nr_stdin = evlist__add_pollfd(kvm->evlist, fileno(stdin));
1499 if (fd_set_nonblock(fileno(stdin)) != 0)
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py580 if input(sys.stdin):
581 print('got something on stdin')
/linux-master/tools/testing/kunit/
H A Dkunit_kernel.py129 stdin=subprocess.PIPE,
151 stdin=subprocess.PIPE,
H A Dkunit.py515 sys.stdin.reconfigure(errors='backslashreplace') # type: ignore
516 kunit_output = sys.stdin # type: Iterable[str]
/linux-master/tools/bpf/bpftool/
H A Dprog.c1135 f = stdin;
1175 if (f != stdin)
1185 if (f != stdin)
/linux-master/usr/
H A Dgen_init_cpio.c633 cpio_list = stdin;
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py208 stdin=subprocess.PIPE,
232 proc.stdin.write((command + '\n').encode())
233 proc.stdin.flush()
/linux-master/tools/testing/selftests/net/
H A Dxfrm_policy.sh167 done | ip -batch /dev/stdin
178 done | ip -batch /dev/stdin
H A Dnettest.c1207 if (fgets(buf, sizeof(buf), stdin) == NULL)
1275 nfds = interactive ? MAX(fileno(stdin), sd) + 1 : sd + 1;
1280 FD_SET(fileno(stdin), &rfds);
1308 if (FD_ISSET(fileno(stdin), &rfds)) {
/linux-master/tools/include/nolibc/
H A Dstdio.h37 static __attribute__((unused)) FILE* const stdin = (FILE*)(intptr_t)~STDIN_FILENO; variable
115 return fgetc(stdin);
/linux-master/tools/power/acpi/tools/acpidump/
H A Dapfiles.c38 in_char = fgetc(stdin);
40 in_char = fgetc(stdin);
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_nat.sh184 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
259 ip netns exec "$ns0" nft -f /dev/stdin <<EOF 2>/dev/null
385 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
452 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
553 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
652 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
734 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
839 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
857 ip netns exec "$ns0" nft -f /dev/stdin <<EOF
879 ip netns exec "$ns0" nft -f /dev/stdin <<EO
[all...]
H A Dnft_trans_stress.sh106 (echo "flush ruleset"; cat "$tmp") | ip netns exec "$testns" nft -f /dev/stdin
120 ) | ip netns exec "$testns" nft -f /dev/stdin
127 ) | ip netns exec "$testns" nft -f /dev/stdin
141 (echo "flush ruleset"; cat "$tmp") | ip netns exec "$testns" nft -f /dev/stdin
H A Dnft_fib.sh59 ip netns exec ${netns} nft -f /dev/stdin <<EOF
72 ip netns exec ${netns} nft -f /dev/stdin <<EOF
86 ip netns exec ${netns} nft -f /dev/stdin <<EOF
/linux-master/scripts/tracing/
H A Ddraw_functrace.py116 for line in sys.stdin:

Completed in 454 milliseconds

12