Searched defs:fmt (Results 51 - 75 of 819) sorted by relevance

1234567891011>>

/freebsd-10-stable/lib/libc/stdio/
H A Dvscanf.c52 vscanf_l(locale_t locale, const char * __restrict fmt, __va_list ap) argument
63 vscanf(const char * __restrict fmt, __va_list ap) argument
H A Dscanf.c53 scanf(char const * __restrict fmt, ...) argument
66 scanf_l(locale_t locale, char const * __restrict fmt, ...) argument
H A Dfprintf.c49 fprintf(FILE * __restrict fp, const char * __restrict fmt, ...) argument
60 fprintf_l(FILE * __restrict fp, locale_t locale, const char * __restrict fmt, ...) argument
H A Dsprintf.c51 sprintf(char * __restrict str, char const * __restrict fmt, ...) argument
62 sprintf_l(char * __restrict str, locale_t locale, char const * __restrict fmt, argument
H A Dsscanf.c51 sscanf(const char * __restrict str, char const * __restrict fmt, ...) argument
62 sscanf_l(const char * __restrict str, locale_t locale, char const * __restrict fmt, ...) argument
H A Dswprintf.c41 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...) argument
53 swprintf_l(wchar_t * __restrict s, size_t n, locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dvasprintf.c45 vasprintf_l(char **str, locale_t locale, const char *fmt, __va_list ap) argument
71 vasprintf(char **str, const char *fmt, __va_list ap) argument
H A Dvsprintf.c65 vsprintf(char * __restrict str, const char * __restrict fmt, __va_list ap) argument
50 vsprintf_l(char * __restrict str, locale_t locale, const char * __restrict fmt, __va_list ap) argument
H A Dfscanf.c53 fscanf(FILE * __restrict fp, char const * __restrict fmt, ...) argument
66 fscanf_l(FILE * __restrict fp, locale_t locale, char const * __restrict fmt, ...) argument
/freebsd-10-stable/bin/stty/
H A Dstty.c62 enum FMT fmt; local
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dsanity.c39 fail(const char *fmt, ...) argument
/freebsd-10-stable/contrib/libpcap/tests/
H A Dreactivatetest.c69 error(const char *fmt, ...) argument
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dlib_slkrefr.c72 int fmt = SP->slk_format; local
H A Dlib_printw.c45 printw(const char *fmt,...) argument
65 wprintw(WINDOW *win, const char *fmt,...) argument
85 mvprintw(int y, int x, const char *fmt,...) argument
106 mvwprintw(WINDOW *win, int y, int x, const char *fmt,...) argument
127 vwprintw(WINDOW *win, const char *fmt, va_list argp) argument
[all...]
H A Dlib_scanw.c46 vwscanw(WINDOW *win, NCURSES_CONST char *fmt, va_list argp) argument
57 scanw(NCURSES_CONST char *fmt,...) argument
71 wscanw(WINDOW *win, NCURSES_CONST char *fmt,...) argument
85 mvscanw(int y, int x, NCURSES_CONST char *fmt,...) argument
97 mvwscanw(WINDOW *win, int y, int x, NCURSES_CONST char *fmt,...) argument
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_vsnprintf.c41 wrap(size_t len, const char *fmt, ...) argument
/freebsd-10-stable/contrib/openpam/lib/libpam/
H A Dopenpam_log.c64 openpam_log(int level, const char *fmt, ...) argument
98 _openpam_log(int level, const char *func, const char *fmt, ...) argument
/freebsd-10-stable/contrib/tcp_wrappers/
H A Dfakelog.c49 char *fmt; local
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dstrpool.c64 rk_strpoolprintf(struct rk_strpool *p, const char *fmt, ...) argument
/freebsd-10-stable/sys/boot/arm/at91/libat91/
H A Dprintf.c24 printf(const char *fmt,...) argument
/freebsd-10-stable/usr.bin/ar/
H A Dutil.c46 bsdar_vwarnc(struct bsdar *bsdar, int code, const char *fmt, va_list ap) argument
57 bsdar_warnc(struct bsdar *bsdar, int code, const char *fmt, ...) argument
67 bsdar_verrc(struct bsdar *bsdar, int code, const char *fmt, va_list ap) argument
78 bsdar_errc(struct bsdar *bsdar, int eval, int code, const char *fmt, argument
[all...]
/freebsd-10-stable/usr.sbin/pkg_install/lib/
H A Dexec.c33 vsystem(const char *fmt, ...) argument
64 vpipe(const char *fmt, ...) argument
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dtime.c92 static char const fmt[] = "DATEMSK=%s/datemsk"; local
/freebsd-10-stable/sbin/dhclient/tests/
H A Dfake.c12 error(char *fmt, ...) argument
25 warning(char *fmt, ...) argument
42 note(char *fmt, ...) argument
/freebsd-10-stable/contrib/ldns/drill/
H A Derror.c17 warning_va_list(const char *fmt, va_list args) argument
25 warning(const char *fmt, ...) argument
34 error_va_list(const char *fmt, va_list args) argument
42 error(const char *fmt, ...) argument
52 verbose_va_list(const char *fmt, va_list args) argument
60 mesg(const char *fmt, ...) argument
74 verbose(const char *fmt, ...) argument
88 vverbose(const char *fmt, ...) argument
101 debug_va_list(const char *fmt, va_list args) argument
108 debug(const char *fmt, ...) argument
[all...]

Completed in 128 milliseconds

1234567891011>>