Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp23 const size_t MAX_LINE_LEN = 80U;
35 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine()
38 for (size_t i = (size_t)OS.tell() - Pos, e = MAX_LINE_LEN - Suffix.size(); in printLine()
51 assert(PSLen < MAX_LINE_LEN); in emitSourceFileHeader()
54 size_t Length = std::min(Desc.size() - Pos, MAX_LINE_LEN - PSLen); in emitSourceFileHeader()
22 const size_t MAX_LINE_LEN = 80U; global() variable
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c82 #define MAX_LINE_LEN (1024 * 1024) macro
391 if (len >= MAX_LINE_LEN) in next_line()
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c24038 #define MAX_LINE_LEN 512 macro
24083 char *line = Jim_Alloc(MAX_LINE_LEN); in Jim_HistoryGetline()
24088 if (fgets(line, MAX_LINE_LEN, stdin) == NULL) { in Jim_HistoryGetline()