Searched refs:stdin (Results 201 - 225 of 377) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_client.c869 if (read_tty) FD_SET(fileno(stdin),&readfds);
1096 else if (FD_ISSET(fileno(stdin),&readfds))
1103 i=read(fileno(stdin),cbuf,BUFSIZZ/2);
1122 i=read(fileno(stdin),cbuf,BUFSIZZ);
H A Dsess_id.c77 " -in arg - input file - default stdin\n",
292 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Dspkac.c76 /* -in arg - input file - default stdin
234 else in = BIO_new_fp(stdin, BIO_NOCLOSE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dfake_ntlm.c227 while(fgets(buf, sizeof(buf), stdin)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/blast/
H A Dblast.c427 /* Decompress a PKWare Compression Library stream from stdin to stdout */
433 ret = blast(inf, stdin, outf, stdout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A DmissFuncs.c366 fgets(password, 128, stdin);
H A Dmlabel.c248 fgets(newLabel, VBUFSIZE, stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dasn1pars.c73 * -in arg - input file - default stdin
230 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Dcrl2p7.c81 * -in arg - input file - default stdin
186 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Ddh.c78 * -in arg - input file - default stdin
203 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Ddsa.c77 * -in arg - input file - default stdin
239 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Ddsaparam.c78 * -in arg - input file - default stdin
218 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Dpkcs7.c76 * -in arg - input file - default stdin
195 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Dpkcs8.c254 in = BIO_new_fp (stdin, BIO_NOCLOSE);
H A Drsautl.c225 } else in = BIO_new_fp(stdin, BIO_NOCLOSE);
H A Dsess_id.c77 " -in arg - input file - default stdin\n",
292 BIO_set_fp(in,stdin,BIO_NOCLOSE);
H A Dspkac.c76 /* -in arg - input file - default stdin
233 else in = BIO_new_fp(stdin, BIO_NOCLOSE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dsrp-entry.c143 if (fgets(pname, sizeof (pname), stdin) == NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/netem/
H A Dmaketable.c212 fp = stdin;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables-restore.c179 else in = stdin;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drsacvt.c390 input = stdin;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlinebreak.c791 char *input = read_file (stdin);
826 char *input = read_file (stdin);
1270 char *input = read_file (stdin);
1302 char *input = read_file (stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dmakedevs.c75 FILE *table = stdin;
97 printf("table=<stdin>\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Dip6tables-restore.c166 else in = stdin;
H A Diptables-restore.c169 else in = stdin;

Completed in 271 milliseconds

1234567891011>>