Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/include/
H A Dnc_string.h71 #define _nc_STRCPY(d,s,n) NCURSES_VOID strlcpy((d),(s),NCURSES_CAST(size_t,n)) macro
74 #define _nc_STRCPY(d,s,n) NCURSES_VOID strcpy((d),(s)) macro