Searched refs:stdin (Results 26 - 50 of 377) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Ddebug2html.c234 while( (!feof( stdin ))
235 && ((len = fread( bufr, 1, DBG_BSIZE, stdin )) > 0) )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db_codegen/
H A Ddb_codegen.c61 if (freopen(optarg, "r", stdin) == NULL) {
86 if (parse_input(stdin))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dvorbisfile_example.c18 /* Takes a vorbis bitstream from stdin and writes raw stereo PCM to
28 #ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
40 #ifdef _WIN32 /* We need to set stdin/stdout to binary mode. Damn windows. */
43 _setmode( _fileno( stdin ), _O_BINARY );
47 if(ov_open_callbacks(stdin, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) < 0) {
H A Ddecoder_example.c18 /* Takes a vorbis bitstream from stdin and writes raw stereo PCM to
29 #ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
59 #ifdef _WIN32 /* We need to set stdin/stdout to binary mode. Damn windows. */
62 _setmode( _fileno( stdin ), _O_BINARY );
71 /* this also lets the user set stdin and stdout */
90 bytes=fread(buffer,1,4096,stdin);
177 bytes=fread(buffer,1,4096,stdin);
286 bytes=fread(buffer,1,4096,stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Dcdjpeg.c144 * Routines to establish binary I/O mode for stdin and stdout.
151 FILE * input_file = stdin;
154 setmode(fileno(stdin), O_BINARY);
157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
158 fprintf(stderr, "Cannot reopen stdin\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Ddlltest.c132 if((fn_r == NULL && (BZ2fp_r = BZ2_bzdopen(fileno(stdin),"rb"))==NULL)
153 fp_r = stdin;
168 if(fp_r!=stdin)fclose(fp_r);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dexpand.c169 /* If no args are given, read from stdin */
184 file = stdin;
198 /* If stdin also clear EOF */
199 if (file == stdin)
203 /* Now close stdin also */
205 if (fclose(stdin))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/expat-2.0.1/examples/
H A Delements.c53 int len = (int)fread(buf, 1, sizeof(buf), stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr018/
H A Dt.c15 if (freopen(f, "r", stdin) == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/eay/
H A Dbase64.c24 i=fread(buf,1,512,stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/eay/
H A Dbase64.c24 i=fread(buf,1,512,stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/include/
H A Dof1275.h32 int ofstdio(ihandle *stdin, ihandle *stdout, ihandle *stderr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/auth/crackcheck/
H A Dcrackcheck.c18 fprintf(stderr, " The password is expected to be given via stdin.\n\n");
46 password = fgets(f, sizeof(f), stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dfile.c165 _setmode(_fileno(stdin), _O_BINARY);
168 setmode(_fileno(stdin), _O_BINARY);
170 setmode(fileno(stdin), O_BINARY);
173 return stdin;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/mod/
H A Dmk_elfconfig.c15 if (fread(ei, 1, EI_NIDENT, stdin) != EI_NIDENT) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dfore200e_mkfirm.c18 char* default_infname = "<stdin>";
92 infile = stdin;
146 if (infile != stdin)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/fips/dsa/
H A Dfips_dssvs.c91 while(fgets(buf,sizeof buf,stdin) != NULL)
111 while(fgets(buf,sizeof buf,stdin) != NULL)
148 while(fgets(buf,sizeof buf,stdin) != NULL)
183 while(fgets(buf,sizeof buf,stdin) != NULL)
226 while(fgets(buf,sizeof buf,stdin) != NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Drun.c35 (may also take input data from stdin)
170 /* take any data from stdin */
187 line=setup_line(stdin);
201 if(get_line_value(stdin,vec+j)){
208 line=setup_line(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzpipe.c146 if (ferror(stdin))
147 fputs("error reading stdin\n", stderr);
165 /* compress or decompress from stdin to stdout */
172 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
180 ret = inf(stdin, stdout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dzpipe.c146 if (ferror(stdin))
147 fputs("error reading stdin\n", stderr);
165 /* compress or decompress from stdin to stdout */
172 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
180 ret = inf(stdin, stdout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A Dtestacl.c32 fgets(temp, sizeof(temp), stdin);
45 fgets(temp, sizeof(temp), stdin);
58 fgets(temp, sizeof(temp), stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dquery.c59 if (fgets(input, sizeof(input), stdin) == NULL) {
61 if (ferror(stdin)) {
63 "error occurred reading from stdin");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dgetsmbpass.c113 If we can't open the terminal, use stderr and stdin. */
117 in = stdin;
164 if (in != stdin) /* We opened the terminal; now close it. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/examples/spoolss/
H A Dpsec.py56 lines = sys.stdin.readlines()
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/ubiqx/
H A Ddebugparse.c255 * Samba log file from stdin and prints parsing info to stdout.
268 while( fgets( bufr, DBG_BSIZE, stdin ) )

Completed in 283 milliseconds

1234567891011>>