Searched refs:_nc_safe_strcpy (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/ncurses/ncurses/tinfo/ |
| HD | strings.c | 127 _nc_safe_strcpy(string_desc * dst, const char *src) in _nc_safe_strcpy() function
|
| HD | read_termcap.c | 813 _nc_safe_strcpy(&desc, get_termpath()); in _nc_tgetent() 914 _nc_safe_strcpy(&desc, pathvec[i]); in _nc_tgetent() 917 _nc_safe_strcpy(&desc, pathvec[i]); in _nc_tgetent()
|
| /NextBSD/contrib/ncurses/ncurses/tty/ |
| HD | lib_mvcur.c | 793 if (_nc_safe_strcpy(InitResult, TPARM_2(SP_PARM->_address_cursor, ynew, xnew))) { in onscreen_mvcur() 895 (void) _nc_safe_strcpy(&result, carriage_return); in onscreen_mvcur() 902 (void) _nc_safe_strcpy(&result, cursor_home); in onscreen_mvcur() 908 (void) _nc_safe_strcpy(&result, cursor_to_ll); in onscreen_mvcur()
|
| /NextBSD/contrib/ncurses/ncurses/ |
| HD | llib-ltinfo | 1357 #undef _nc_safe_strcpy 1358 NCURSES_BOOL _nc_safe_strcpy(
|
| HD | llib-ltinfow | 1368 #undef _nc_safe_strcpy 1369 NCURSES_BOOL _nc_safe_strcpy(
|
| HD | llib-ltinfotw | 1477 #undef _nc_safe_strcpy 1478 NCURSES_BOOL _nc_safe_strcpy(
|
| HD | llib-ltinfot | 1466 #undef _nc_safe_strcpy 1467 NCURSES_BOOL _nc_safe_strcpy(
|
| HD | llib-lncurses | 3998 #undef _nc_safe_strcpy 3999 NCURSES_BOOL _nc_safe_strcpy(
|
| HD | curses.priv.h | 1970 extern NCURSES_EXPORT(bool) _nc_safe_strcpy (string_desc *, const char *);
|
| HD | llib-lncursest | 4160 #undef _nc_safe_strcpy 4161 NCURSES_BOOL _nc_safe_strcpy(
|
| HD | llib-lncursesw | 4838 #undef _nc_safe_strcpy 4839 NCURSES_BOOL _nc_safe_strcpy(
|
| HD | llib-lncursestw | 4956 #undef _nc_safe_strcpy 4957 NCURSES_BOOL _nc_safe_strcpy(
|
| /NextBSD/contrib/ncurses/ |
| HD | NEWS | 4931 + improve storage used by _nc_safe_strcpy() by ensuring that the size
|