Searched refs:STDIN (Results 1 - 25 of 47) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dextract-section.pl3 while(<STDIN>) {
H A Dextract-names.pl4 while(<STDIN>) {
H A Dclean-depend.pl7 while(<STDIN>) {
15 while(<STDIN>) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dbase64.pl6 while(read(STDIN, $buf, 60*57)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/psorder/
H A Dpsorder.h26 #ifndef STDIN
27 # define STDIN "-" macro
28 #endif /* ! STDIN */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A DVMSify-conf.pl9 while(<STDIN>) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Dunroll.pl11 while ( defined($line = <STDIN>) ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/VMS/
H A DVMSify-conf.pl9 while(<STDIN>) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/printer-accounting/
H A Dhp5-redir20 = stat(STDIN);
25 while (sysread(STDIN, $buf, 10240)) {
H A Dlp-acct20 = stat(STDIN);
23 while (sysread(STDIN, $buf, 10240)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dextract-names.pl4 while(<STDIN>) {
H A Dclean-depend.pl7 while(<STDIN>) {
15 while(<STDIN>) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/demos/maurice/
H A Dexample4.c16 #define STDIN 0 macro
55 int readlen = read(STDIN, buf, sizeof(buf));
89 int readlen = read(STDIN, buf, sizeof(buf));
H A Dexample1.c29 #define STDIN 0 macro
104 readlen = read(STDIN, buf, sizeof(buf));
147 read(STDIN, &ekeylen, sizeof(ekeylen));
165 read(STDIN, encryptKey, ekeylen);
166 read(STDIN, iv, sizeof(iv));
176 int readlen = read(STDIN, ebuf, sizeof(ebuf));
H A Dexample3.c16 #define STDIN 0 macro
65 int readlen = read(STDIN, buf, sizeof(buf));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A Dexample4.c16 #define STDIN 0 macro
55 int readlen = read(STDIN, buf, sizeof(buf));
89 int readlen = read(STDIN, buf, sizeof(buf));
H A Dexample1.c29 #define STDIN 0 macro
104 readlen = read(STDIN, buf, sizeof(buf));
147 read(STDIN, &ekeylen, sizeof(ekeylen));
165 read(STDIN, encryptKey, ekeylen);
166 read(STDIN, iv, sizeof(iv));
176 int readlen = read(STDIN, ebuf, sizeof(ebuf));
H A Dexample3.c16 #define STDIN 0 macro
65 int readlen = read(STDIN, buf, sizeof(buf));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/tools/
H A Dzc.pl72 print "\nZEBRA interactive console ($port)\n\n" if -t STDIN;
77 print $prompt if -t STDIN;
81 print "\n" if -t STDIN;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtty.c80 #define restore_tty(a) stty(STDIN,a)
83 #define STDIN ttyfd macro
132 gtty (STDIN, &in_orig);
144 /* Change STDIN settings to raw */
146 gtty (STDIN, &in_raw);
155 stty (STDIN, &in_raw);
162 stty (STDIN, &in_raw);
165 discard_input(STDIN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-userinfo57 system "stty -echo" if (-t STDIN);
58 chomp($pass=<STDIN>);
59 system "stty echo" if (-t STDIN);
135 $new{'shell'} = readline(*STDIN);
137 $new{'name'} = readline(*STDIN);
139 $new{'office'} = readline(*STDIN);
141 $new{'wphone'} = readline(*STDIN);
143 $new{'hphone'} = readline(*STDIN);
145 $new{'other'} = readline(*STDIN);
H A Dsmbldap-passwd95 system "stty -echo" if (-t STDIN);
96 chomp($oldpass=<STDIN>);
97 system "stty echo" if (-t STDIN);
130 system "stty -echo" if (-t STDIN);
131 chomp($pass=<STDIN>);
132 system "stty echo" if (-t STDIN);
136 system "stty -echo" if (-t STDIN);
137 chomp($pass2=<STDIN>);
138 system "stty echo" if (-t STDIN);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dresidue_entropy24 while (<STDIN>) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dmegatron.h10 #ifndef STDIN
11 # define STDIN "-" macro
12 #endif /* ! STDIN */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
H A Dezusb_convert.pl15 while (<STDIN>) {

Completed in 134 milliseconds

12