Searched defs:fmt (Results 26 - 50 of 884) sorted by relevance

1234567891011>>

/freebsd-12-stable/lib/libc/stdio/
H A Ddprintf.c38 dprintf(int fd, const char * __restrict fmt, ...) argument
H A Dvwprintf.c43 vwprintf(const wchar_t * __restrict fmt, va_list ap) argument
48 vwprintf_l(locale_t locale, const wchar_t * __restrict fmt, va_list ap) argument
H A Dvwscanf.c43 vwscanf(const wchar_t * __restrict fmt, va_list ap) argument
48 vwscanf_l(locale_t locale, const wchar_t * __restrict fmt, va_list ap) argument
H A Dwscanf.c43 wscanf(const wchar_t * __restrict fmt, ...) argument
55 wscanf_l(locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dasprintf.c48 asprintf(char ** __restrict s, char const * __restrict fmt, ...) argument
59 asprintf_l(char ** __restrict s, locale_t locale, char const * __restrict fmt, argument
H A Dfwprintf.c43 fwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...) argument
55 fwprintf_l(FILE * __restrict fp, locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dfwscanf.c43 fwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...) argument
55 fwscanf_l(FILE * __restrict fp, locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dprintf.c51 printf(char const * __restrict fmt, ...) argument
62 printf_l(locale_t locale, char const * __restrict fmt, ...) argument
H A Dscanf.c55 scanf(char const * __restrict fmt, ...) argument
68 scanf_l(locale_t locale, char const * __restrict fmt, ...) argument
H A Dswprintf.c43 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...) argument
55 swprintf_l(wchar_t * __restrict s, size_t n, locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dswscanf.c43 swscanf(const wchar_t * __restrict str, const wchar_t * __restrict fmt, ...) argument
55 swscanf_l(const wchar_t * __restrict str, locale_t locale, const wchar_t * __restrict fmt, ...) argument
/freebsd-12-stable/stand/libsa/
H A Dinet_ntoa.c51 static const char fmt[] = "%u.%u.%u.%u"; local
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dbsd-err.c38 err(int r, const char *fmt, ...) argument
53 errx(int r, const char *fmt, ...) argument
67 warn(const char *fmt, ...) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DVASprintf.cpp19 bool lldb_private::VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, argument
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_vsnprintf.c41 wrap(size_t len, const char *fmt, ...) argument
H A Dh_vsprintf.c40 wrap(const char *fmt, ...) argument
/freebsd-12-stable/contrib/openpam/lib/libpam/
H A Dopenpam_vasprintf.c46 openpam_vasprintf(char **str, const char *fmt, va_list ap) argument
H A Dpam_prompt.c56 pam_prompt(const pam_handle_t *pamh, int style, char **resp, const char *fmt, ...) argument
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dsscanf.c70 sm_io_sscanf(const char *str, char const *fmt, ...) argument
/freebsd-12-stable/contrib/tcp_wrappers/
H A Ddiag.c38 char fmt[BUFSIZ]; local
H A Dvfprintf.c28 char fmt[BUFSIZ]; /* format specifier */ local
/freebsd-12-stable/contrib/ipfilter/lib/
H A Ddebug.c21 debug(int level, char *fmt, ...) argument
34 ipfkdebug(char *fmt, ...) argument
/freebsd-12-stable/contrib/file/src/
H A Ddprintf.c40 dprintf(int fd, const char *fmt, ...) argument
/freebsd-12-stable/sys/contrib/ncsw/etc/
H A Dsprint.c48 int Sprint(char * buf, const char *fmt, ...) argument
59 int Snprint(char * buf, uint32_t size, const char *fmt, ...) argument
71 int Sscan(const char * buf, const char * fmt, ...) argument
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dwarnerr.c40 rk_warnerr(int doerrno, const char *fmt, va_list ap) argument

Completed in 94 milliseconds

1234567891011>>