Home
last modified time | relevance | path

Searched refs:maxentry (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.bin/column/
H A Dcolumn.c231 static int maxentry = 0; in input() local
322 if (entries == maxentry) { in input()
323 if (maxentry > INT_MAX - DEFNUM) in input()
325 maxentry += DEFNUM; in input()
326 table = ereallocarray(table, maxentry, sizeof(*table)); in input()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c46 int32_t maxentry; member