Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 48) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/
A Dunifdef.h38 #define vwarnx(fmt, args) ({ fprintf(stderr, "unifdef: "); vfprintf(stderr, fmt, args); fprintf(s… argument
39 #define warnx(fmt, args...) fprintf(stderr, "unifdef: " fmt "\n", ## args) argument
40 #define warn(fmt, args...) warnx(fmt ": %s", ## args, strerror(errno)) argument
41 #define errx(exit_code, fmt, args...) ({ warnx(fmt, ## args); exit(exit_code); }) argument
42 #define err(exit_code, fmt, args...) errx(exit_code, fmt ": %s", ## args, strerror(errno)) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/
A Dldso.h108 # define __dl_debug_dprint(fmt, args...) \ argument
110 # define _dl_if_debug_dprint(fmt, args...) \ argument
113 # define __dl_debug_dprint(fmt, args...) do {} while (0) argument
114 # define _dl_if_debug_dprint(fmt, args...) do {} while (0) argument
137 # define _dl_debug_early(fmt, args...) __dl_debug_dprint(fmt, ## args) argument
139 # define _dl_debug_early(fmt, args...) do {} while (0) argument
163 # define _dl_dprintf(fd, fmt, args...) fprintf(stderr, fmt, ## args) argument
/l4re-core-master/l4re/util/libs/
A Ddebug.cc42 Dbg::printf_impl(char const *fmt, ...) const in printf_impl()
57 Dbg::cprintf_impl(char const *fmt, ...) const in cprintf_impl()
75 Err::printf(char const *fmt, ...) const in printf()
90 Err::cprintf(char const *fmt, ...) const in cprintf()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Ddebug.h35 # define PDEBUG(fmt, args...) __pthread_message("%s: " fmt, __FUNCTION__, ## args) argument
37 # define PDEBUG(fmt, args...) /* debug switched off */ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/
A Dtst-too-many-cleanups.c34 #define warn(fmt, args...) fprintf(stderr, "[%p] " fmt, (void*)pthread_self(), ## args) argument
35 #define warnf(fmt, args...) warn("%s:%i: " fmt, __FUNCTION__, __LINE__, ## args) argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfloating_from_chars.cc107 inline bool valid_fmt(chars_format fmt) in valid_fmt()
150 chars_format& fmt, buffered_string& buf) in pattern()
366 make_result(const char* str, ptrdiff_t n, chars_format fmt, errc ec) noexcept in make_result()
407 chars_format fmt) noexcept in from_chars()
433 chars_format fmt) noexcept in from_chars()
459 chars_format fmt) noexcept in from_chars()
496 chars_format fmt) noexcept in from_chars()
A Dfloating_to_chars.cc591 const chars_format fmt, const int precision) in __handle_special_value()
912 chars_format fmt) in __floating_to_chars_shortest()
1111 chars_format fmt, const int precision) in __floating_to_chars_precision()
1565 to_chars(char* first, char* last, float value, chars_format fmt) noexcept in to_chars()
1569 to_chars(char* first, char* last, float value, chars_format fmt, in to_chars()
1579 to_chars(char* first, char* last, double value, chars_format fmt) noexcept in to_chars()
1583 to_chars(char* first, char* last, double value, chars_format fmt, in to_chars()
1600 to_chars(char* first, char* last, long double value, chars_format fmt) noexcept in to_chars()
1611 to_chars(char* first, char* last, long double value, chars_format fmt, in to_chars()
1631 to_chars(char* first, char* last, __float128 value, chars_format fmt) noexcept in to_chars()
[all …]
/l4re-core-master/l4util/lib/src/
A Dkprintf.c28 L4_CV int l4_kprintf(const char *fmt, ...) in l4_kprintf()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dmalloc.h88 # define MALLOC_MMB_DEBUG(indent, fmt, args...) \ argument
96 # define MALLOC_MMB_DEBUG(fmt, args...) (void)0 argument
160 # define MALLOC_DEBUG(indent, fmt, args...) \ argument
178 # define MALLOC_DEBUG(fmt, args...) (void)0 argument
A Dmalloc_debug.c36 __malloc_debug_printf (int indent, const char *fmt, ...) in __malloc_debug_printf()
A Dheap_debug.c70 const char *str, char *fmt, ...) in __heap_check_failure()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/
A Dtst_strfmon.c17 char *fmt; in tst_strfmon() local
A Dtst_swscanf.c15 wchar_t *fmt; in tst_swscanf() local
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dtst-gnuglob.c33 # define PRINTF(fmt, args...) printf (fmt, ##args) argument
35 # define PRINTF(fmt, args...) argument
308 test_result (const char *fmt, int flags, glob_t *gl, const char *str[]) in test_result()
355 const char *fmt; in main() local
A Dbug-glob2.c31 # define PRINTF(fmt, args...) \ argument
39 # define PRINTF(fmt, args...) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/test/time/
A Dtst-strftime.c9 const char *fmt; member
79 const char *fmt; in do_test() member
A Dtst-strptime2.c8 const char *fmt; member
/l4re-core-master/uclibc/lib/contrib/uclibc/test/mmap/
A Dmmap.c40 #define err(fmt, args...) \ argument
45 #define errp(fmt, args...) err(fmt ": %s" , ## args , strerror(errno)) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Diconv.c127 static void error_msg(const char *fmt, ...) in error_msg()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/error/
A Derr.c26 static const char fmt[] = "%s: \0: %s\n\0\n"; in vwarn_work() local
/l4re-core-master/moe/server/src/
A Dlog.cc73 void Pbuf::printf(char const *fmt, ...) in printf()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dconfdata.c30 static void conf_warning(const char *fmt, ...) in conf_warning()
41 static void conf_default_message_callback(const char *fmt, va_list ap) in conf_default_message_callback()
50 void conf_set_message_callback(void (*fn) (const char *fmt, va_list ap)) in conf_set_message_callback()
55 static void conf_message(const char *fmt, ...) in conf_message()
A Dutil.c129 void str_printf(struct gstr *gs, const char *fmt, ...) in str_printf()
A Dzconf.y16 #define printd(mask, fmt...) if (cdebug & (mask)) printf(fmt) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/syslog/
A Dsyslog.c188 __vsyslog(int pri, const char *fmt, va_list ap) in __vsyslog()

Completed in 41 milliseconds

12