Home
last modified time | relevance | path

Searched refs:MAX_NAME_SIZE (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/lib/libncurses/src/ncurses/tinfo/
Dname_match.c61 buf = typeMalloc(char, MAX_NAME_SIZE + 1); in NCURSES_EXPORT()
62 for (n = 0; n < MAX_NAME_SIZE; n++) { in NCURSES_EXPORT()
Dcomp_error.c69 termtype = typeMalloc(char, MAX_NAME_SIZE + 1); in _nc_set_type()
73 strncat(termtype, name, MAX_NAME_SIZE); in _nc_set_type()
Dcomp_parse.c154 if (len > MAX_NAME_SIZE) in force_bar()
155 len = MAX_NAME_SIZE; in force_bar()
168 char nc1[MAX_NAME_SIZE + 2], nc2[MAX_NAME_SIZE + 2]; in _nc_entry_match()
Dread_entry.c208 want = min(MAX_NAME_SIZE, (unsigned) name_size); in read_termtype()
218 if (have > MAX_NAME_SIZE) in read_termtype()
219 lseek(fd, (off_t) (have - MAX_NAME_SIZE), 1); in read_termtype()
Dlib_setup.c493 if (strlen(tname) > MAX_NAME_SIZE) { in _nc_setupterm()
495 MAX_NAME_SIZE); in _nc_setupterm()
Dwrite_entry.c460 LITTLE_ENDIAN(buf + 2, min(namelen, MAX_NAME_SIZE + 1)); in write_object()
Dcomp_scan.c880 pushname = typeMalloc(char, MAX_NAME_SIZE + 1); in _nc_push_token()
/mirbsd/src/lib/libncurses/src/include/
Dtic.h84 #define MAX_NAME_SIZE 512 /* maximum legal name field size (XSI:127) */ macro
/mirbsd/src/lib/libncurses/src/
DNEWS4421 + check for terminal names > MAX_NAME_SIZE in a few more places when
4423 + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
5081 + increase MAX_NAME_SIZE to 512 to handle extremely long alias list