Searched refs:STDIN (Results 26 - 50 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-passwd96 system "/bin/stty -echo" if (-t STDIN);
97 chomp($oldpass=<STDIN>);
98 system "/bin/stty echo" if (-t STDIN);
145 system "/bin/stty -echo" if (-t STDIN);
146 chomp($pass=<STDIN>);
147 system "/bin/stty echo" if (-t STDIN);
151 system "/bin/stty -echo" if (-t STDIN);
152 chomp($pass2=<STDIN>);
153 system "/bin/stty echo" if (-t STDIN);
H A Dconfigure.pl64 chomp(my $config_smb=<STDIN>);
82 chomp($conf_dir_tmp=<STDIN>);
164 chomp(my $get=<STDIN>);
183 chomp(my $get=<STDIN>);
H A Dsmbldap-useradd270 chomp($pass=<STDIN>);
276 chomp($pass2=<STDIN>);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dezusb_convert.pl15 while (<STDIN>) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A DCA.pl103 $FILE = <STDIN>;
H A DCA.pl.in103 $FILE = <STDIN>;
H A Dtsget161 # Read the request from STDIN;
162 $body = <STDIN>;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/maurice/
H A Dexample2.c25 #define STDIN 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A DCA.pl103 $FILE = <STDIN>;
H A DCA.pl.in103 $FILE = <STDIN>;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.pl103 $FILE = <STDIN>;
H A DCA.pl.in103 $FILE = <STDIN>;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dasingle.c31 #ifndef STDIN
32 # define STDIN "-" macro
70 if ( strcmp( singlefile, STDIN ) == 0 ) {
101 if (( strcmp( single.path, STDIN ) != 0 ) &&
H A Dmacbin.c39 #ifndef STDIN
40 # define STDIN "-" macro
41 #endif /* STDIN */
94 if ( strcmp( binfile, STDIN ) == 0 ) {
154 if (( strcmp( bin.path, STDIN ) != 0 ) &&
H A Dmegatron.c179 if ( strcmp( path, STDIN ) != 0 ) {
303 return( megatron( STDIN, module, newname, flags ));
H A Dhqx.c40 #ifndef STDIN
41 # define STDIN "-" macro
42 #endif /* ! STDIN */
111 if ( strcmp( hqxfile, STDIN ) == 0 ) {
161 if (( strcmp( hqx.path, STDIN ) != 0 ) && ( unlink( hqx.path ) < 0 )) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/tools/
H A Dmrlg.cgi124 #read STDIN
125 read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A Dcheckstack.pl101 while (my $line = <STDIN>) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcheckstack.pl115 while (my $line = <STDIN>) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dmkhelp.pl51 while (<STDIN>) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/contrib/dynamic-dnsmasq/
H A Ddynamic-dnsmasq.pl58 my $resp = <STDIN>;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/pngminus/
H A Dpng2pnm.c33 #define STDIN 0 macro
135 setmode (STDIN, O_BINARY);
H A Dpnm2png.c32 #define STDIN 0 macro
134 setmode (STDIN, O_BINARY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msdos/
H A Dutilsdos.cpp430 const int STDIN = 0; local
434 wxRedirectableFd in(STDIN), out(STDOUT), err(STDERR);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpsorder.c89 if ( strcmp( inputfile, STDIN ) != 0 ) {
551 return( psorder( STDIN ));

Completed in 217 milliseconds

123