Lines Matching refs:line

37 # You may optionally specify port on the command line, otherwise it'll
338 "line $lcaller. Due to eXsysread() failure\n";
362 "line $lcaller. Due to eXsysread() failure\n";
383 "line $lcaller. $srvrname server, sysread error: $!\n";
398 "line $lcaller. $srvrname server, read zero\n";
680 my $line;
682 while (5 == ($nr = sysread DREAD, $line, 5)) {
683 if($line eq "DATA\n") {
693 read_datasockf(\$line, $size);
697 elsif($line eq "DISC\n") {
701 elsif($line eq "ACKD\n") {
706 logmsg "Ignoring: $line";
950 my $line;
954 while (5 == (sysread \*SFREAD, $line, 5)) {
955 if($line eq "DATA\n") {
965 read_mainsockf(\$line, $size);
968 print $file $line if(!$nosave);
970 $raw .= $line;
983 elsif($line eq "DISC\n") {
990 logmsg "No support for: $line";
1301 my $line;
1302 while(5 == (sysread \*SFREAD, $line, 5)) {
1303 if($line eq "DATA\n") {
1304 sysread \*SFREAD, $line, 5;
1307 if($line =~ /^([0-9a-fA-F]{4})\n/) {
1311 read_mainsockf(\$line, $chunksize);
1318 print $file substr($line, 0, $datasize) if(!$nosave);
1319 $line = substr($line, $datasize);
1327 if($received == $size && $line eq "\r\n") {
1331 elsif($line eq "DISC\n") {
1337 logmsg "No support for: $line";
2430 my $line;
2433 while (5 == (sysread DREAD, $line, 5)) {
2434 if($line eq "DATA\n") {
2443 read_datasockf(\$line, $size);
2448 print $file $line if(!$nosave);
2451 elsif($line eq "DISC\n") {
2458 logmsg "No support for: $line";
2676 "(bad PORT-line: $arg)\n";
2687 "(bad EPRT-line: $arg)\n";
2972 # Parse command line options
3072 # Initialize command line option dependent variables
3236 # IMAP is different with its identifier first on the command line