Searched defs:_nc_STRCPY (Results 1 – 1 of 1) sorted by relevance
71 #define _nc_STRCPY(d,s,n) NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n)) macro74 #define _nc_STRCPY(d,s,n) NCURSES_VOID strcpy((d),(s)) macro