Home
last modified time | relevance | path

Searched refs:MAX_LINE_LEN (Results 1 – 25 of 612) sorted by relevance

12345678910>>...25

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/Tools/langstat2/
H A Dlangstat.cpp36 #define MAX_LINE_LEN 1000 in MakeStats() macro
37 char line[MAX_LINE_LEN+1]; in MakeStats()
38 char filename[MAX_LINE_LEN+1]; in MakeStats()
39 char encname[MAX_LINE_LEN+1]; in MakeStats()
40 char langname[MAX_LINE_LEN+1]; in MakeStats()
42 while (fgets(line, MAX_LINE_LEN, src)) { in MakeStats()
43 line[MAX_LINE_LEN] = 0; in MakeStats()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dp_extsaveg.c35 #define MAX_LINE_LEN 260 macro
132 M_snprintf(line, MAX_LINE_LEN, "%s %d %d %d %d\n", in P_WriteFireFlicker()
181 M_snprintf(line, MAX_LINE_LEN, "%s %d %d\n", in P_WriteSoundTarget()
215 M_snprintf(line, MAX_LINE_LEN, "%s %d %d\n", in P_WriteOldSpecial()
249 M_snprintf(line, MAX_LINE_LEN, "%s %d %d\n", in P_WriteRLightlevel()
286 M_snprintf(line, MAX_LINE_LEN, "%s %d %d %d %d\n", in P_WriteButton()
329 M_snprintf(line, MAX_LINE_LEN, "%s %d %d\n", in P_WriteBrainTarget()
498 line = malloc(MAX_LINE_LEN); in P_WriteExtendedSaveGameData()
510 while (fgets(line, MAX_LINE_LEN, save_stream)) in P_ReadKeyValuePairs()
538 line = malloc(MAX_LINE_LEN); in P_ReadExtendedSaveGameData()
[all …]
/dports/net-mgmt/xymon-server/xymon-4.3.30/lib/
H A Davailability.c157 char cause[MAX_LINE_LEN]; in parse_histlogfile()
161 char l[MAX_LINE_LEN]; in parse_histlogfile()
196 if (fgets(l, MAX_LINE_LEN, fd)) { in parse_histlogfile()
204 cause[MAX_LINE_LEN-1] = '\0'; in parse_histlogfile()
378 char l[MAX_LINE_LEN]; in parse_historyfile()
381 char colstr[MAX_LINE_LEN]; in parse_historyfile()
408 l, MAX_LINE_LEN, &starttime, &duration, colstr, MAX_LINE_LEN); in parse_historyfile()
418 strncpy(colstr, "clear", MAX_LINE_LEN); in parse_historyfile()
557 char l[MAX_LINE_LEN]; in history_color()
559 char colstr[MAX_LINE_LEN]; in history_color()
[all …]
/dports/net-mgmt/xymon-client/xymon-4.3.30/lib/
H A Davailability.c157 char cause[MAX_LINE_LEN]; in parse_histlogfile()
161 char l[MAX_LINE_LEN]; in parse_histlogfile()
196 if (fgets(l, MAX_LINE_LEN, fd)) { in parse_histlogfile()
204 cause[MAX_LINE_LEN-1] = '\0'; in parse_histlogfile()
378 char l[MAX_LINE_LEN]; in parse_historyfile()
381 char colstr[MAX_LINE_LEN]; in parse_historyfile()
408 l, MAX_LINE_LEN, &starttime, &duration, colstr, MAX_LINE_LEN); in parse_historyfile()
418 strncpy(colstr, "clear", MAX_LINE_LEN); in parse_historyfile()
557 char l[MAX_LINE_LEN]; in history_color()
559 char colstr[MAX_LINE_LEN]; in history_color()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/FileHandling/SINEX/
H A DSinexTypes.hpp90 static const size_t MAX_LINE_LEN = 80; member
120 static const size_t MAX_LINE_LEN = 80; member
150 static const size_t MAX_LINE_LEN = 79; member
179 static const size_t MAX_LINE_LEN = 80; member
211 static const size_t MAX_LINE_LEN = 80; member
241 static const size_t MAX_LINE_LEN = 80; member
271 static const size_t MAX_LINE_LEN = 80; member
301 static const size_t MAX_LINE_LEN = 80; member
333 static const size_t MAX_LINE_LEN = 75; member
373 static const size_t MAX_LINE_LEN = 71; member
[all …]
H A DSinexTypes.cpp58 const size_t FileReference::MAX_LINE_LEN; member in gpstk::Sinex::FileReference
106 const size_t FileComment::MAX_LINE_LEN; member in gpstk::Sinex::FileComment
219 const size_t InputFile::MAX_LINE_LEN; member in gpstk::Sinex::InputFile
273 const size_t InputAck::MAX_LINE_LEN; member in gpstk::Sinex::InputAck
417 const size_t SourceId::MAX_LINE_LEN; member in gpstk::Sinex::SourceId
471 const size_t SiteId::MAX_LINE_LEN; member in gpstk::Sinex::SiteId
548 const size_t SiteData::MAX_LINE_LEN; member in gpstk::Sinex::SiteData
622 const size_t SiteReceiver::MAX_LINE_LEN; member in gpstk::Sinex::SiteReceiver
690 const size_t SiteAntenna::MAX_LINE_LEN; member in gpstk::Sinex::SiteAntenna
913 const size_t SatelliteId::MAX_LINE_LEN; member in gpstk::Sinex::SatelliteId
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c420 CHAR8 Line[MAX_LINE_LEN]; in PrintMessage()
421 CHAR8 Line2[MAX_LINE_LEN]; in PrintMessage()
460 strncat (Line, Cptr, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
474 strncpy (Line, Cptr, MAX_LINE_LEN - 1); in PrintMessage()
475 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
482 strncpy (Line, mUtilityName, MAX_LINE_LEN - 1); in PrintMessage()
483 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
501 strncat (Line, ": ", MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
502 strncat (Line, Type, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
505 strncat (Line, Line2, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c420 CHAR8 Line[MAX_LINE_LEN]; in PrintMessage()
421 CHAR8 Line2[MAX_LINE_LEN]; in PrintMessage()
460 strncat (Line, Cptr, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
474 strncpy (Line, Cptr, MAX_LINE_LEN - 1); in PrintMessage()
475 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
482 strncpy (Line, mUtilityName, MAX_LINE_LEN - 1); in PrintMessage()
483 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
501 strncat (Line, ": ", MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
502 strncat (Line, Type, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
505 strncat (Line, Line2, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c420 CHAR8 Line[MAX_LINE_LEN]; in PrintMessage()
421 CHAR8 Line2[MAX_LINE_LEN]; in PrintMessage()
460 strncat (Line, Cptr, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
474 strncpy (Line, Cptr, MAX_LINE_LEN - 1); in PrintMessage()
475 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
482 strncpy (Line, mUtilityName, MAX_LINE_LEN - 1); in PrintMessage()
483 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
501 strncat (Line, ": ", MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
502 strncat (Line, Type, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
505 strncat (Line, Line2, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c420 CHAR8 Line[MAX_LINE_LEN]; in PrintMessage()
421 CHAR8 Line2[MAX_LINE_LEN]; in PrintMessage()
460 strncat (Line, Cptr, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
474 strncpy (Line, Cptr, MAX_LINE_LEN - 1); in PrintMessage()
475 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
482 strncpy (Line, mUtilityName, MAX_LINE_LEN - 1); in PrintMessage()
483 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
501 strncat (Line, ": ", MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
502 strncat (Line, Type, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
505 strncat (Line, Line2, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c420 CHAR8 Line[MAX_LINE_LEN]; in PrintMessage()
421 CHAR8 Line2[MAX_LINE_LEN]; in PrintMessage()
460 strncat (Line, Cptr, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
474 strncpy (Line, Cptr, MAX_LINE_LEN - 1); in PrintMessage()
475 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
482 strncpy (Line, mUtilityName, MAX_LINE_LEN - 1); in PrintMessage()
483 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
501 strncat (Line, ": ", MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
502 strncat (Line, Type, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
505 strncat (Line, Line2, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c420 CHAR8 Line[MAX_LINE_LEN]; in PrintMessage()
421 CHAR8 Line2[MAX_LINE_LEN]; in PrintMessage()
460 strncat (Line, Cptr, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
474 strncpy (Line, Cptr, MAX_LINE_LEN - 1); in PrintMessage()
475 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
482 strncpy (Line, mUtilityName, MAX_LINE_LEN - 1); in PrintMessage()
483 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
501 strncat (Line, ": ", MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
502 strncat (Line, Type, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
505 strncat (Line, Line2, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c420 CHAR8 Line[MAX_LINE_LEN]; in PrintMessage()
421 CHAR8 Line2[MAX_LINE_LEN]; in PrintMessage()
460 strncat (Line, Cptr, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
474 strncpy (Line, Cptr, MAX_LINE_LEN - 1); in PrintMessage()
475 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
482 strncpy (Line, mUtilityName, MAX_LINE_LEN - 1); in PrintMessage()
483 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
501 strncat (Line, ": ", MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
502 strncat (Line, Type, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
505 strncat (Line, Line2, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c420 CHAR8 Line[MAX_LINE_LEN]; in PrintMessage()
421 CHAR8 Line2[MAX_LINE_LEN]; in PrintMessage()
460 strncat (Line, Cptr, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
474 strncpy (Line, Cptr, MAX_LINE_LEN - 1); in PrintMessage()
475 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
482 strncpy (Line, mUtilityName, MAX_LINE_LEN - 1); in PrintMessage()
483 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
501 strncat (Line, ": ", MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
502 strncat (Line, Type, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
505 strncat (Line, Line2, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/Common/
H A DEfiUtilityMsgs.c420 CHAR8 Line[MAX_LINE_LEN]; in PrintMessage()
421 CHAR8 Line2[MAX_LINE_LEN]; in PrintMessage()
460 strncat (Line, Cptr, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
474 strncpy (Line, Cptr, MAX_LINE_LEN - 1); in PrintMessage()
475 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
482 strncpy (Line, mUtilityName, MAX_LINE_LEN - 1); in PrintMessage()
483 Line[MAX_LINE_LEN - 1] = 0; in PrintMessage()
501 strncat (Line, ": ", MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
502 strncat (Line, Type, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
505 strncat (Line, Line2, MAX_LINE_LEN - strlen (Line) - 1); in PrintMessage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/TableGen/
H A DTableGenBackend.cpp20 const size_t MAX_LINE_LEN = 80U; variable
25 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
40 assert(PSLen < MAX_LINE_LEN); in emitSourceFileHeader()
43 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/TableGen/
H A DTableGenBackend.cpp20 const size_t MAX_LINE_LEN = 80U; variable
25 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
40 assert(PSLen < MAX_LINE_LEN); in emitSourceFileHeader()
43 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/TableGen/
H A DTableGenBackend.cpp20 const size_t MAX_LINE_LEN = 80U; variable
25 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
40 assert(PSLen < MAX_LINE_LEN); in emitSourceFileHeader()
43 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/TableGen/
H A DTableGenBackend.cpp20 const size_t MAX_LINE_LEN = 80U; variable
25 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
40 assert(PSLen < MAX_LINE_LEN); in emitSourceFileHeader()
43 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/TableGen/
H A DTableGenBackend.cpp20 const size_t MAX_LINE_LEN = 80U; variable
25 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
40 assert(PSLen < MAX_LINE_LEN); in emitSourceFileHeader()
43 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader()
/dports/devel/llvm10/llvm-10.0.1.src/lib/TableGen/
H A DTableGenBackend.cpp19 const size_t MAX_LINE_LEN = 80U; variable
24 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
27 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
39 assert(PSLen < MAX_LINE_LEN); in emitSourceFileHeader()
42 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader()
/dports/devel/llvm11/llvm-11.0.1.src/lib/TableGen/
H A DTableGenBackend.cpp20 const size_t MAX_LINE_LEN = 80U; variable
25 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
40 assert(PSLen < MAX_LINE_LEN); in emitSourceFileHeader()
43 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp20 const size_t MAX_LINE_LEN = 80U; variable
25 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
40 assert(PSLen < MAX_LINE_LEN); in emitSourceFileHeader()
43 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTableGenBackend.cpp19 const size_t MAX_LINE_LEN = 80U; variable
24 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
27 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
39 assert(PSLen < MAX_LINE_LEN); in emitSourceFileHeader()
42 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/TableGen/
H A DTableGenBackend.cpp20 const size_t MAX_LINE_LEN = 80U; variable
25 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
28 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
40 assert(PSLen < MAX_LINE_LEN); in emitSourceFileHeader()
43 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader()

12345678910>>...25