Searched defs:Line (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dvalid_srecord.c62 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/cmd/lp/filter/postscript/dpost/
H A Ddpost.h112 * 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
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Duttrack.c77 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/lib/fm/libdiagcode/common/
H A Ddiagcode_test.c61 static int Line; variable
72 (void) fprintf(stderr, "%s: %s:%d ", Myname, Dict, Line);
348 Line = 0;
357 Line++;
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dversions.c54 static int Line; variable
116 Line = 0;
565 ++Line;
566 seterrline(Line, Filename, "", line);
/illumos-gate/usr/src/cmd/logadm/
H A Derr.c58 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/cmd/fm/eversholt/common/
H A Desclex.c74 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/abi/spectrans/spec2trace/
H A Dsymtab.c82 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 Dpg.c163 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/pr/
H A Dpr.c160 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/more/
H A Dmore.c173 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/make/include/mksh/
H A Ddefs.h561 struct Line { struct
672 struct Line line;

Completed in 118 milliseconds