Searched refs:stdin (Results 1 - 43 of 43) sorted by relevance

/linux-4.4.14/tools/net/
H A Dbpf_asm.c30 FILE *fp = stdin; main()
42 fp = stdin; main()
H A Dbpf_jit_disasm.c229 printf(" -f <file> Read last image dump from file or stdin (default: klog).\n"); usage()
H A Dbpf_dbg.c1359 if (fin != stdin) exit_shell()
1394 return run_shell_loop(fin ? : stdin, fout ? : stdout); main()
/linux-4.4.14/scripts/basic/
H A Dbin2c.c2 * Unloved program to convert a binary on stdin to a C include on stdout
/linux-4.4.14/tools/perf/util/
H A Drun-command.h20 * - Specify 0 for no redirections (child inherits stdin, stdout,
24 * the readable pipe end becomes child's stdin
30 * .in: a readable FD, becomes child's stdin
H A Dllvm-utils.c387 * stdin to be source file (testing). llvm__compile_bpf()
/linux-4.4.14/sound/oss/
H A Dhex2hex.c2 * hex2hex reads stdin in Intel HEX format and produces an
86 l = loadhex(stdin, buf); main()
/linux-4.4.14/scripts/mod/
H A Dmk_elfconfig.c12 if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) { main()
H A Dmodpost.c1992 FILE *in = stdin; read_symbols_from_files()
2007 if (in != stdin) read_symbols_from_files()
/linux-4.4.14/arch/sparc/include/uapi/asm/
H A Dopenpromio.h43 #define OPROMCONS_STDIN_IS_KBD 0x1 /* stdin device is kbd */
/linux-4.4.14/Documentation/networking/
H A Dcxacru-cf.py34 buf = sys.stdin.read(4)
/linux-4.4.14/drivers/zorro/
H A Dgen-devlist.c44 while (fgets(line, sizeof(line)-1, stdin)) { main()
/linux-4.4.14/scripts/
H A Dconmakehash.c94 ctbl = stdin; main()
95 tblname = "stdin"; main()
H A Dkallsyms.c712 read_map(stdin); main()
H A Dunifdef.c323 filename = "[stdin]"; main()
324 input = stdin; main()
/linux-4.4.14/scripts/dtc/
H A Dutil.c203 int fd = 0; /* assume stdin */ utilfdt_read_err_len()
232 /* Clean up, including closing stdin; return errno on error */ utilfdt_read_err_len()
293 /* Close the file/stdin; return errno on error */ utilfdt_write_err()
H A Dsrcpos.c123 f = stdin; srcfile_relative_open()
124 fullname = xstrdup("<stdin>"); srcfile_relative_open()
H A Dutil.h87 * @param filename The filename to read, or - for stdin
104 * @param filename The filename to read, or - for stdin
/linux-4.4.14/samples/uhid/
H A Duhid-example.c307 fprintf(stderr, "Read HUP on stdin\n"); keyboard()
310 fprintf(stderr, "Cannot read stdin: %m\n"); keyboard()
441 fprintf(stderr, "Received HUP on stdin\n"); main()
/linux-4.4.14/net/wireless/
H A Dgenregdb.awk5 # Actually, it reads from stdin (presumed to be db.txt) and writes
/linux-4.4.14/init/
H A Ddo_mounts_initrd.c39 /* stdin/stdout/stderr for /linuxrc */ init_linuxrc()
/linux-4.4.14/arch/m68k/sun3/prom/
H A Dconsole.c96 prom_getproperty(prom_root_node, "stdin-path", propb, sizeof(propb));
/linux-4.4.14/arch/x86/tools/
H A Dtest_get_len.c121 while (fgets(line, BUFSIZE, stdin)) { main()
H A Dinsn_sanity.c195 input_file = stdin; parse_args()
/linux-4.4.14/samples/seccomp/
H A Dbpf-direct.c129 /* Check that read is only using stdin. */ install_filter()
/linux-4.4.14/scripts/tracing/
H A Ddraw_functrace.py116 for line in sys.stdin:
/linux-4.4.14/tools/perf/
H A Dbuiltin-top.c308 if (getline(&buf, &dummy, stdin) < 0) prompt_integer()
351 if (getline(&buf, &dummy, stdin) < 0) perf_top__prompt_symbol()
449 c = getc(stdin); perf_top__handle_keypress()
625 getc(stdin); display_thread()
641 c = getc(stdin); display_thread()
H A Dbuiltin-kvm.c894 c = getc(stdin); perf_kvm__handle_stdin()
934 nr_stdin = perf_evlist__add_pollfd(kvm->evlist, fileno(stdin)); kvm_events_live_report()
938 if (fd_set_nonblock(fileno(stdin)) != 0) kvm_events_live_report()
H A Dbuiltin-inject.c4 * Builtin inject command: Examine the live mode (stdin) event stream
/linux-4.4.14/drivers/usb/dwc2/
H A Dplatform.c4 * Copyright (C) Matthijs Kooijman <matthijs@stdin.nl>
510 MODULE_AUTHOR("Matthijs Kooijman <matthijs@stdin.nl>");
/linux-4.4.14/scripts/kconfig/
H A Dconf.c112 xfgets(line, 128, stdin); conf_askvalue()
314 xfgets(line, 128, stdin); conf_choice()
/linux-4.4.14/drivers/tty/
H A Dehv_bytechan.c66 /* Byte channel handle for stdout (and stdin), taken from device tree */
69 /* Virtual IRQ for the byte channel handle for stdin, taken from device tree */
296 * stdout/stdin, even though that information is used by the tty and character
/linux-4.4.14/arch/powerpc/kernel/
H A Dprom_init.c1265 ihandle stdin; prom_close_stdin() local
1267 if (prom_getprop(prom.chosen, "stdin", &val, sizeof(val)) > 0) { prom_close_stdin()
1268 stdin = be32_to_cpu(val); prom_close_stdin()
1269 call_prom("close", 1, 0, stdin); prom_close_stdin()
2917 * in case stdin is USB and still active on IBM machines... prom_init()
2919 * closed stdin already (in particular the powerbook 101). It prom_init()
/linux-4.4.14/arch/powerpc/platforms/chrp/
H A Dsetup.c253 * But unfortunately, the firmware does not connect /chosen/{stdin,stdout}
/linux-4.4.14/tools/usb/
H A Dffs-test.c471 return fread(buf, 1, nbytes, stdin); fill_in_buf()
/linux-4.4.14/usr/
H A Dgen_init_cpio.c559 cpio_list = stdin; main()
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c590 if (isatty(fileno(stdin)) == 0) output_listing()
/linux-4.4.14/scripts/genksyms/
H A Dgenksyms.c702 fprintf(stderr, "%s:%d: ", cur_filename ? : "<stdin>", cur_line); print_location()
/linux-4.4.14/fs/
H A Dcoredump.c484 * it sets up a pipe and installs it as fd 0 (stdin)
/linux-4.4.14/tools/firewire/
H A Dnosy-dump.c890 /* Make sure stdin is a terminal. */ set_input_mode()
/linux-4.4.14/tools/testing/ktest/
H A Dktest.pl1468 # place terminal in cbreak mode so that stdin can be read one character at
1862 # copy data from stdin to the console
/linux-4.4.14/tools/lguest/
H A Dlguest.c952 /* This is the routine which handles console input (ie. stdin). */ console_input()
2680 * stdin. When they put something in the output queue, we write it to setup_console()
/linux-4.4.14/kernel/printk/
H A Dprintk.c2065 * and stdin/out/err for init. Normally this is used by console_setup

Completed in 1502 milliseconds