/linux-4.4.14/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.4.14/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.4.14/scripts/mod/ |
D | mk_elfconfig.c | 12 if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) { in main()
|
D | modpost.c | 1992 FILE *in = stdin; in read_symbols_from_files() 2007 if (in != stdin) in read_symbols_from_files()
|
/linux-4.4.14/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-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-kmem.txt | 26 Select the input file (default: perf.data unless stdin is a fifo)
|
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-timechart.txt | 40 Select the input file (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-report.txt | 22 Input file name. (default: perf.data unless stdin is a fifo)
|
/linux-4.4.14/sound/oss/ |
D | hex2hex.c | 86 l = loadhex(stdin, buf); in main()
|
/linux-4.4.14/drivers/zorro/ |
D | gen-devlist.c | 44 while (fgets(line, sizeof(line)-1, stdin)) { in main()
|
/linux-4.4.14/scripts/tracing/ |
D | draw_functrace.py | 116 for line in sys.stdin:
|
/linux-4.4.14/tools/perf/ |
D | builtin-top.c | 308 if (getline(&buf, &dummy, stdin) < 0) in prompt_integer() 351 if (getline(&buf, &dummy, stdin) < 0) in perf_top__prompt_symbol() 449 c = getc(stdin); in perf_top__handle_keypress() 625 getc(stdin); in display_thread() 641 c = getc(stdin); in display_thread()
|
D | builtin-kvm.c | 894 c = getc(stdin); in perf_kvm__handle_stdin() 934 nr_stdin = perf_evlist__add_pollfd(kvm->evlist, fileno(stdin)); in kvm_events_live_report() 938 if (fd_set_nonblock(fileno(stdin)) != 0) in kvm_events_live_report()
|
/linux-4.4.14/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.4.14/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.4.14/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 | 1052 zconfin = stdin; 2271 zconfin = stdin; in yy_init_globals()
|
D | zconf.lex.c_shipped | 1052 zconfin = stdin; 2271 zconfin = stdin;
|
/linux-4.4.14/scripts/dtc/ |
D | srcpos.c | 123 f = stdin; in srcfile_relative_open()
|
D | dtc-lexer.lex.c_shipped | 868 yyin = stdin; 2115 yyin = stdin;
|
/linux-4.4.14/Documentation/fmc/ |
D | fmc-chardev.txt | 52 stdin and the value argument is ignored.
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | README.hm12 | 102 if (argc == 1) fin = stdin;
|
/linux-4.4.14/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.4.14/arch/um/ |
D | Kconfig.char | 76 main console to stdin and stdout.
|
/linux-4.4.14/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.4.14/usr/ |
D | gen_init_cpio.c | 559 cpio_list = stdin; in main()
|
/linux-4.4.14/tools/usb/ |
D | ffs-test.c | 471 return fread(buf, 1, nbytes, stdin); in fill_in_buf()
|
/linux-4.4.14/Documentation/dvb/ |
D | faq.txt | 39 'xine stdin://mpeg2 < /dev/dvb/adapter0/dvr0' in a second xterm.
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | prom_init.c | 1265 ihandle stdin; in prom_close_stdin() local 1268 stdin = be32_to_cpu(val); in prom_close_stdin() 1269 call_prom("close", 1, 0, stdin); in prom_close_stdin()
|
/linux-4.4.14/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.4.14/Documentation/sysctl/ |
D | fs.txt | 130 in file-max, since stdin, stdout and network sockets also
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 773 yyin = stdin; 1823 yyin = stdin;
|
/linux-4.4.14/Documentation/filesystems/ |
D | ramfs-rootfs-initramfs.txt | 123 stdin/stdout/stderr to the new /dev/console, and exec the new init.
|
/linux-4.4.14/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.4.14/Documentation/filesystems/cifs/ |
D | README | 592 -S take password from stdin (equivalent to setting the environment
|