Searched refs:MAX_NAME_SIZE (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/lib/libncurses/src/ncurses/tinfo/ |
| D | name_match.c | 61 buf = typeMalloc(char, MAX_NAME_SIZE + 1); in NCURSES_EXPORT() 62 for (n = 0; n < MAX_NAME_SIZE; n++) { in NCURSES_EXPORT()
|
| D | comp_error.c | 69 termtype = typeMalloc(char, MAX_NAME_SIZE + 1); in _nc_set_type() 73 strncat(termtype, name, MAX_NAME_SIZE); in _nc_set_type()
|
| D | comp_parse.c | 154 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()
|
| D | read_entry.c | 208 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()
|
| D | lib_setup.c | 493 if (strlen(tname) > MAX_NAME_SIZE) { in _nc_setupterm() 495 MAX_NAME_SIZE); in _nc_setupterm()
|
| D | write_entry.c | 460 LITTLE_ENDIAN(buf + 2, min(namelen, MAX_NAME_SIZE + 1)); in write_object()
|
| D | comp_scan.c | 880 pushname = typeMalloc(char, MAX_NAME_SIZE + 1); in _nc_push_token()
|
| /mirbsd/src/lib/libncurses/src/include/ |
| D | tic.h | 84 #define MAX_NAME_SIZE 512 /* maximum legal name field size (XSI:127) */ macro
|
| /mirbsd/src/lib/libncurses/src/ |
| D | NEWS | 4421 + 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
|