Searched refs:_nc_printf_string (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/contrib/ncurses/ncurses/base/ |
H A D | safe_sprintf.c | 222 NCURSES_SP_NAME(_nc_printf_string) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument 296 _nc_printf_string(const char *fmt, va_list ap) in _nc_printf_string() function 298 return NCURSES_SP_NAME(_nc_printf_string) (CURRENT_SCREEN, fmt, ap); in _nc_printf_string()
|
H A D | lib_printw.c | 144 buf = NCURSES_SP_NAME(_nc_printf_string) (NCURSES_SP_ARGx fmt, argp); in vwprintw() 162 buf = NCURSES_SP_NAME(_nc_printf_string) (NCURSES_SP_ARGx fmt, argp); in vw_printw()
|
H A D | lib_freeall.c | 122 (void) _nc_printf_string(0, empty_va); in NCURSES_EXPORT()
|
/freebsd-src/contrib/ncurses/misc/ |
H A D | ncurses.supp | 84 fun:_nc_printf_string
|
H A D | ncurses.def | 88 "_nc_printf_string" @120 NONAME
|
/freebsd-src/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 2115 extern NCURSES_EXPORT(char *) _nc_printf_string (const char *, va_list); 2589 extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(_nc_printf_string)(SCREEN*, const char *, va_list);
|
H A D | llib-lncurses | 2478 #undef _nc_printf_string 2479 char *_nc_printf_string(
|
H A D | llib-lncursest | 2487 #undef _nc_printf_string 2488 char *_nc_printf_string(
|
H A D | llib-lncursestw | 3079 #undef _nc_printf_string 3080 char *_nc_printf_string(
|
H A D | llib-lncursesw | 3070 #undef _nc_printf_string 3071 char *_nc_printf_string(
|
/freebsd-src/contrib/ncurses/ |
H A D | NEWS | 6276 + use va_copy() in _nc_printf_string() to avoid conflicting use of 7768 _nc_printf_string(). 9594 + make return value from _nc_printf_string() consistent. Before,
|