Searched defs:fmt (Results 1 - 25 of 87) sorted by relevance

1234

/barrelfish-master/lib/libc/stdio/
H A Ddprintf.c36 dprintf(int fd, const char * __restrict fmt, ...) argument
H A Dvwprintf.c41 vwprintf(const wchar_t * __restrict fmt, va_list ap) argument
46 vwprintf_l(locale_t locale, const wchar_t * __restrict fmt, va_list ap) argument
H A Dvwscanf.c41 vwscanf(const wchar_t * __restrict fmt, va_list ap) argument
46 vwscanf_l(locale_t locale, const wchar_t * __restrict fmt, va_list ap) argument
H A Dwscanf.c41 wscanf(const wchar_t * __restrict fmt, ...) argument
53 wscanf_l(locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dasprintf.c46 asprintf(char ** __restrict s, char const * __restrict fmt, ...) argument
57 asprintf_l(char ** __restrict s, locale_t locale, char const * __restrict fmt, argument
H A Dfwprintf.c41 fwprintf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...) argument
53 fwprintf_l(FILE * __restrict fp, locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dfwscanf.c41 fwscanf(FILE * __restrict fp, const wchar_t * __restrict fmt, ...) argument
53 fwscanf_l(FILE * __restrict fp, locale_t locale, const wchar_t * __restrict fmt, ...) argument
H A Dprintf.c49 printf(char const * __restrict fmt, ...) argument
60 printf_l(locale_t locale, char const * __restrict fmt, ...) argument
H A Dscanf.c53 scanf(char const * __restrict fmt, ...) argument
66 scanf_l(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 Dswscanf.c41 swscanf(const wchar_t * __restrict str, const wchar_t * __restrict fmt, ...) argument
53 swscanf_l(const wchar_t * __restrict str, 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 Dvdprintf.c46 vdprintf(int fd, const char * __restrict fmt, va_list ap) argument
H A Dvprintf.c48 vprintf(const char * __restrict fmt, __va_list ap) argument
53 vprintf_l(locale_t locale, const char * __restrict fmt, __va_list ap) argument
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 Dwprintf.c41 wprintf(const wchar_t * __restrict fmt, ...) argument
53 wprintf_l(locale_t locale, const wchar_t * __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 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
H A Dsnprintf.c53 snprintf(char * __restrict str, size_t n, char const * __restrict fmt, ...) argument
79 snprintf_l(char * __restrict str, size_t n, locale_t locale, char const * __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 Dvsnprintf.c84 vsnprintf(char * __restrict str, size_t n, const char * __restrict fmt, argument
51 vsnprintf_l(char * __restrict str, size_t n, locale_t locale, const char * __restrict 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
/barrelfish-master/lib/octopus/client/
H A Dcommon.h51 static inline errval_t allocate_string(const char *fmt, va_list args, argument
/barrelfish-master/lib/libc/gen/
H A Dsetproctitle.c63 setproctitle(const char *fmt, ...) argument

Completed in 71 milliseconds

1234