Searched refs:stdin (Results 126 - 150 of 708) sorted by relevance

1234567891011>>

/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.fork.ksh91 $dtrace -c ./test -Zqs /dev/stdin <<EOF
H A Dtst.multiple.ksh85 $dtrace -c ./test -qs /dev/stdin <<EOF
H A Dtst.reeval.ksh73 $dtrace -wZs /dev/stdin <<EOF
H A Dtst.user.ksh82 $dtrace -c 'ppriv -e -s A=basic ./test' -Zqs /dev/stdin <<EOF
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh40 $dtrace -o $file -c $dir/tst.spin.exe -s /dev/stdin <<EOF
96 perl /dev/stdin $file <<EOF
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh48 $dtrace -c '/usr/bin/sleep 10' -o $outf -qs /dev/stdin <<EOF
H A Dtst.schedenable.ksh49 $dtrace -qs /dev/stdin <<EOF
/freebsd-10.2-release/sys/dev/ofw/
H A Dofw_console.c109 static pcell_t stdin; variable
173 if (OF_getencprop(chosen, "stdin", &stdin, sizeof(stdin)) == -1) {
214 if (OF_read(stdin, &ch, 1) > 0) {
/freebsd-10.2-release/sys/contrib/xz-embedded/userspace/
H A Dbuftest.c36 b.in_size = fread(in, 1, sizeof(in), stdin);
/freebsd-10.2-release/usr.bin/tail/
H A Dtail.c216 fn = "stdin";
218 if (fstat(fileno(stdin), &sb)) {
227 if (lseek(fileno(stdin), (off_t)0, SEEK_CUR) == -1 &&
234 reverse(stdin, fn, style, off, &sb);
236 forward(stdin, fn, style, off, &sb);
/freebsd-10.2-release/usr.sbin/asf/
H A Dasf_prog.c43 * can be saved beforehand and fed to this function later via stdin.
59 kldstat = stdin;
/freebsd-10.2-release/usr.sbin/lpr/filters.ru/koi2alt/
H A Dkoi2alt.c88 ungetc(c, stdin);
/freebsd-10.2-release/usr.bin/colcrt/
H A Dcolcrt.c105 if (freopen(argv[0], "r", stdin) == NULL) {
113 c = getwc(stdin);
130 c = getwc(stdin);
195 if (ferror(stdin))
/freebsd-10.2-release/contrib/gdb/gdb/
H A Devent-top.c173 register readline, and stdin, start the loop. */
203 ready on stdin. This is used when the user sets the editing off,
401 /* When there is an event ready on the stdin file desriptor, instead
410 printf_unfiltered ("error detected on stdin\n");
413 /* If stdin died, we may as well kill gdb. */
414 quit_command ((char *) 0, stdin == instream);
420 /* Re-enable stdin after the end of an execution command in
436 /* Disable reads from stdin (the console) marking the command as
450 /* Add the reinstate of stdin to the list of cleanups to be done
469 int stdin_is_tty = ISATTY (stdin);
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A Dembedded_interpreter.py60 return sys.stdin.readline()
66 fd = sys.stdin.fileno();
/freebsd-10.2-release/crypto/heimdal/appl/login/
H A Dread_string.c77 tty = stdin;
112 if(tty != stdin)
/freebsd-10.2-release/lib/libc/db/test/hash.tests/
H A Dtdel.c84 while ( fgets(wp1, 8192, stdin) &&
85 fgets(wp2, 8192, stdin) &&
H A Dthash4.c87 while ( fgets(wp1, 8192, stdin) &&
88 fgets(wp2, 8192, stdin) &&
/freebsd-10.2-release/contrib/groff/src/utils/lookbib/
H A Dlookbib.cpp108 int interactive = isatty(fileno(stdin));
114 if (!fgets(line, sizeof(line), stdin))
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localicmp.ksh48 $dtrace -c "/sbin/ping $local 3" -qs /dev/stdin <<EOF | sort -n
H A Dtst.ipv4remoteicmp.ksh58 $dtrace -c "/sbin/ping $dest 3" -qs /dev/stdin <<EOF | \
H A Dtst.ipv6localicmp.ksh58 $dtrace -c "/sbin/ping -A inet6 $local 3" -qs /dev/stdin <<EOF | sort -n
H A Dtst.ipv6remoteicmp.ksh67 $dtrace -c "/sbin/ping $dest 3" -qs /dev/stdin <<EOF | \
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.op_access.ksh30 /usr/sbin/dtrace -q -s /dev/stdin <<"EOF"
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.printtype.ksh40 $dtrace -qs /dev/stdin <<EOF

Completed in 216 milliseconds

1234567891011>>