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

/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_string.h64 #define _nc_STRCPY(d,s,n) NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n)) macro
66 #define _nc_STRCPY(d,s,n) NCURSES_VOID strcpy((d),(s)) macro

Completed in 54 milliseconds