Home
last modified time | relevance | path

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

/linux-4.1.27/arch/um/drivers/
Dslirp_user.c23 int stdin; member
31 if (data->stdin != -1) in slirp_pre_exec()
32 dup2(data->stdin, 0); in slirp_pre_exec()
42 pe_data.stdin = fd; in slirp_tramp()
Dharddog_user.c12 int stdin; member
21 dup2(data->stdin, 0); in pre_exec()
24 close(data->stdin); in pre_exec()
52 data.stdin = out_fds[0]; in start_watchdog()
Dslip_user.c58 int stdin; member
67 if (data->stdin >= 0) in slip_pre_exec()
68 dup2(data->stdin, 0); in slip_pre_exec()
88 pe_data.stdin = fd; in slip_tramp()
/linux-4.1.27/tools/net/
Dbpf_asm.c30 FILE *fp = stdin; in main()
42 fp = stdin; in main()
Dbpf_dbg.c1359 if (fin != stdin) in exit_shell()
1394 return run_shell_loop(fin ? : stdin, fout ? : stdout); in main()
Dbpf_exp.y773 if (fp != stdin) in bpf_asm_compile()
/linux-4.1.27/Documentation/networking/
Dcxacru-cf.py34 buf = sys.stdin.read(4)
Dfilter.txt370 In case input and output do not equal stdin/stdout, bpf_dbg takes an
371 alternative stdin source as a first argument, and an alternative stdout
/linux-4.1.27/scripts/mod/
Dmk_elfconfig.c12 if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) { in main()
Dmodpost.c1988 FILE *in = stdin; in read_symbols_from_files()
2003 if (in != stdin) in read_symbols_from_files()
/linux-4.1.27/tools/perf/Documentation/
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.txt26 Select the input file (default: perf.data unless stdin is a fifo)
Dperf-lock.txt35 Input file name. (default: perf.data unless stdin is a fifo)
Dperf-inject.txt34 Input file name. (default: stdin)
Dperf-sched.txt43 Input file name. (default: perf.data unless stdin is a fifo)
Dperf-annotate.txt25 Input file name. (default: perf.data unless stdin is a fifo)
Dperf-script.txt56 piped to the stdin of the report script, using the '-o -' and '-i -'
109 Input file name. (default: perf.data unless stdin is a fifo)
Dperf-timechart.txt40 Select the input file (default: perf.data unless stdin is a fifo)
Dperf-report.txt22 Input file name. (default: perf.data unless stdin is a fifo)
/linux-4.1.27/sound/oss/
Dhex2hex.c86 l = loadhex(stdin, buf); in main()
/linux-4.1.27/drivers/zorro/
Dgen-devlist.c44 while (fgets(line, sizeof(line)-1, stdin)) { in main()
/linux-4.1.27/scripts/tracing/
Ddraw_functrace.py116 for line in sys.stdin:
/linux-4.1.27/tools/perf/
Dbuiltin-top.c302 if (getline(&buf, &dummy, stdin) < 0) in prompt_integer()
345 if (getline(&buf, &dummy, stdin) < 0) in perf_top__prompt_symbol()
443 c = getc(stdin); in perf_top__handle_keypress()
616 getc(stdin); in display_thread()
632 c = getc(stdin); in display_thread()
Dbuiltin-kvm.c893 c = getc(stdin); in perf_kvm__handle_stdin()
933 nr_stdin = perf_evlist__add_pollfd(kvm->evlist, fileno(stdin)); in kvm_events_live_report()
937 if (fd_set_nonblock(fileno(stdin)) != 0) in kvm_events_live_report()
/linux-4.1.27/scripts/rt-tester/
Drt-tester.py128 fd = sys.stdin
/linux-4.1.27/arch/x86/tools/
Dtest_get_len.c121 while (fgets(line, BUFSIZE, stdin)) { in main()
Dinsn_sanity.c195 input_file = stdin; in parse_args()
/linux-4.1.27/scripts/
Dconmakehash.c94 ctbl = stdin; in main()
Dkallsyms.c712 read_map(stdin); in main()
DKbuild.include52 # - stdin is piped in from the first prerequisite ($<) so one has
Dunifdef.c324 input = stdin; in main()
/linux-4.1.27/scripts/kconfig/
Dconf.c112 xfgets(line, 128, stdin); in conf_askvalue()
314 xfgets(line, 128, stdin); in conf_choice()
Dzconf.lex.c1015 zconfin = stdin;
2218 zconfin = stdin; in yy_init_globals()
Dzconf.lex.c_shipped1015 zconfin = stdin;
2218 zconfin = stdin;
/linux-4.1.27/scripts/dtc/
Dsrcpos.c123 f = stdin; in srcfile_relative_open()
Ddtc-lexer.lex.c_shipped871 yyin = stdin;
2086 yyin = stdin;
/linux-4.1.27/Documentation/fmc/
Dfmc-chardev.txt52 stdin and the value argument is ignored.
/linux-4.1.27/Documentation/video4linux/cx2341x/
DREADME.hm12102 if (argc == 1) fin = stdin;
/linux-4.1.27/Documentation/usb/
Dgadget_printer.txt260 /* Read data from standard INPUT (stdin). */
261 int bytes_read = fread(buf, 1, BUF_SIZE, stdin);
/linux-4.1.27/arch/um/
DKconfig.char76 main console to stdin and stdout.
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/
Daicasm_scan.l418 yy_create_buffer(stdin,
Daicasm.c590 if (isatty(fileno(stdin)) == 0) in output_listing()
/linux-4.1.27/usr/
Dgen_init_cpio.c559 cpio_list = stdin; in main()
/linux-4.1.27/Documentation/dvb/
Dfaq.txt39 'xine stdin://mpeg2 < /dev/dvb/adapter0/dvr0' in a second xterm.
/linux-4.1.27/tools/usb/
Dffs-test.c471 return fread(buf, 1, nbytes, stdin); in fill_in_buf()
/linux-4.1.27/arch/powerpc/kernel/
Dprom_init.c1257 ihandle stdin; in prom_close_stdin() local
1260 stdin = be32_to_cpu(val); in prom_close_stdin()
1261 call_prom("close", 1, 0, stdin); in prom_close_stdin()
/linux-4.1.27/Documentation/sysctl/
Dfs.txt128 in file-max, since stdin, stdout and network sockets also
/linux-4.1.27/Documentation/
Dapplying-patches.txt60 via stdin using the following syntax:
84 patch via stdin or the -i argument, as you prefer.
Ddevices.txt3182 /dev/stdin fd/0 symbolic stdin file descriptor
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped773 yyin = stdin;
1823 yyin = stdin;
/linux-4.1.27/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt123 stdin/stdout/stderr to the new /dev/console, and exec the new init.
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt733 main console back on stdin and stdout after assigning all the other
775 use of this syntax is to reattach the main console to stdin and stdout
779 If you decide to move the main console away from stdin/stdout, the
1623 stdin for EOF. When it sees that, it exits.
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME592 -S take password from stdin (equivalent to setting the environment