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

1234567891011>>

/freebsd-12-stable/lib/libc/stdio/
H A Dvasprintf.c47 vasprintf_l(char **str, locale_t locale, const char *fmt, __va_list ap) argument
73 vasprintf(char **str, const char *fmt, __va_list ap) argument
H A Dvdprintf.c48 vdprintf(int fd, const char * __restrict fmt, va_list ap) argument
H A Dvprintf.c50 vprintf(const char * __restrict fmt, __va_list ap) argument
55 vprintf_l(locale_t locale, const char * __restrict fmt, __va_list ap) argument
H A Dvscanf.c54 vscanf_l(locale_t locale, const char * __restrict fmt, __va_list ap) argument
65 vscanf(const char * __restrict fmt, __va_list ap) argument
H A Dwprintf.c43 wprintf(const wchar_t * __restrict fmt, ...) argument
55 wprintf_l(locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dfprintf.c51 fprintf(FILE * __restrict fp, const char * __restrict fmt, ...) argument
62 fprintf_l(FILE * __restrict fp, locale_t locale, const char * __restrict fmt, ...) argument
H A Dfscanf.c55 fscanf(FILE * __restrict fp, char const * __restrict fmt, ...) argument
68 fscanf_l(FILE * __restrict fp, locale_t locale, char const * __restrict fmt, ...) argument
H A Dsnprintf.c55 snprintf(char * __restrict str, size_t n, char const * __restrict fmt, ...) argument
81 snprintf_l(char * __restrict str, size_t n, locale_t locale, char const * __restrict fmt, ...) argument
H A Dsprintf.c53 sprintf(char * __restrict str, char const * __restrict fmt, ...) argument
64 sprintf_l(char * __restrict str, locale_t locale, char const * __restrict fmt, argument
H A Dsscanf.c53 sscanf(const char * __restrict str, char const * __restrict fmt, ...) argument
64 sscanf_l(const char * __restrict str, locale_t locale, char const * __restrict fmt, ...) argument
H A Dvsnprintf.c86 vsnprintf(char * __restrict str, size_t n, const char * __restrict fmt, argument
53 vsnprintf_l(char * __restrict str, size_t n, locale_t locale, const char * __restrict fmt, __va_list ap) argument
/freebsd-12-stable/lib/libypclnt/
H A Dypclnt_error.c46 ypclnt_error(ypclnt_t *ypclnt, const char *func, const char *fmt, ...) argument
/freebsd-12-stable/contrib/ntp/sntp/libopts/compat/
H A Dsnprintf.c29 snprintf(char *str, size_t n, char const *fmt, ...) argument
55 vsnprintf( char *str, size_t n, char const *fmt, va_list ap ) argument
/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dtime.c92 static char const fmt[] = "DATEMSK=%s/datemsk"; local
/freebsd-12-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-12-stable/contrib/tcp_wrappers/
H A Dfakelog.c49 char *fmt; local
/freebsd-12-stable/contrib/libpcap/msdos/
H A Dbin2c.c6 static void Abort (const char *fmt,...) argument
/freebsd-12-stable/contrib/libpcap/testprogs/
H A Dreactivatetest.c73 error(const char *fmt, ...) argument
/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dsanity.c39 fail(const char *fmt, ...) argument
/freebsd-12-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
[all...]
/freebsd-12-stable/bin/stty/
H A Dstty.c62 enum FMT fmt; local
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.cc63 ZfsdException::ZfsdException(const char *fmt, ...) argument
75 ZfsdException::ZfsdException(zpool_handle_t *pool, const char *fmt, ...) argument
87 ZfsdException::ZfsdException(nvlist_t *poolConfig, const char *fmt, ...) argument
/freebsd-12-stable/crypto/heimdal/kcm/
H A Dlog.c58 kcm_log_msg_va(int level, const char *fmt, va_list ap) argument
66 kcm_log_msg(int level, const char *fmt, ...) argument
77 kcm_log(int level, const char *fmt, ...) argument
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-stubs.c84 krb5_log(krb5_context context, krb5_log_facility *fac, int level, const char *fmt, ...) argument
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dstrpool.c64 rk_strpoolprintf(struct rk_strpool *p, const char *fmt, ...) argument

Completed in 300 milliseconds

1234567891011>>