HomeSort by relevance Sort by last modified time
    Searched refs:line (Results 1 - 6 of 6) sorted by null

  /livemedia/livemedia/
rev_file.pl 35 while (my $line=<PKGS>) {
36 chomp($line);
37 $buf = "$line\n$buf";
proc_toc.pl 39 while (my $line=<TOC>) {
40 chomp($line);
41 $lines[++$#lines] = $line;
83 for $line (@lines) {
86 if ($line =~ /=$name$/) {
87 ($tag, $value) = split(/=/, $line);
98 die "Invalid entry $line";
103 if ($line =~ /^END/) {
106 } elsif ($line =~ /SUNW_CSRMEMBER=/) {
107 ($tag, $value) = split(/=/,$line);
    [all...]
proc_slist.pl 42 while (my $line=<LST>) {
44 chomp($line);
45 my @entry = split(/ /, $line);
60 my $lstent = "1 $ucount $line";
101 while ($line=<PRE>) {
102 print $line;
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/Net/
tcpstat.d 50 LINES = 20; line = 0;
56 profile:::tick-1sec { line--; }
59 /line <= 0 /
64 line = LINES;
udpstat.d 50 LINES = 20; line = 0;
56 profile:::tick-1sec { line--; }
59 /line <= 0 /
64 line = LINES;
  /livemedia/livemedia/packages/dtracetoolkit/opt/DTT/
errinfo 62 # Command line arguments
75 while (chomp($line = <ERRNO>)) {
76 next unless $line =~ /^#define/;
77 ($errno,$desc) = $line =~ /^#define\s+\S+\s+(\d+)\s+\/\*(.*)\*\//;
133 while (chomp($line = <DTRACE>)) {
143 ($execname,$syscall,$errno,$counts) = split(' ',$line);
149 ### Print output line

Completed in 57 milliseconds