Home
last modified time | relevance | path

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

/freebsd-src/contrib/ncurses/ncurses/base/
H A Dsafe_sprintf.c222 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 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(0, empty_va); in NCURSES_EXPORT()
/freebsd-src/contrib/ncurses/misc/
H A Dncurses.supp84 fun:_nc_printf_string
H A Dncurses.def88 "_nc_printf_string" @120 NONAME
/freebsd-src/contrib/ncurses/ncurses/
H A Dcurses.priv.h2115 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 Dllib-lncurses2478 #undef _nc_printf_string
2479 char *_nc_printf_string(
H A Dllib-lncursest2487 #undef _nc_printf_string
2488 char *_nc_printf_string(
H A Dllib-lncursestw3079 #undef _nc_printf_string
3080 char *_nc_printf_string(
H A Dllib-lncursesw3070 #undef _nc_printf_string
3071 char *_nc_printf_string(
/freebsd-src/contrib/ncurses/
H A DNEWS6276 + 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,