/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | valid_srecord.c | 62 static char Line[ADM_LINE_SIZE]; local 68 if (fgets(Line, ADM_LINE_SIZE, FilePtr) == NULL) 73 if (strlen(Line) < 4) 77 if ((Line[0] != 'S') || (Line[1] < '0') || (Line[1] > '9')) 81 SrecordLength = ADM_string_to_long(Line+2, 2); 82 if (SrecordLength > ((strlen(Line) - 4) / 2)) 86 CurrentChar = &Line[2]; /* Skip s-record header */
|
/illumos-gate/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++))
|
/illumos-gate/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 [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 [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\ [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, [all...] |
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+/)) {
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | dpost.h | 112 * Line is a structure used to keep track of the words (or rather strings) on the 117 * array. The Line structure is only used in the higher level encoding schemes. 132 } Line; typedef in typeref:struct:__anon796
|
H A D | dpost.c | 502 Line line[MAXSTACK+3];
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | uttrack.c | 77 UINT32 Line); 84 UINT32 Line); 133 * Line - Line number of caller 146 UINT32 Line) 156 ACPI_WARNING ((Module, Line, 166 ACPI_WARNING ((Module, Line, 173 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line); 202 * Line - Line numbe 142 AcpiUtAllocateAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument 211 AcpiUtAllocateZeroedAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument 280 AcpiUtFreeAndTrack( void *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument 406 AcpiUtTrackAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, ACPI_SIZE Size, UINT8 AllocType, UINT32 Component, const char *Module, UINT32 Line) argument 510 AcpiUtRemoveAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument [all...] |
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | esclex.c | 74 static int Line; variable 316 Line = 1; 374 outfl(O_DIE, File, Line, 392 Line = 0; 396 Line = Line * 10 + c - '0'; 398 Line--; /* newline will increment it */ 402 outfl(O_DIE, File, Line, 409 outfl(O_DIE, File, Line, 428 Line [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 [all...] |
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/ |
H A D | sio.S | 42 incl %edx # Line status reg 58 movw $SIO_PRT+0x5,%dx # Line status reg 80 sio_ischar: movw $SIO_PRT+0x5,%dx # Line status register
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | err.c | 58 static int Line; variable 67 Line = line; 115 (void) fprintf(stderr, "%s line %d: ", File, Line); 118 "%s line %d: ", File, Line);
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acoutput.h | 327 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ 331 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \ 335 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \ 336 ACPI_DO_DEBUG_PRINT (AcpiDebugPrint, Level, Line, \ 339 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \ 340 ACPI_DO_DEBUG_PRINT (AcpiDebugPrintRaw, Level, Line, \
|
H A D | acutils.h | 946 UINT32 Line); 953 UINT32 Line); 960 UINT32 Line);
|
H A D | aclocal.h | 1378 UINT32 Line; \
|
/illumos-gate/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); 348 Line = 0; 357 Line++;
|
/illumos-gate/usr/src/cmd/more/ |
H A D | more.c | 173 off_t Currline; /* Line we are currently at */ 189 char Line[LINSIZ]; /* Line buffer */ variable 522 prbuf (Line, length); 736 p = Line; 744 while (p < &Line[LINSIZ - 1]) { 747 if (p > Line) { 749 *length = p - Line; 752 *length = p - Line; 758 if (p>Line [all...] |
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | versions.c | 54 static int Line; variable 116 Line = 0; 565 ++Line; 566 seterrline(Line, Filename, "", line);
|
/illumos-gate/usr/src/cmd/pr/ |
H A D | pr.c | 160 static int Line; variable 688 for (Line = Margin / 2; ; (void) get(0)) { 734 if (Dblspace == 2 && Line < Plength) 736 if (Line >= Plength) 742 while (Line < Length) 756 for (Line = Margin / 2; ; (void) get(0)) { 853 if (Dblspace == 2 && Line < Plength) 855 if (Line >= Plength) 860 else while (Line < Length) 1225 ++Line; [all...] |
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | symtab.c | 82 int Line; member in struct:symtab_t 122 Symtab.Line = line; /* Set, don't clear. */ 323 Symtab.Line = val; 330 return (Symtab.Line);
|
/illumos-gate/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')
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 561 struct Line { struct 672 struct Line line;
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | misc.cc | 566 size = sizeof (struct Line);
|