Home
last modified time | relevance | path

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

/NextBSD/contrib/ncurses/ncurses/tinfo/
HDcomp_error.c70 TermType = typeMalloc(char, MAX_NAME_SIZE + 1); in _nc_set_type()
74 strncat(TermType, name, (size_t) MAX_NAME_SIZE); in _nc_set_type()
88 _nc_STRCPY(name, TermType != 0 ? TermType : "", MAX_NAME_SIZE); in _nc_get_type()
HDname_match.c72 FirstName = typeMalloc(char, MAX_NAME_SIZE + 1); in _nc_first_name()
79 for (n = 0; n < MAX_NAME_SIZE; n++) { in _nc_first_name()
HDcomp_parse.c83 if (len > MAX_NAME_SIZE) in force_bar()
84 len = MAX_NAME_SIZE; in force_bar()
86 _nc_STRCPY(dst + len, "|", MAX_NAME_SIZE); in force_bar()
110 char nc1[MAX_NAME_SIZE + 2]; in check_collisions()
111 char nc2[MAX_NAME_SIZE + 2]; in check_collisions()
HDread_entry.c206 want = min(MAX_NAME_SIZE, (unsigned) name_size); in _nc_read_termtype()
215 if (have > MAX_NAME_SIZE) in _nc_read_termtype()
216 offset = (int) (have - MAX_NAME_SIZE); in _nc_read_termtype()
HDlib_setup.c646 if (strlen(tname) > MAX_NAME_SIZE) { in TINFO_SETUP_TERM()
649 MAX_NAME_SIZE); in TINFO_SETUP_TERM()
HDcomp_scan.c981 pushname = typeMalloc(char, MAX_NAME_SIZE + 1); in _nc_push_token()
HDwrite_entry.c676 LITTLE_ENDIAN(buf + 2, min(namelen, MAX_NAME_SIZE + 1)); in write_object()
/NextBSD/contrib/ncurses/include/
HDtic.h93 #define MAX_NAME_SIZE 512 /* maximum legal name field size (XSI:127) */ macro
/NextBSD/contrib/ncurses/progs/
HDtic.c1875 char my_name[MAX_NAME_SIZE]; in show_where()
/NextBSD/contrib/ncurses/
HDNEWS8282 + check for terminal names > MAX_NAME_SIZE in a few more places when
8284 + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
8941 + increase MAX_NAME_SIZE to 512 to handle extremely long alias list