Searched refs:stdin (Results 226 - 250 of 377) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Dcommands.c616 FD_SET(fileno(stdin), &rfds);
617 if (!select(fileno(stdin) + 1, &rfds, NULL, NULL, &tv))
620 fgets(str, sizeof(str), stdin);
909 max = (sock > fileno(stdin) ? sock : fileno(stdin)) + 1;
913 FD_SET(fileno(stdin), &rfds);
929 if (FD_ISSET(fileno(stdin), &rfds)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/
H A Dconfig.status559 - | *:- | *:-:* ) # input from stdin
560 cat >$tmp/stdin
660 -) echo $tmp/stdin ;;
704 rm -f $tmp/stdin
735 - | *:- | *:-:* ) # input from stdin
736 cat >$tmp/stdin
752 -) echo $tmp/stdin ;;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c562 if(file == stdin)
570 decoder->private_->file == stdin? 0: file_seek_callback_,
571 decoder->private_->file == stdin? 0: file_tell_callback_,
572 decoder->private_->file == stdin? 0: file_length_callback_,
631 file = filename? fopen(filename, "rb") : stdin;
711 if(decoder->private_->file != stdin)
1001 if(decoder->private_->file == stdin)
1002 return false; /* can't rewind stdin, reset fails */
1281 * This will forcibly set stdin to binary mode (for OSes that require it)
1290 _setmode(_fileno(stdin), _O_BINAR
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dpsytune.c296 fread(buffer,1,44,stdin);
305 long bytes=fread(buffer2,1,framesize*2,stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dhmac256.c663 setmode (fileno (stdin), O_BINARY);
730 fp = use_stdin? stdin : fopen (fname, "rb");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dvfstest.c392 file = stdin;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dlog2pcaphex.c257 } else in = stdin;
H A Dntlm_auth.c1584 if (fgets(buf, sizeof(buf)-1, stdin) == NULL) {
1585 if (ferror(stdin)) {
1586 DEBUG(1, ("fgets() failed! dying..... errno=%d (%s)\n", ferror(stdin),
1587 strerror(ferror(stdin))));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dapi_flags.c108 for (lc = 1; fgets(buf, sizeof(buf), stdin) != NULL; ++lc) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-elisp.c472 line_len = getline (&line, &line_size, stdin);
H A Dformat-pascal.c525 line_len = getline (&line, &line_size, stdin);
H A Dformat-tcl.c520 line_len = getline (&line, &line_size, stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Dcjpeg.c21 * doesn't do binary I/O to stdin/stdout.
554 /* default input file is stdin */
604 if (input_file != stdin)
H A Djpegtran.c439 /* default input file is stdin */
496 if (fp != stdin)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlcatalog.c83 if (!fgets(line_read, 500, stdin))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dasn1pars.c73 * -in arg - input file - default stdin
246 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Dcrl.c81 " -in arg - input file - default stdin\n",
401 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Ddhparam.c137 * -in arg - input file - default stdin
354 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Ddsaparam.c85 * -in arg - input file - default stdin
252 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Dopenssl.c322 fgets(p,n,stdin);
H A Ds_server.c1258 FD_SET(fileno(stdin),&readfds);
1268 /* Under DOS (non-djgpp) and Windows we can't select on stdin: only
1282 if (FD_ISSET(fileno(stdin),&readfds))
1294 i=read(fileno(stdin), buf, bufsize/2);
1313 i=read(fileno(stdin),buf,bufsize);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dcrl.c81 " -in arg - input file - default stdin\n",
401 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Ddhparam.c136 * -in arg - input file - default stdin
350 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Dopenssl.c344 fgets(p,n,stdin);
H A Ds_server.c991 FD_SET(fileno(stdin),&readfds);
1001 /* Under DOS (non-djgpp) and Windows we can't select on stdin: only
1015 if (FD_ISSET(fileno(stdin),&readfds))
1027 i=read(fileno(stdin), buf, bufsize/2);
1046 i=read(fileno(stdin),buf,bufsize);

Completed in 359 milliseconds

1234567891011>>