Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c222 NCURSES_SP_NAME(_nc_printf_string) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument
295 _nc_printf_string(const char *fmt, va_list ap) in _nc_printf_string() function
297 return NCURSES_SP_NAME(_nc_printf_string) (CURRENT_SCREEN, fmt, ap); in _nc_printf_string()
H A Dlib_printw.c144 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 Dlib_freeall.c122 (void) _nc_printf_string(NULL, empty_va); in NCURSES_EXPORT()
/freebsd/contrib/ncurses/misc/
H A Dncurses.supp84 fun:_nc_printf_string
H A Dncurses.def88 "_nc_printf_string" @120 NONAME
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h2174 extern NCURSES_EXPORT(char *) _nc_printf_string (const char *, va_list);
2664 extern NCURSES_EXPORT(char *) NCURSES_SP_NAME(_nc_printf_string)(SCREEN*, const char *, va_list);
H A Dllib-lncursest2487 #undef _nc_printf_string
2488 char *_nc_printf_string(
H A Dllib-lncurses2478 #undef _nc_printf_string
2479 char *_nc_printf_string(
H A Dllib-lncursestw3085 #undef _nc_printf_string
3086 char *_nc_printf_string(
H A Dllib-lncursesw3076 #undef _nc_printf_string
3077 char *_nc_printf_string(
/freebsd/contrib/ncurses/
H A DNEWS6845 + use va_copy() in _nc_printf_string() to avoid conflicting use of
8337 _nc_printf_string().
10163 + make return value from _nc_printf_string() consistent. Before,