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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/
H A Dconfig.status542 - | *:- | *:-:* ) # input from stdin
543 cat >$tmp/stdin
676 -) echo $tmp/stdin ;;
726 rm -f $tmp/stdin
757 - | *:- | *:-:* ) # input from stdin
758 cat >$tmp/stdin
774 -) echo $tmp/stdin ;;
H A Dconfigure4994 - | *:- | *:-:* ) # input from stdin
4995 cat >$tmp/stdin
5128 -) echo $tmp/stdin ;;
5175 rm -f $tmp/stdin
5208 - | *:- | *:-:* ) # input from stdin
5209 cat >$tmp/stdin
5225 -) echo $tmp/stdin ;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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)) {
H A Dcommands_admin.c56 while (fgets(buffer, sizeof(buffer), stdin)) {
84 if (!fgets(buffer, sizeof(buffer), stdin))
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzip2.c189 /*-- source modes; F==file, I==stdin, O==stdout --*/
532 if (zStream != stdin) fclose(zStream);
625 if (zStream != stdin) fclose(zStream);
1147 copyFileName ( inName, (Char*)"(stdin)" );
1228 inStr = stdin;
1331 copyFileName ( inName, (Char*)"(stdin)" );
1414 inStr = stdin;
1416 if ( isatty ( fileno ( stdin ) ) ) {
1525 case SM_I2O: copyFileName ( inName, (Char*)"(stdin)" ); break;
1557 if ( isatty ( fileno ( stdin ) ) ) {
[all...]
H A Dbzlib.c1422 fp = (writing ? stdout : stdin);
1447 if (fp != stdin && fp != stdout) fclose(fp);
1458 case path="" or NULL => use stdin or stdout.
1529 if(fp!=stdin && fp!=stdout){
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfig.status1447 -) ac_f="$tmp/stdin";;
1482 *:-:* | *:-) cat >"$tmp/stdin" \
1618 rm -f "$tmp/stdin"
H A Dconfigure38652 -) ac_f="$tmp/stdin";;
38687 *:-:* | *:-) cat >"$tmp/stdin" \
38829 rm -f "$tmp/stdin"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcurlx.c103 " -in arg - input file (request)- default stdin",
355 BIO_set_fp(in,stdin,BIO_NOCLOSE|BIO_FP_TEXT);
H A Dsimplesmtp.c64 curl_easy_setopt(curl, CURLOPT_READDATA, stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcookie.c731 fp = stdin;
H A Dformdata.c1159 stdin:fopen(file->contents, "rb"); /* binary read for win32 */
1168 if(fileread != stdin) {
1175 /* When uploading from stdin, we can't know the size of the file,
H A Durl.c656 set->in = stdin; /* default input from stdin */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/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...]
H A Dtool_main.h32 # define STDIN_FILENO fileno(stdin)
H A Dtool_operate.c680 "Using --anyauth or --proxy-anyauth with upload from stdin"
688 set_binmode(stdin);
H A Dtool_parsecfg.c119 file = stdin;
207 filename = (char *)"<stdin>";
221 if(file != stdin)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dfake_ntlm.c227 while(fgets(buf, sizeof(buf), stdin)) {
H A Dsockfilt.c282 logmsg("got 0 reading from stdin");
341 * read_stdin tries to read from stdin nbytes into the given buffer. This is a
349 ssize_t nread = fullread(fileno(stdin), buffer, nbytes);
468 FD_SET(fileno(stdin), &fds_read);
488 maxfd = 0; /* stdin */
543 if(FD_ISSET(fileno(stdin), &fds_read)) {
544 /* read from stdin, commands/data to be dealt with and possibly passed on
562 logmsg("Received %c%c%c%c (on stdin)",
H A Dtestpart.c45 rc = getpart(&part, &partlen, argv[1], argv[2], stdin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dip.c99 if (freopen(name, "r", stdin) == NULL) {
111 while (getcmdline(&line, &len, stdin) != -1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Darpd.c686 fp = stdin;
723 if (fp != stdin)
H A Dss.c2619 filter_fp = stdin;

Completed in 457 milliseconds

1234567891011>>