/titanic_41/usr/src/tools/scripts/ |
H A D | check_rtime.pl | 213 foreach my $Line (@Elf) { 217 if (($Line =~ /invalid file/) || 218 ($Line =~ /\Q$FullPath\E(.*):/)) { 223 if ($Line =~ /^ELF Header/) { 228 if ($Line =~ /^Program Header/) { 234 if ($Line =~ /^Dynamic Section/) { 241 if (($Header eq 'Ehdr') && ($Line =~ /e_machine:/)) { 243 $IsX86 = 1 if $Line =~ /(EM_AMD64|EM_386)/; 248 ($Line =~ /\[ PF_X\s+PF_W\s+PF_R \]/)) { 255 ($Line =~ /\[ PT_LOAD \]/ && $RWX && $IsX86)) { [all …]
|
H A D | interface_cmp.pl | 89 my $Line; 124 while ($Line = onbld_elfmod::GetLine(\*EFILE, \$LineNum)) { 127 $Line =~ s/MACH\(([^)]+)\)/$1(\/amd64|\/sparcv9)?/g; 129 if ($Line =~ /^DELSYM\s+/) { 131 split(/\s+/, $Line, 4); 136 if ($Line =~ /^ADDSYM\s+/) { 138 split(/\s+/, $Line, 4); 143 if ($Line =~ /^EMPTY_TOPVERSION\s+/) { 144 my ($item, $ver_re, $obj_re) = split(/\s+/, $Line, 3); 151 "line $LineNum: $Line\n"); [all …]
|
H A D | interface_check.pl | 156 foreach my $Line (split(/\n/, `pvs -don $FullPath 2>&1`)) { 157 $Line =~ s/^.*-\s*(.*);/$1/; 158 $TopVer{$Line} = 1; 180 foreach my $Line (split(/\n/, `pvs -dos $FullPath 2>&1`)) { 181 my($Ver) = $Line; 269 foreach my $Line (split(/\n/, `pvs -dv $FullPath 2>&1`)) { 271 next if ($Line =~ /\[BASE\]/); 276 my $InheritVers = ($Line =~ /(\{.*\});$/) ? "\t$1" : ''; 279 $Line =~ s/^\s*([^;: ]*).*/$1/; 290 my @Cat = onbld_elfmod_vertype::Category($Line, $soname); [all …]
|
H A D | onbld_elfmod.pm | 131 my $Line; 176 while ($Line = onbld_elfmod::GetLine(\*EFILE, \$LineNum)) { 178 $Line =~ s/MACH\(([^)]+)\)/$1(\/amd64|\/sparcv9)?/; 184 if ($Line =~ /^\s*([^\s]+)\s+(.*)$/i) { 202 "line $LineNum: $Line\n"); 314 my $Line; 316 while ($Line = <CDDL>) { 317 $out = 1 if ($Line =~ /^\# CDDL HEADER START/); 319 print $fh $Line if $out; 320 last if ($Line =~ /^\# CDDL HEADER END/);
|
H A D | find_elf.pl | 117 foreach my $Line (@Elf) { 121 if (($Line =~ /invalid file/) || 122 ($Line =~ /$path(.*):/)) { 127 if ($Line =~ /^ELF Header/) { 132 if ($Line =~ /^Dynamic Section/) { 138 if ($Line =~ /e_type:\s*ET_([^\s]+)/) { 142 if ($Line =~ /ei_class:\s+ELFCLASS(\d+)/) { 150 ($Line =~ /^\s*\[\d+\]\s+VERDEF\s+/)) {
|
/titanic_41/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | valid_srecord.c | 62 static char Line[ADM_LINE_SIZE]; in ADM_Valid_srecord() local 68 if (fgets(Line, ADM_LINE_SIZE, FilePtr) == NULL) in ADM_Valid_srecord() 73 if (strlen(Line) < 4) in ADM_Valid_srecord() 77 if ((Line[0] != 'S') || (Line[1] < '0') || (Line[1] > '9')) in ADM_Valid_srecord() 81 SrecordLength = ADM_string_to_long(Line+2, 2); in ADM_Valid_srecord() 82 if (SrecordLength > ((strlen(Line) - 4) / 2)) in ADM_Valid_srecord() 86 CurrentChar = &Line[2]; /* Skip s-record header */ in ADM_Valid_srecord()
|
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 74 static int Line; variable 316 Line = 1; in yylex() 374 outfl(O_DIE, File, Line, in yylex() 392 Line = 0; in yylex() 396 Line = Line * 10 + c - '0'; in yylex() 398 Line--; /* newline will increment it */ in yylex() 402 outfl(O_DIE, File, Line, in yylex() 409 outfl(O_DIE, File, Line, in yylex() 428 Line++; in yylex() 442 outfl(O_DIE, File, Line, "unexpected EOF"); in yylex() [all …]
|
/titanic_41/usr/src/uts/intel/io/acpica/utilities/ |
H A D | uttrack.c | 77 UINT32 Line); 84 UINT32 Line); 146 UINT32 Line) in AcpiUtAllocateAndTrack() argument 156 ACPI_WARNING ((Module, Line, in AcpiUtAllocateAndTrack() 166 ACPI_WARNING ((Module, Line, in AcpiUtAllocateAndTrack() 173 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack() 215 UINT32 Line) in AcpiUtAllocateZeroedAndTrack() argument 225 ACPI_WARNING ((Module, Line, in AcpiUtAllocateZeroedAndTrack() 236 ACPI_ERROR ((Module, Line, in AcpiUtAllocateZeroedAndTrack() 242 ACPI_MEM_CALLOC, Component, Module, Line); in AcpiUtAllocateZeroedAndTrack() [all …]
|
/titanic_41/usr/src/cmd/sgs/lari/ |
H A D | lari.pl | 429 for my $Line (@Ldd) { 430 if ($Line =~ /^usage: ldd/) { 435 if ($Line =~ /not found/) { 482 for my $Line (@Ldd) { 483 if ($Line =~ /not found/) { 484 print STDOUT "$Line\n"; 530 while (defined(my $Line = <$FileHandle>)) { 531 chomp($Line); 534 if ($Line =~ /^.*: file=(.*); analyzing .*/) { 540 if ($Line =~ /: binding file=.* to file=/) { [all …]
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | expand.sh | 23 print -u2 -r ${Command}[$Line]: "$@" 34 integer Line=$LINENO+1 100 do ((Line++))
|
/titanic_41/usr/src/cmd/logadm/ |
H A D | err.c | 58 static int Line; variable 67 Line = line; in err_fileline() 115 (void) fprintf(stderr, "%s line %d: ", File, Line); in err() 118 "%s line %d: ", File, Line); in err()
|
/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | acoutput.h | 327 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument 331 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \ 335 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \ argument 336 ACPI_DO_DEBUG_PRINT (AcpiDebugPrint, Level, Line, \ 339 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \ argument 340 ACPI_DO_DEBUG_PRINT (AcpiDebugPrintRaw, Level, Line, \
|
H A D | acutils.h | 946 UINT32 Line); 953 UINT32 Line); 960 UINT32 Line);
|
/titanic_41/usr/src/cmd/more/ |
H A D | more.c | 189 char Line[LINSIZ]; /* Line buffer */ variable 522 prbuf (Line, length); in screen() 736 p = Line; in getaline() 744 while (p < &Line[LINSIZ - 1]) { in getaline() 747 if (p > Line) { in getaline() 749 *length = p - Line; in getaline() 752 *length = p - Line; in getaline() 758 if (p>Line && p[-1] == '\r') { in getaline() 774 for (--p; column & 7 && p < &Line[LINSIZ - 1]; column++) { in getaline() 805 *length = p - Line; in getaline() [all …]
|
/titanic_41/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode_test.c | 61 static int Line; variable 72 (void) fprintf(stderr, "%s: %s:%d ", Myname, Dict, Line); in err() 348 Line = 0; in testdict() 357 Line++; in testdict()
|
/titanic_41/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | versions.c | 54 static int Line; variable 116 Line = 0; in parse_versions() 565 ++Line; in nexttok() 566 seterrline(Line, Filename, "", line); in nexttok()
|
/titanic_41/usr/src/cmd/pr/ |
H A D | pr.c | 160 static int Line; variable 688 for (Line = Margin / 2; ; (void) get(0)) { in putpage() 734 if (Dblspace == 2 && Line < Plength) in putpage() 736 if (Line >= Plength) in putpage() 742 while (Line < Length) in putpage() 756 for (Line = Margin / 2; ; (void) get(0)) { in foldpage() 853 if (Dblspace == 2 && Line < Plength) in foldpage() 855 if (Line >= Plength) in foldpage() 860 else while (Line < Length) in foldpage() 1225 ++Line; in put()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | dpost.h | 132 } Line; typedef
|
/titanic_41/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/ |
H A D | emu10k1.mac | 37 .input IN_LINE2_L 8 // LiveDrive (Line/Mic In 1) 41 .input IN_AUX2_L 12 // LiveDrive (Line/Mic 2) 94 // AC'97 (includes Line-In, analog CD, and Mic)
|
H A D | emu10k2.mac | 95 // AC'97 (includes Line-In, analog CD, and Mic)
|
/titanic_41/usr/src/cmd/pg/ |
H A D | pg.c | 163 static char Line[LINSIZ+2]; variable 468 (void) fputs(Line, stdout); 1273 if (step(Line, expbuf)) 1436 (void) strncpy(Line, multic, (size_t)savlength); 1437 for (column = 0, p = Line + savlength; ; ) { 1440 if (p > Line) { /* last line doesn't have '\n', */ 1457 if (p + length > &Line[LINSIZ - 2] && c != '\n')
|
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | symtab.c | 82 int Line; member 122 Symtab.Line = line; /* Set, don't clear. */ in symtab_new_function() 323 Symtab.Line = val; in symtab_set_line() 330 return (Symtab.Line); in symtab_get_line()
|
/titanic_41/usr/src/cmd/Adm/sun/ |
H A D | passwd | 6 lp:x:71:8:Line Printer Admin:/usr/spool/lp:
|
/titanic_41/usr/src/cmd/vi/misc/ |
H A D | del.h.cb | 59 ** New Line delays
|
/titanic_41/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 561 struct Line { struct 672 struct Line line;
|