Searched refs:stdin (Results 451 - 475 of 708) sorted by relevance

<<11121314151617181920>>

/freebsd-10.2-release/contrib/nvi/cl/
H A Dcl_screen.c242 * using it. It fails in subtle ways (e.g. select(2) on fileno(stdin)
252 if (newterm(ttype, stdout, stdin) == NULL) {
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fopen.c386 FILE *std[2] = { stdin, stdout };
/freebsd-10.2-release/contrib/ntp/adjtimed/
H A Dadjtimed.c137 close(fileno(stdin));
/freebsd-10.2-release/crypto/heimdal/lib/sl/
H A Dsl.c189 if(fgets(buf, sizeof(buf), stdin) == NULL)
/freebsd-10.2-release/contrib/xz/src/xz/
H A Dargs.c28 const char stdin_filename[] = "(stdin)";
388 args->files_file = stdin;
563 // If no filenames are given, use stdin.
/freebsd-10.2-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c3104 while ((c = getc(stdin)) != EOF) {
3107 if ((c = getc(stdin)) != EOF) {
3112 c = getc(stdin);
3118 c = getc(stdin);
/freebsd-10.2-release/contrib/unbound/smallapp/
H A Dunbound-control.c93 printf(" load_cache load cache from stdin\n");
288 /** send stdin to server */
321 send_file(ssl, stdin, buf, sizeof(buf));
/freebsd-10.2-release/sbin/shutdown/
H A Dshutdown.c206 if (!fgets(p, endp - p + 1, stdin))
/freebsd-10.2-release/contrib/ncurses/progs/
H A Dtput.c413 while (fgets(buf, sizeof(buf), stdin) != 0) {
/freebsd-10.2-release/contrib/ipfilter/ipsend/
H A Dipsend.c238 langfile = stdin;
/freebsd-10.2-release/bin/setfacl/
H A Dsetfacl.c210 /* take list of files from stdin */
213 err(1, "cannot have more than one stdin");
216 while (fgets(filename, (int)sizeof(filename), stdin)) {
/freebsd-10.2-release/bin/sh/
H A Dmknodes.c115 infp = stdin;
/freebsd-10.2-release/crypto/openssh/
H A Dssh.c131 * Flag indicating that nothing should be read from stdin. This can be set
984 /* Do not allocate a tty if stdin is not a tty. */
985 if ((!isatty(fileno(stdin)) || stdin_null_flag) &&
989 "stdin is not a terminal.");
1484 if (ioctl(fileno(stdin), TIOCGWINSZ, &ws) < 0)
1492 tty_make_modes(fileno(stdin), NULL);
1641 NULL, fileno(stdin), &command, environ);
/freebsd-10.2-release/crypto/openssl/apps/
H A Dasn1pars.c75 * -in arg - input file - default stdin
235 BIO_set_fp(in, stdin, BIO_NOCLOSE);
H A Dcrl.c81 " -in arg - input file - default stdin\n",
410 BIO_set_fp(in, stdin, BIO_NOCLOSE);
H A Ddhparam.c138 * -in arg - input file - default stdin
351 BIO_set_fp(in, stdin, BIO_NOCLOSE);
H A Ddsaparam.c88 * -in arg - input file - default stdin
244 BIO_set_fp(in, stdin, BIO_NOCLOSE);
/freebsd-10.2-release/usr.bin/sort/
H A Dfile.c541 return ((mode && mode[0] == 'r') ? stdin : stdout);
592 } else if (f == stdin) {
715 } else if (fr->file != stdin) {
812 if (fr->file != stdin)
/freebsd-10.2-release/usr.bin/tsort/
H A Dtsort.c142 fp = stdin;
/freebsd-10.2-release/usr.bin/uudecode/
H A Duudecode.c141 infile = "stdin";
142 infp = stdin;
/freebsd-10.2-release/usr.sbin/config/
H A Dconfig.y316 if (freopen(PREFIX, "r", stdin) == NULL)
/freebsd-10.2-release/usr.sbin/fdformat/
H A Dfdformat.c126 if (!fgets (reply, sizeof(reply) - 1, stdin))
/freebsd-10.2-release/usr.sbin/gstat/
H A Dgstat.c189 el = el_init("gstat", stdin, stdout, stderr);
/freebsd-10.2-release/usr.bin/checknr/
H A Dchecknr.c298 cfilename = "stdin";
299 process(stdin);
/freebsd-10.2-release/usr.bin/column/
H A Dcolumn.c127 input(stdin);

Completed in 126 milliseconds

<<11121314151617181920>>