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

/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c122 TPS(fmt_size) = 0;
358 if ((len2 = strlen(cp)) + 2 > TPS(fmt_size)) {
359 TPS(fmt_size) += len2 + 2;
360 TPS(fmt_buff) = typeRealloc(char, TPS(fmt_size), TPS(fmt_buff));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp925 size_t fmt_size = fmt_cur - fmt_start + 1; local
926 char *new_fmt = (char *)malloc(fmt_size + 1);
928 internal_memcpy(new_fmt, fmt_start, fmt_size);
929 new_fmt[fmt_size] = '\0';

Completed in 133 milliseconds