Home
last modified time | relevance | path

Searched refs:_nc_printf_string (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c221 NCURSES_SP_NAME(_nc_printf_string) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument
279 _nc_printf_string(const char *fmt, va_list ap) in _nc_printf_string() function
281 return NCURSES_SP_NAME(_nc_printf_string) (CURRENT_SCREEN, fmt, ap); in _nc_printf_string()
H A Dlib_freeall.c103 (void) _nc_printf_string(0, empty_va); in NCURSES_EXPORT()
H A Dlib_printw.c141 buf = NCURSES_SP_NAME(_nc_printf_string) (NCURSES_SP_ARGx fmt, argp); in vwprintw()
/freebsd-12.1/contrib/ncurses/misc/
H A Dncurses.supp83 fun:_nc_printf_string
H A Dncurses.def88 "_nc_printf_string" @120 NONAME
/freebsd-12.1/contrib/ncurses/ncurses/
H A Dcurses.priv.h1978 extern NCURSES_EXPORT(char *) _nc_printf_string (const char *, va_list);
2381 extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(_nc_printf_string)(SCREEN*, const char *, va_list);
H A Dllib-lncurses2429 #undef _nc_printf_string
2430 char *_nc_printf_string(
H A Dllib-lncursest2450 #undef _nc_printf_string
2451 char *_nc_printf_string(
H A Dllib-lncursesw2951 #undef _nc_printf_string
2952 char *_nc_printf_string(
H A Dllib-lncursestw2960 #undef _nc_printf_string
2961 char *_nc_printf_string(
/freebsd-12.1/contrib/ncurses/
H A DNEWS1894 + use va_copy() in _nc_printf_string() to avoid conflicting use of
3387 _nc_printf_string().
5213 + make return value from _nc_printf_string() consistent. Before,