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

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh39 $dtrace -o $file -c $dir/tst.spin.exe -s /dev/stdin <<EOF
95 perl /dev/stdin $file <<EOF
/illumos-gate/usr/src/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
/illumos-gate/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-lcd-set-brightness-sunos.c55 if (fgets(arg, sizeof (arg), stdin)) {
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dpiglatin.c51 while ((ic = getc(stdin)) != EOF) {
/illumos-gate/usr/src/cmd/ldap/common/
H A Didtest.c40 if ( std_setup( psin, stdin ) == NOTOK ) {
/illumos-gate/usr/src/cmd/tail/
H A Dtail.c204 fn = "stdin";
206 if (fstat(fileno(stdin), &sb)) {
215 if (lseek(fileno(stdin), (off_t)0, SEEK_CUR) == -1 &&
222 reverse(stdin, fn, style, off, &sb);
224 forward(stdin, fn, style, off, &sb);
/illumos-gate/usr/src/ucbcmd/sum/
H A Dsum.c43 f = stdin;
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h67 #define stdin (&__iob[0]) macro
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localicmp.ksh48 $dtrace -c "/usr/sbin/ping $local 3" -qs /dev/stdin <<EOF | sort -n
H A Dtst.ipv4remoteicmp.ksh58 $dtrace -c "/usr/sbin/ping $dest 3" -qs /dev/stdin <<EOF | \
H A Dtst.ipv6localicmp.ksh58 $dtrace -c "/usr/sbin/ping -A inet6 $local 3" -qs /dev/stdin <<EOF | sort -n
H A Dtst.ipv6remoteicmp.ksh67 $dtrace -c "/usr/sbin/ping $dest 3" -qs /dev/stdin <<EOF | \
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.op_access.ksh30 /usr/sbin/dtrace -q -s /dev/stdin <<"EOF"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/uctf/
H A Dtst.printtype.ksh40 $dtrace -qs /dev/stdin <<EOF
H A Dtst.userstrings.ksh40 $dtrace -qs /dev/stdin <<EOF
/illumos-gate/usr/src/cmd/tbl/
H A Dt1.c72 tabin=stdin; tabout=stdout;
132 if (tabin!=stdin) fclose(tabin);
/illumos-gate/usr/src/ucbcmd/from/
H A Dfrom.c80 if (freopen(mailbox, "r", stdin) == NULL) {
84 while (fgets(lbuf, sizeof (lbuf), stdin) != NULL)
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Defikamx.dts125 stdin = "UART1";
H A Dsocfpga-sockit.dts87 stdin = "serial0";
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/riscv/
H A Dspike.dts106 stdin = "console0";
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dscanf.c65 ret_val = _doscan(stdin, nf, newap);
73 return(_doscan(stdin, newform, newap));
75 ret_val = _doscan(stdin, fmt, ap);
100 ret_val = _doscan(stdin, nf, newap);
133 ret_val = _doscan(stdin, nf, newap);
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c98 char *temp_dir = TEMPDIR; /* temp directory - for copying stdin */
113 FILE *fp_in = stdin; /* next input file */
114 FILE *fp_temp = NULL; /* for copying stdin */
368 * we'll translate stdin. Assumes input files are part of a single PostScript
379 fp_in = stdin;
383 if ( fp_in != stdin )
423 * append the input file. When reading stdin we append lines to fp_temp and
425 * only contain part of stdin - if there's no %%DocumentFonts: (atend) comment
431 if ( fp_in == stdin ) {
508 * add it to the output file - it's a partial (or complete) copy of stdin mad
[all...]
/illumos-gate/usr/src/lib/libmp/common/
H A Dmout.c67 (void) ungetc(c, stdin);
175 return (m_in(a, 10, stdin));
181 return (m_in(a, 8, stdin));
/illumos-gate/usr/src/cmd/expand/
H A Dexpand.c127 if (freopen(argv[0], "r", stdin) == NULL) {
141 if ((len = fread(p1, 1, BUFSIZ, stdin)) <= 0)
206 stdin)) > 0)

Completed in 111 milliseconds

1234567891011>>