Searched defs:_nc_STRCAT (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/ncurses/include/
H A Dnc_string.h58 #define _nc_STRCAT(d,s,n) NCURSES_VOID strlcat((d),(s),NCURSES_CAST(size_t,n)) macro
60 #define _nc_STRCAT(d,s,n) NCURSES_VOID strcat((d),(s)) macro

Completed in 163 milliseconds