Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 25 of 809) sorted by relevance

12345678910>>...33

/freebsd/usr.bin/mail/
H A Dtty.c77 if (tcgetattr(fileno(stdin), &ttybuf) < 0) { in grabh()
95 if (ioctl(fileno(stdin), TIOCEXT, &flag) < 0) in grabh()
106 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh()
114 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh()
121 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh()
129 ttyset++, tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh()
144 tcsetattr(fileno(stdin), TCSADRAIN, &ttybuf); in grabh()
150 if (ioctl(fileno(stdin), TIOCEXT, &flag) < 0) in grabh()
212 clearerr(stdin); in readtty()
214 c = getc(stdin); in readtty()
[all …]
/freebsd/stand/libofw/
H A Dofw_console.c40 static ihandle_t stdin; variable
57 OF_getprop(chosen, "stdin", &stdin, sizeof(stdin)); in ofw_cons_probe()
100 if (OF_read(stdin, &ch, 1) > 0 && ch != '\0') in ofw_cons_getchar()
114 if (OF_read(stdin, &ch, 1) > 0) { in ofw_cons_poll()
/freebsd/lib/libc/stdio/
H A Dscanf.c55 FLOCKFILE_CANCELSAFE(stdin); in scanf()
56 ret = __svfscanf(stdin, __get_locale(), fmt, ap); in scanf()
69 FLOCKFILE_CANCELSAFE(stdin); in scanf_l()
70 ret = __svfscanf(stdin, locale, fmt, ap); in scanf_l()
H A Dgets_s.c53 ORIENT(stdin, -1); in _gets_s()
54 for (s = buf, n--; (c = __sgetc(stdin)) != '\n' && n > 0 ; n--) { in _gets_s()
70 while ((c = __sgetc(stdin)) != '\n' && c != EOF); in _gets_s()
96 FLOCKFILE_CANCELSAFE(stdin); in __ssp_real()
H A Dgetchar.c51 FLOCKFILE_CANCELSAFE(stdin); in getchar()
54 retval = __sgetc(stdin); in getchar()
63 return (__sgetc(stdin)); in getchar_unlocked()
H A Dgets.c51 FLOCKFILE_CANCELSAFE(stdin); in __gets_unsafe()
52 ORIENT(stdin, -1); in __gets_unsafe()
57 for (s = buf; (c = __sgetc(stdin)) != '\n'; ) { in __gets_unsafe()
/freebsd/usr.bin/bintrans/
H A Duuencode.c71 if (in != NULL && freopen(in, "r", stdin) == NULL) in main_base64_encode()
120 if (!freopen(*argv, "r", stdin) || fstat(fileno(stdin), &sb)) in main_encode()
174 while ((n = fread(buf, 1, sizeof(buf), stdin))) { in base64_encode()
209 while ((n = fread(buf, 1, 45, stdin))) { in encode()
240 if (ferror(stdin)) in encode()
/freebsd/crypto/openssh/
H A Dfreebsd-configure.sh24 export CC=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCC)
25 export CPP=$(echo ".include <bsd.lib.mk>" | make -f /dev/stdin -VCPP)
52 grep -Ff /dev/stdin config.h.kerberos5 > krb5_config.h
57 grep -Ff /dev/stdin config.h.sk-builtin > sk_config.h
H A Dsshtty.c61 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) { in leave_raw_mode()
73 if (tcgetattr(fileno(stdin), &tio) == -1) { in enter_raw_mode()
91 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) { in enter_raw_mode()
/freebsd/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_decompress.c165 while (sfread(drr, sizeof (*drr), stdin) != 0) { in zstream_do_decompress()
195 (void) sfread(buf, sz, stdin); in zstream_do_decompress()
227 (void) sfread(buf, payload_size, stdin); in zstream_do_decompress()
237 (void) sfread(buf, payload_size, stdin); in zstream_do_decompress()
266 (void) sfread(buf, payload_size, stdin); in zstream_do_decompress()
277 (void) sfread(buf, payload_size, stdin); in zstream_do_decompress()
293 (void) sfread(lzbuf, payload_size, stdin); in zstream_do_decompress()
339 (void) sfread(buf, payload_size, stdin); in zstream_do_decompress()
H A Dzstream_recompress.c131 while (sfread(drr, sizeof (*drr), stdin) != 0) { in zstream_do_recompress()
162 (void) sfread(buf, sz, stdin); in zstream_do_recompress()
194 (void) sfread(buf, payload_size, stdin); in zstream_do_recompress()
204 (void) sfread(buf, payload_size, stdin); in zstream_do_recompress()
235 (void) sfread(buf, payload_size, stdin); in zstream_do_recompress()
260 (void) sfread(cbuf, payload_size, stdin); in zstream_do_recompress()
323 (void) sfread(buf, payload_size, stdin); in zstream_do_recompress()
/freebsd/usr.bin/hexdump/
H A Ddisplay.c280 length == -1 ? need : MIN(length, need), stdin); in get()
282 if (ferror(stdin)) in get()
332 ungetc(c, stdin); in peek()
350 if (!(freopen(*_argv, "r", stdin))) { in next()
363 if (caph_limit_stream(fileno(stdin), CAPH_READ) < 0) in next()
392 if (fstat(fileno(stdin), &sb)) in doskip()
406 if (ioctl(fileno(stdin), FIODTYPE, &type)) in doskip()
417 if (fseeko(stdin, skip, SEEK_SET)) { in doskip()
/freebsd/contrib/flex/src/
H A Dfilter.c165 clearerr(stdin); in filter_apply_chain()
166 if (dup2 (pipes[0], fileno (stdin)) == -1) in filter_apply_chain()
169 fseek (stdin, 0, SEEK_CUR); in filter_apply_chain()
170 ungetc(' ', stdin); /* still an evil hack, but one that works better */ in filter_apply_chain()
171 (void)fgetc(stdin); /* on NetBSD than the fseek attempt does */ in filter_apply_chain()
289 while (fgets (buf, readsz, stdin)) { in filter_tee_header()
352 while (fgets (buf, (int) readsz, stdin)) { in filter_fix_linedirs()
/freebsd/tests/sys/net/
H A Dif_wg.sh66 private-key /dev/stdin
70 private-key /dev/stdin
134 private-key /dev/stdin
138 private-key /dev/stdin
211 private-key /dev/stdin
215 private-key /dev/stdin
289 private-key /dev/stdin
331 private-key /dev/stdin
335 private-key /dev/stdin
388 private-key /dev/stdin
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackbanner.ksh64 dtrace -qs /dev/stdin -x encoding=utf8 <<EOF
68 dtrace -qs /dev/stdin -x encoding=ascii -x aggzoom <<EOF
72 dtrace -qs /dev/stdin -x encoding=utf8 -x aggzoom <<EOF
/freebsd/usr.bin/locate/bigram/
H A Dlocate.bigram.c58 while (fgets(path, sizeof(buf2), stdin) != NULL) { in main()
86 if (!feof(stdin) || ferror(stdin)) in main()
/freebsd/sys/dev/ofw/
H A Dofw_console.c109 static pcell_t stdin; variable
171 if (OF_getencprop(chosen, "stdin", &stdin, sizeof(stdin)) == -1) { in ofw_cnprobe()
212 if (OF_read(stdin, &ch, 1) > 0) { in ofw_cngetc()
/freebsd/contrib/expat/examples/
H A Delements.c99 const size_t len = fread(buf, 1, BUFSIZ, stdin); in main()
101 if (ferror(stdin)) { in main()
107 done = feof(stdin); in main()
H A Doutline.c102 const size_t len = fread(buf, 1, BUFSIZ, stdin); in main()
104 if (ferror(stdin)) { in main()
110 done = feof(stdin); in main()
/freebsd/contrib/telnet/libtelnet/
H A Dread_password.c104 while (!fgets(s, max, stdin));
111 if (!fgets(key_string, sizeof(key_string), stdin)) {
112 clearerr(stdin);
/freebsd/usr.bin/tail/
H A Dtail.c243 if (fstat(fileno(stdin), &sb)) { in main()
252 if (lseek(fileno(stdin), (off_t)0, SEEK_CUR) == -1 && in main()
259 reverse(stdin, fn, style, off, &sb); in main()
262 file.fp = stdin; in main()
266 forward(stdin, fn, style, off, &sb); in main()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-passwd.pod.in19 [B<-stdin>]
32 taken from the named file for option B<-in>, from stdin for
33 option B<-stdin>, or from the command line, or from the terminal otherwise.
71 =item B<-stdin>
73 Read passwords from B<stdin>.
/freebsd/sys/contrib/xz-embedded/userspace/
H A Dboottest.c32 return fread(buf, 1, size, stdin); in fill()
44 in_size = fread(in, 1, sizeof(in), stdin); in test_buf_to_buf()
55 in_size = fread(in, 1, sizeof(in), stdin); in test_buf_to_cb()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh49 $dtrace -o $dtraceout -s /dev/stdin <<EOF
81 perl /dev/stdin /dev/stdout << EOF
108 perl /dev/stdin /dev/stdout <<EOF
/freebsd/contrib/netbsd-tests/lib/libc/hash/
H A Dh_hash.c86 while (fgets((char *)buf, sizeof(buf), stdin) != NULL) { in regress()
97 fgets((char *)buf, sizeof(buf), stdin) != NULL) { in regress()
110 fgets((char *)buf, sizeof(buf), stdin) != NULL) { in regress()

12345678910>>...33