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

1234567891011>>

/freebsd-current/lib/libc/stdio/
H A Dvwscanf.c40 vwscanf(const wchar_t * __restrict fmt, va_list ap) argument
45 vwscanf_l(locale_t locale, const wchar_t * __restrict fmt, va_list ap) argument
H A Dvwprintf.c40 vwprintf(const wchar_t * __restrict fmt, va_list ap) argument
45 vwprintf_l(locale_t locale, const wchar_t * __restrict fmt, va_list ap) argument
H A Ddprintf.c35 dprintf(int fd, const char * __restrict fmt, ...) argument
H A Dvprintf.c44 vprintf(const char * __restrict fmt, __va_list ap) argument
49 vprintf_l(locale_t locale, const char * __restrict fmt, __va_list ap) argument
H A Dwprintf.c40 wprintf(const wchar_t * __restrict fmt, ...) argument
52 wprintf_l(locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dvasprintf.c44 vasprintf_l(char **str, locale_t locale, const char *fmt, __va_list ap) argument
70 vasprintf(char **str, const char *fmt, __va_list ap) argument
H A Dswprintf.c40 swprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt, ...) argument
52 swprintf_l(wchar_t * __restrict s, size_t n, locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dswscanf.c40 swscanf(const wchar_t * __restrict str, const wchar_t * __restrict fmt, ...) argument
52 swscanf_l(const wchar_t * __restrict str, locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dasprintf.c45 asprintf(char ** __restrict s, char const * __restrict fmt, ...) argument
56 asprintf_l(char ** __restrict s, locale_t locale, char const * __restrict fmt, argument
H A Dvdprintf.c45 vdprintf(int fd, const char * __restrict fmt, va_list ap) argument
H A Dfwscanf.c40 fwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...) argument
52 fwscanf_l(FILE * __restrict fp, locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dfwprintf.c40 fwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...) argument
52 fwprintf_l(FILE * __restrict fp, locale_t locale, const wchar_t * __restrict fmt, ...) argument
/freebsd-current/stand/libsa/
H A Dinet_ntoa.c43 static const char fmt[] = "%u.%u.%u.%u"; local
/freebsd-current/contrib/sendmail/libsm/
H A Dsscanf.c70 sm_io_sscanf(const char *str, char const *fmt, ...) argument
/freebsd-current/crypto/heimdal/lib/roken/
H A Dwarnerr.c40 rk_warnerr(int doerrno, const char *fmt, va_list ap) argument
/freebsd-current/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-current/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-current/contrib/llvm-project/lldb/source/Utility/
H A DVASprintf.cpp19 bool lldb_private::VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, argument
/freebsd-current/sys/contrib/openzfs/lib/libspl/
H A Dtimestamp.c47 static const char *fmt = NULL; local
/freebsd-current/contrib/openpam/lib/libpam/
H A Dpam_prompt.c54 pam_prompt(const pam_handle_t *pamh, int style, char **resp, const char *fmt, ...) argument
H A Dopenpam_vasprintf.c44 openpam_vasprintf(char **str, const char *fmt, va_list ap) argument
/freebsd-current/sbin/ipf/libipf/
H A Ddebug.c20 debug(int level, char *fmt, ...) argument
33 ipfkdebug(char *fmt, ...) argument
/freebsd-current/lib/libypclnt/
H A Dypclnt_error.c44 ypclnt_error(ypclnt_t *ypclnt, const char *func, const char *fmt, ...) argument
/freebsd-current/contrib/file/src/
H A Ddprintf.c40 dprintf(int fd, const char *fmt, ...) argument

Completed in 268 milliseconds

1234567891011>>