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

1234567891011>>

/freebsd-9.3-release/lib/libc/stdio/
H A Dgetchar.c55 FLOCKFILE(stdin);
57 /* ORIENT(stdin, -1); */
58 retval = __sgetc(stdin);
59 FUNLOCKFILE(stdin);
67 return (__sgetc(stdin));
H A Dgets.c59 FLOCKFILE(stdin);
60 ORIENT(stdin, -1);
65 for (s = buf; (c = __sgetc(stdin)) != '\n';)
68 FUNLOCKFILE(stdin);
75 FUNLOCKFILE(stdin);
H A Dscanf.c59 FLOCKFILE(stdin);
60 ret = __svfscanf(stdin, __get_locale(), fmt, ap);
61 FUNLOCKFILE(stdin);
73 FLOCKFILE(stdin);
74 ret = __svfscanf(stdin, locale, fmt, ap);
75 FUNLOCKFILE(stdin);
H A Dgetwchar.c46 * Synonym for fgetwc(stdin).
51 return (fgetwc(stdin));
56 return (fgetwc_l(stdin, locale));
H A Dvscanf.c60 FLOCKFILE(stdin);
61 retval = __svfscanf(stdin, locale, fmt, ap);
62 FUNLOCKFILE(stdin);
H A Dvwscanf.c43 return (vfwscanf(stdin, fmt, ap));
48 return (vfwscanf_l(stdin, locale, fmt, ap));
/freebsd-9.3-release/tools/regression/usr.bin/apply/
H A DMakefile4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
/freebsd-9.3-release/tools/regression/usr.bin/calendar/
H A DMakefile4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
/freebsd-9.3-release/tools/regression/usr.bin/comm/
H A DMakefile4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
/freebsd-9.3-release/tools/regression/usr.bin/file2c/
H A DMakefile4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
/freebsd-9.3-release/tools/regression/usr.bin/join/
H A DMakefile4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
/freebsd-9.3-release/tools/regression/usr.bin/jot/
H A DMakefile4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
/freebsd-9.3-release/tools/regression/usr.bin/ncal/
H A DMakefile4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
/freebsd-9.3-release/tools/regression/usr.bin/printf/
H A DMakefile4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
/freebsd-9.3-release/tools/regression/usr.bin/tr/
H A DMakefile4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
/freebsd-9.3-release/tools/regression/usr.bin/uudecode/
H A DMakefile4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
/freebsd-9.3-release/tools/regression/usr.bin/uuencode/
H A DMakefile4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
/freebsd-9.3-release/tools/regression/usr.bin/xargs/
H A DMakefile4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
/freebsd-9.3-release/sys/boot/ofw/libofw/
H A Dofw_console.c43 static ihandle_t stdin; variable
61 OF_getprop(chosen, "stdin", &stdin, sizeof(stdin));
100 if (OF_read(stdin, &ch, 1) > 0)
114 if (OF_read(stdin, &ch, 1) > 0) {
/freebsd-9.3-release/tools/regression/usr.bin/sed/
H A DMakefile4 @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR}
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Dtst.platformevent.ksh42 perl /dev/stdin /dev/stdout << EOF
59 $dtrace -s /dev/stdin << EOD
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.main.ksh42 $dtrace -c date -s /dev/stdin <<EOF
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/printf/
H A Dtst.printT.ksh38 $dtrace -s /dev/stdin <<EOF
H A Dtst.printY.ksh38 $dtrace -s /dev/stdin <<EOF
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.TestTransStability1.ksh42 $dtrace -v -s /dev/stdin <<EOF

Completed in 121 milliseconds

1234567891011>>