Searched refs:my_length (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dhome_terminfo.c42 #define my_length (strlen(home) + sizeof(PRIVATE_INFO)) macro
57 && my_length <= PATH_MAX) {
58 temp = typeMalloc(char, my_length);
H A Dcaptoinfo.c110 static size_t my_length; variable
114 /* initialize 'my_string', 'my_length' */
117 my_string = typeMalloc(char, my_length = 256);
130 if (need > my_length) {
131 my_string = (char *) realloc(my_string, my_length = (need + need));
843 my_length = 0;

Completed in 88 milliseconds