/linux-4.1.27/arch/um/drivers/ |
D | slirp_user.c | 23 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()
|
D | harddog_user.c | 12 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()
|
D | slip_user.c | 58 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/ |
D | bpf_asm.c | 30 FILE *fp = stdin; in main() 42 fp = stdin; in main()
|
D | bpf_dbg.c | 1359 if (fin != stdin) in exit_shell() 1394 return run_shell_loop(fin ? : stdin, fout ? : stdout); in main()
|
D | bpf_exp.y | 773 if (fp != stdin) in bpf_asm_compile()
|
/linux-4.1.27/Documentation/networking/ |
D | cxacru-cf.py | 34 buf = sys.stdin.read(4)
|
D | filter.txt | 370 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/ |
D | mk_elfconfig.c | 12 if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) { in main()
|
D | modpost.c | 1988 FILE *in = stdin; in read_symbols_from_files() 2003 if (in != stdin) in read_symbols_from_files()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-evlist.txt | 21 Input file name. (default: perf.data unless stdin is a fifo)
|
D | perf-buildid-list.txt | 29 Input file name. (default: perf.data unless stdin is a fifo)
|
D | perf-kmem.txt | 26 Select the input file (default: perf.data unless stdin is a fifo)
|
D | perf-lock.txt | 35 Input file name. (default: perf.data unless stdin is a fifo)
|
D | perf-inject.txt | 34 Input file name. (default: stdin)
|
D | perf-sched.txt | 43 Input file name. (default: perf.data unless stdin is a fifo)
|
D | perf-annotate.txt | 25 Input file name. (default: perf.data unless stdin is a fifo)
|
D | perf-script.txt | 56 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)
|
D | perf-timechart.txt | 40 Select the input file (default: perf.data unless stdin is a fifo)
|
D | perf-report.txt | 22 Input file name. (default: perf.data unless stdin is a fifo)
|
/linux-4.1.27/sound/oss/ |
D | hex2hex.c | 86 l = loadhex(stdin, buf); in main()
|
/linux-4.1.27/drivers/zorro/ |
D | gen-devlist.c | 44 while (fgets(line, sizeof(line)-1, stdin)) { in main()
|
/linux-4.1.27/scripts/tracing/ |
D | draw_functrace.py | 116 for line in sys.stdin:
|
/linux-4.1.27/tools/perf/ |
D | builtin-top.c | 302 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()
|
D | builtin-kvm.c | 893 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/ |
D | rt-tester.py | 128 fd = sys.stdin
|
/linux-4.1.27/arch/x86/tools/ |
D | test_get_len.c | 121 while (fgets(line, BUFSIZE, stdin)) { in main()
|
D | insn_sanity.c | 195 input_file = stdin; in parse_args()
|
/linux-4.1.27/scripts/ |
D | conmakehash.c | 94 ctbl = stdin; in main()
|
D | kallsyms.c | 712 read_map(stdin); in main()
|
D | Kbuild.include | 52 # - stdin is piped in from the first prerequisite ($<) so one has
|
D | unifdef.c | 324 input = stdin; in main()
|
/linux-4.1.27/scripts/kconfig/ |
D | conf.c | 112 xfgets(line, 128, stdin); in conf_askvalue() 314 xfgets(line, 128, stdin); in conf_choice()
|
D | zconf.lex.c | 1015 zconfin = stdin; 2218 zconfin = stdin; in yy_init_globals()
|
D | zconf.lex.c_shipped | 1015 zconfin = stdin; 2218 zconfin = stdin;
|
/linux-4.1.27/scripts/dtc/ |
D | srcpos.c | 123 f = stdin; in srcfile_relative_open()
|
D | dtc-lexer.lex.c_shipped | 871 yyin = stdin; 2086 yyin = stdin;
|
/linux-4.1.27/Documentation/fmc/ |
D | fmc-chardev.txt | 52 stdin and the value argument is ignored.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | README.hm12 | 102 if (argc == 1) fin = stdin;
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_printer.txt | 260 /* Read data from standard INPUT (stdin). */ 261 int bytes_read = fread(buf, 1, BUF_SIZE, stdin);
|
/linux-4.1.27/arch/um/ |
D | Kconfig.char | 76 main console to stdin and stdout.
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 418 yy_create_buffer(stdin,
|
D | aicasm.c | 590 if (isatty(fileno(stdin)) == 0) in output_listing()
|
/linux-4.1.27/usr/ |
D | gen_init_cpio.c | 559 cpio_list = stdin; in main()
|
/linux-4.1.27/Documentation/dvb/ |
D | faq.txt | 39 'xine stdin://mpeg2 < /dev/dvb/adapter0/dvr0' in a second xterm.
|
/linux-4.1.27/tools/usb/ |
D | ffs-test.c | 471 return fread(buf, 1, nbytes, stdin); in fill_in_buf()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | prom_init.c | 1257 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/ |
D | fs.txt | 128 in file-max, since stdin, stdout and network sockets also
|
/linux-4.1.27/Documentation/ |
D | applying-patches.txt | 60 via stdin using the following syntax: 84 patch via stdin or the -i argument, as you prefer.
|
D | devices.txt | 3182 /dev/stdin fd/0 symbolic stdin file descriptor
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 773 yyin = stdin; 1823 yyin = stdin;
|
/linux-4.1.27/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 123 stdin/stdout/stderr to the new /dev/console, and exec the new init.
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 733 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/ |
D | README | 592 -S take password from stdin (equivalent to setting the environment
|