Searched refs:stdin (Results 1 - 25 of 381) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dfclose_nonstdin.c11 * of '-' for stdin, according to SUSv3. So we encapsulate the check
19 if (f != stdin) {
H A Dwfopen_input.c11 * is a command line arg. Since often that arg is '-' (meaning stdin),
14 * Note: we also consider "" to mean stdin (for 'cmp' at least).
21 FILE *fp = stdin;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_main.h32 # define STDIN_FILENO fileno(stdin)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/of1275/
H A Dofstdio.c14 ofstdio(ihandle *stdin, ihandle *stdout, ihandle *stderr) argument
23 if (getprop(chosen, "stdin", &in, sizeof(in)) != 4)
26 *stdin = in;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr010/
H A Dchk.str24 spell | sort -u | comm -23 /dev/stdin spell.ok > $t1
34 spell | sort -u | comm -23 /dev/stdin spell.ok | tee /tmp/f/1 > $t1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dcryptpw.c25 puts(pw_encrypt(argv[optind] ? argv[optind] : xmalloc_getline(stdin), salt));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dgentranslit.c69 c = getc(stdin);
73 do { c = getc(stdin); } while (!(c == EOF || c == '\n'));
76 ungetc(c,stdin);
79 c = getc(stdin);
83 c = getc(stdin);
100 int cc = getc(stdin);
111 do { c = getc(stdin); } while (!(c == EOF || c == '\n'));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tools/
H A Dcjk_variants.c68 c = getc(stdin);
72 do { c = getc(stdin); } while (!(c == EOF || c == '\n'));
75 ungetc(c,stdin);
78 c = getc(stdin);
89 c = getc(stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dencoder_example.c18 /* takes a stereo 16bit 44.1kHz WAV file from stdin and encodes it into
30 #ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
62 /* this also lets the user set stdin and stdout */
69 #ifdef _WIN32 /* We need to set stdin/stdout to binary mode. Damn windows. */
74 _setmode( _fileno( stdin ), _O_BINARY );
84 for (i=0, founddata=0; i<30 && ! feof(stdin) && ! ferror(stdin); i++)
86 fread(readbuffer,1,2,stdin);
90 fread(readbuffer,1,6,stdin);
182 long bytes=fread(readbuffer,1,READ*4,stdin); /* stere
[all...]
H A Dchaining_example.c22 #ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
31 #ifdef _WIN32 /* We need to set stdin to binary mode. Damn windows. */
34 _setmode( _fileno( stdin ), _O_BINARY );
37 /* open the file/pipe on stdin */
38 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dfile-list.c47 fp = stdin;
88 if (fp != stdin)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A Dtestall14 --stdin )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dtestpart.c45 rc = getpart(&part, &partlen, argv[1], argv[2], stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/include/
H A Dnonstdio.h14 extern FILE *stdin, *stdout;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dnonstdio.h4 #define stdin xmon_stdin macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/debianutils/
H A Dpipe_progress.c14 /* Read a block of data from stdin, write it to stdout.
24 while ((len = fread(buf, 1, PIPE_PROGRESS_SIZE, stdin)) > 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/fastwc/
H A Dmywc.c9 FILE *f = stdin;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/examples/
H A Doutline.c87 len = (int)fread(Buff, 1, BUFFSIZE, stdin);
88 if (ferror(stdin)) {
92 done = feof(stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_grabbag/cuesheet/
H A Dmain.c45 fin = stdin;
52 if(fin != stdin)
57 if(fin != stdin)
84 if(fin != stdin)
89 if(fin != stdin)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dsimplesmtp.c64 curl_easy_setopt(curl, CURLOPT_READDATA, stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/lhash/
H A Dlh_test.c76 fgets(buf,256,stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio_lcl.h5 #define UP_stdin stdin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/lhash/
H A Dlh_test.c76 fgets(buf,256,stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dharddog_user.c16 int stdin; member in struct:dog_data
25 dup2(data->stdin, 0);
28 os_close_file(data->stdin);
56 data.stdin = out_fds[0];
H A Dslirp_user.c26 int stdin; member in struct:slirp_pre_exec_data
34 if(data->stdin != -1) dup2(data->stdin, 0);
43 pe_data.stdin = fd;

Completed in 191 milliseconds

1234567891011>>