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

1234567891011>>

/freebsd-13-stable/contrib/openpam/lib/libpam/
H A Dpam_vinfo.c57 pam_vinfo(const pam_handle_t *pamh, const char *fmt, va_list ap) argument
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-13-stable/stand/libsa/
H A Dinet_ntoa.c51 static const char fmt[] = "%u.%u.%u.%u"; local
/freebsd-13-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-13-stable/contrib/sendmail/libsm/
H A Dsscanf.c70 sm_io_sscanf(const char *str, char const *fmt, ...) argument
/freebsd-13-stable/lib/libc/stdio/
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
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
/freebsd-13-stable/contrib/tcp_wrappers/
H A Ddiag.c38 char fmt[BUFSIZ]; local
H A Dvfprintf.c28 char fmt[BUFSIZ]; /* format specifier */ local
/freebsd-13-stable/lib/libypclnt/
H A Dypclnt_error.c46 ypclnt_error(ypclnt_t *ypclnt, const char *func, const char *fmt, ...) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DVASprintf.cpp19 bool lldb_private::VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, argument
/freebsd-13-stable/contrib/ipfilter/lib/
H A Ddebug.c21 debug(int level, char *fmt, ...) argument
34 ipfkdebug(char *fmt, ...) argument
/freebsd-13-stable/contrib/file/src/
H A Ddprintf.c40 dprintf(int fd, const char *fmt, ...) argument
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/
H A Dtimestamp.c47 static char *fmt = NULL; local

Completed in 461 milliseconds

1234567891011>>