/illumos-gate/usr/src/tools/scripts/ |
H A D | check_rtime.pl | 222 foreach my $Line (@Elf) { 226 if (($Line =~ /invalid file/) || 227 ($Line =~ /\Q$FullPath\E(.*):/)) { 232 if ($Line =~ /^ELF Header/) { 237 if ($Line =~ /^Program Header/) { 243 if ($Line =~ /^Dynamic Section/) { 250 if (($Header eq 'Ehdr') && ($Line =~ /e_machine:/)) { 252 $IsX86 = 1 if $Line =~ /(EM_AMD64|EM_386)/; 257 ($Line =~ /\[ PF_X\s+PF_W\s+PF_R \]/)) { 264 ($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/);
|
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | valid_srecord.c | 60 static char Line[ADM_LINE_SIZE]; in ADM_Valid_srecord() local 66 if (fgets(Line, ADM_LINE_SIZE, FilePtr) == NULL) in ADM_Valid_srecord() 71 if (strlen(Line) < 4) in ADM_Valid_srecord() 75 if ((Line[0] != 'S') || (Line[1] < '0') || (Line[1] > '9')) in ADM_Valid_srecord() 79 SrecordLength = ADM_string_to_long(Line+2, 2); in ADM_Valid_srecord() 80 if (SrecordLength > ((strlen(Line) - 4) / 2)) in ADM_Valid_srecord() 84 CurrentChar = &Line[2]; /* Skip s-record header */ in ADM_Valid_srecord()
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 80 static int Line; variable 322 Line = 1; in yylex() 380 outfl(O_DIE, File, Line, in yylex() 398 Line = 0; in yylex() 402 Line = Line * 10 + c - '0'; in yylex() 404 Line--; /* newline will increment it */ in yylex() 408 outfl(O_DIE, File, Line, in yylex() 415 outfl(O_DIE, File, Line, in yylex() 434 Line++; in yylex() 448 outfl(O_DIE, File, Line, "unexpected EOF"); in yylex() [all …]
|
/illumos-gate/usr/src/common/acpica/utilities/ |
H A D | uttrack.c | 185 UINT32 Line); 192 UINT32 Line); 252 UINT32 Line) in AcpiUtAllocateAndTrack() argument 262 ACPI_WARNING ((Module, Line, in AcpiUtAllocateAndTrack() 272 ACPI_WARNING ((Module, Line, in AcpiUtAllocateAndTrack() 279 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack() 321 UINT32 Line) in AcpiUtAllocateZeroedAndTrack() argument 331 ACPI_WARNING ((Module, Line, in AcpiUtAllocateZeroedAndTrack() 342 ACPI_ERROR ((Module, Line, in AcpiUtAllocateZeroedAndTrack() 348 ACPI_MEM_CALLOC, Component, Module, Line); in AcpiUtAllocateZeroedAndTrack() [all …]
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | aslascii.c | 212 Status.Line = 1; in FlIsFileAsciiSource() 253 Byte, Status.Line, Status.Offset); in FlIsFileAsciiSource() 267 Byte, Status.Line, Status.Offset); in FlIsFileAsciiSource() 276 Status.Line++; in FlIsFileAsciiSource() 358 Status->Line++; in FlConsumeAnsiComment() 395 Status->Line++; in FlConsumeNewComment()
|
H A D | prexpress.c | 161 char *Line); 216 char *Line) in PrExpandMacros() argument 272 return (Line); in PrExpandMacros() 371 char *Line, in PrResolveIntegerExpression() argument 379 "**** Resolve #if: %s\n", Gbl_CurrentLineNumber, Line); in PrResolveIntegerExpression() 383 ExpandedLine = PrExpandMacros (Line); in PrResolveIntegerExpression()
|
H A D | dtutils.c | 200 FieldObject->Line, in DtError() 201 FieldObject->Line, in DtError() 256 FieldObject->Line, in DtNameError() 257 FieldObject->Line, in DtNameError()
|
H A D | dtio.c | 172 UINT32 Line, 356 UINT32 Line, in DtParseLine() argument 482 Field->Line = Line; in DtParseLine() 1064 Field->Line, Field->ByteOffset, Field->NameColumn, in DtDumpFieldList()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | expand.sh | 23 print -u2 -r ${Command}[$Line]: "$@" 34 integer Line=$LINENO+1 100 do ((Line++))
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acoutput.h | 437 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument 441 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \ 445 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \ argument 446 ACPI_DO_DEBUG_PRINT (AcpiDebugPrint, Level, Line, \ 449 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \ argument 450 ACPI_DO_DEBUG_PRINT (AcpiDebugPrintRaw, Level, Line, \
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | err.c | 59 static int Line; variable 68 Line = line; in err_fileline() 116 (void) fprintf(stderr, "%s line %d: ", File, Line); in err() 119 "%s line %d: ", File, Line); in err()
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/boot/i386/gptzfsboot/ |
H A D | sio.S | 45 incl %edx # Line status reg 62 addl $0x5,%edx # Line status reg 85 addl $0x5,%edx # Line status register
|
/illumos-gate/usr/src/lib/fm/libdiagcode/common/ |
H A D | diagcode_test.c | 59 static int Line; variable 70 (void) fprintf(stderr, "%s: %s:%d ", Myname, Dict, Line); in err() 346 Line = 0; in testdict() 355 Line++; in testdict()
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | versions.c | 53 static int Line; variable 115 Line = 0; in parse_versions() 564 ++Line; in nexttok() 565 seterrline(Line, Filename, "", line); in nexttok()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | mmap8k.in | 2 XXXXXXXX.com ALTERNET 9305 930624 94.38 Line-9305 3 XXXXXXXX.com ALTERNET 9306 930624 104.49 Line-9306 4 XXXXXXXX.com ALTERNET 9306 930624 649.16 Line-install 6 XXXXXXXX.com ALTERNET 9307 930624 104.49 Line-9307
|
/illumos-gate/usr/src/cmd/pr/ |
H A D | pr.c | 158 static int Line; variable 686 for (Line = Margin / 2; ; (void) get(0)) { in putpage() 732 if (Dblspace == 2 && Line < Plength) in putpage() 734 if (Line >= Plength) in putpage() 740 while (Line < Length) in putpage() 754 for (Line = Margin / 2; ; (void) get(0)) { in foldpage() 851 if (Dblspace == 2 && Line < Plength) in foldpage() 853 if (Line >= Plength) in foldpage() 858 else while (Line < Length) in foldpage() 1224 ++Line; in put()
|
/illumos-gate/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)
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | dpost.h | 132 } Line; typedef
|
/illumos-gate/usr/src/cmd/pg/ |
H A D | pg.c | 165 static char Line[LINSIZ+2]; variable 468 (void) fputs(Line, stdout); in screen() 1260 if (step(Line, expbuf)) in search() 1419 (void) strncpy(Line, multic, (size_t)savlength); in getaline() 1420 for (column = 0, p = Line + savlength; ; ) { in getaline() 1423 if (p > Line) { /* last line doesn't have '\n', */ in getaline() 1440 if (p + length > &Line[LINSIZ - 2] && c != '\n') in getaline()
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | symtab.c | 80 int Line; member 120 Symtab.Line = line; /* Set, don't clear. */ in symtab_new_function() 321 Symtab.Line = val; in symtab_set_line() 328 return (Symtab.Line); in symtab_get_line()
|