Searched refs:stdin (Results 101 - 125 of 377) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Drdjpgcom.c495 /* default input file is stdin */
497 setmode(fileno(stdin), O_BINARY);
500 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
501 fprintf(stderr, "%s: can't open stdin\n", progname);
505 infile = stdin;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dminigzip.c301 SET_BINARY_MODE(stdin);
304 file = gzdopen(fileno(stdin), "rb");
305 if (file == NULL) error("can't gzdopen stdin");
310 gz_compress(stdin, file);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dminigzip.c301 SET_BINARY_MODE(stdin);
304 file = gzdopen(fileno(stdin), "rb");
305 if (file == NULL) error("can't gzdopen stdin");
310 gz_compress(stdin, file);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A Dtestsmbc.c40 fgets(temp, sizeof(temp), stdin);
48 fgets(temp, sizeof(temp), stdin);
56 fgets(temp, sizeof(temp), stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c284 * Perform a UUCP-dialer-like chat script on stdin and stdout.
555 fatal(2, "Can't get file mode flags on stdin: %m");
558 fatal(2, "Can't set file mode flags on stdin: %m");
569 fatal(2, "Can't get file mode flags on stdin: %m");
572 fatal(2, "Can't set file mode flags on stdin: %m");
1239 msgf("warning: read() on stdin returned %d", status);
1243 fatal(2, "Can't get file mode flags on stdin: %m");
1246 fatal(2, "Can't set file mode flags on stdin: %m");
1271 fatal(2, "Can't get file mode flags on stdin, %m");
1274 fatal(2, "Can't set file mode flags on stdin
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Dmain.c683 dup2 (sock, fileno (stdin));
808 setsockopt (fileno (stdin), SOL_SOCKET, SO_OOBINLINE, (void *) &i,
810 setsockopt (fileno (stdin), SOL_SOCKET, SO_KEEPALIVE, (void *) &i,
850 getsockname (fileno (stdin), (struct sockaddr *) &name, &my_length);
888 while (fgets (str, sizeof (str), stdin))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/editors/
H A Ded.c94 if (fgets(buf, sizeof(buf), stdin) == NULL)
108 len = fgetc(stdin);
244 fgets(buf, sizeof(buf), stdin);
600 while (fgets(buf, sizeof(buf), stdin)) {
612 len = fgetc(stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/tools/
H A D8bit_tab_to_h.c94 c = getc(stdin);
95 ungetc(c,stdin);
101 c = getc(stdin);
107 do { c = getc(stdin); } while (!(c == EOF || c == '\n'));
110 ungetc(c,stdin);
113 do { c = getc(stdin); } while (c == ' ' || c == '\t');
115 ungetc(c,stdin);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am_conf/
H A Dlogrec.cs60 if (fgets(buf, sizeof(buf), stdin) == NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestURI.c101 if (fgets (&str[0], sizeof (str) - 1, stdin) == NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dgetpass.c98 If we can't open the terminal, use stderr and stdin. */
103 in = stdin;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dnseq.c114 } else in = BIO_new_fp(stdin, BIO_NOCLOSE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/boot/
H A Dbtfixupprep.c114 while (fgets (buffer, 1024, stdin) != NULL)
120 while (fgets (buffer, 1024, stdin) != NULL)
131 if (fgets (buffer, 1024, stdin) == NULL)
133 while (fgets (buffer, 1024, stdin) != NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmcat.c146 stdin)) > 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dnseq.c114 } else in = BIO_new_fp(stdin, BIO_NOCLOSE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/rt-tester/
H A Drt-tester.py71 print " otherwise from stdin"
130 fd = sys.stdin
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Duudecode.c132 FILE *src_stream = stdin;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Ddc.c203 /* take stuff from stdin if no args are given */
209 while ((line = xmalloc_getline(stdin))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dmore.c96 file = stdin;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/MISC/VMS/
H A Dvms-code.c82 if (!freopen(name[IN_FD], mode[IN_FD], stdin))
83 lerrsf("failed to redirect `stdin' from \"%s\"", name[IN_FD]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_idmap.c176 Write entries from stdin to current local idmap
185 while (!feof(stdin)) {
192 if (fgets(line, sizeof(line)-1, stdin) == NULL)
295 "\n Restore entries from stdin to current local idmap\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dseeking_example.c23 #ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
86 #ifdef _WIN32 /* We need to set stdin/stdout to binary mode. Damn windows. */
87 _setmode( _fileno( stdin ), _O_BINARY );
91 /* open the file/pipe on stdin */
92 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_getparam.c915 /* a '@' letter, it means that a file name or - (stdin) follows */
918 file = stdin;
919 set_binmode(stdin);
931 if(file && (file != stdin))
979 or - (stdin) follows */
983 file = stdin;
985 set_binmode(stdin);
1003 if(file && (file != stdin))
1472 /* "-" equals stdin, but keep the string around for now */
1541 or - (stdin) follow
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_cuesheet.c123 f = stdin;
134 if(f != stdin)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dtc.c219 if (freopen(name, "r", stdin) == NULL) {
234 while (getcmdline(&line, &len, stdin) != -1) {

Completed in 243 milliseconds

1234567891011>>