Searched refs:stdin (Results 26 - 49 of 49) sorted by relevance

12

/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/kunit/
H A Dkunit.py515 sys.stdin.reconfigure(errors='backslashreplace') # type: ignore
516 kunit_output = sys.stdin # type: Iterable[str]
H A Dkunit_kernel.py129 stdin=subprocess.PIPE,
151 stdin=subprocess.PIPE,
/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/scripts/kconfig/
H A Dconf.c342 xfgets(line, sizeof(line), stdin);
522 xfgets(line, sizeof(line), stdin);
/linux-master/scripts/dtc/
H A Dsrcpos.c152 f = stdin;
153 fullname = xstrdup("<stdin>");
/linux-master/fs/bcachefs/
H A Derror.c138 if (getline(&buf, &buflen, stdin) < 0)
/linux-master/usr/
H A Dgen_init_cpio.c633 cpio_list = stdin;
/linux-master/scripts/
H A DMakefile.lib483 cmd_lz4 = cat $(real-prereqs) | $(LZ4) -l -c1 stdin stdout > $@
486 cmd_lz4_with_size = { cat $(real-prereqs) | $(LZ4) -l -c1 stdin stdout; \
H A Dunifdef.c323 filename = "[stdin]";
324 input = stdin;
/linux-master/tools/bpf/bpftool/
H A Dprog.c1135 f = stdin;
1175 if (f != stdin)
1185 if (f != stdin)
/linux-master/tools/usb/
H A Dffs-test.c519 return fread(buf, 1, nbytes, stdin);
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c589 if (isatty(fileno(stdin)) == 0)
/linux-master/tools/bpf/
H A Dbpf_dbg.c1362 if (fin != stdin)
1397 return run_shell_loop(fin ? : stdin, fout ? : stdout);
H A Dbpf_exp.y660 if (fp != stdin)
/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/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c305 fprintf(stderr, "usage: %s <fname> or stdin\n", argv[0]);
311 inpf = stdin;
/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/selftests/net/mptcp/
H A Dmptcp_connect.sh685 if ! ip netns exec "$listener_ns" nft -f /dev/stdin <<"EOF"
/linux-master/tools/perf/scripts/python/
H A Dparallel-perf.py76 self.consumer = subprocess.Popen(args, stdin=self.popen.stdout, stdout=stdout, stderr=stderr)
/linux-master/scripts/mod/
H A Dmodpost.c1687 FILE *in = stdin;
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c5220 switch (getc(stdin)) {
5226 * 'stdin' is a pipe closed on the other end. There

Completed in 345 milliseconds

12