/openbsd-src/gnu/usr.bin/texinfo/intl/ |
H A D | printf.c | 80 libintl_vfprintf (FILE *stream, const char *format, va_list args) in libintl_vfprintf() 101 libintl_fprintf (FILE *stream, const char *format, ...) in libintl_fprintf() 114 libintl_vprintf (const char *format, va_list args) in libintl_vprintf() 121 libintl_printf (const char *format, ...) in libintl_printf() 134 libintl_vsprintf (char *resultbuf, const char *format, va_list args) in libintl_vsprintf() 154 libintl_sprintf (char *resultbuf, const char *format, ...) in libintl_sprintf() 177 libintl_vsnprintf (char *resultbuf, size_t length, const char *format, va_list args) in libintl_vsnprintf() 204 libintl_snprintf (char *resultbuf, size_t length, const char *format, ...) in libintl_snprintf() 221 libintl_vasprintf (char **resultp, const char *format, va_list args) in libintl_vasprintf() 233 libintl_asprintf (char **resultp, const char *format, ...) in libintl_asprintf() [all …]
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | DNBLog.cpp | 65 static inline void _DNBLogVAPrintf(uint32_t flags, const char *format, in _DNBLogVAPrintf() 74 void _DNBLog(uint32_t flags, const char *format, ...) { in _DNBLog() 83 void _DNBLogDebug(const char *format, ...) { in _DNBLogDebug() 94 void _DNBLogDebugVerbose(const char *format, ...) { in _DNBLogDebugVerbose() 107 void _DNBLogThreaded(const char *format, ...) { in _DNBLogThreaded() 149 void _DNBLogThreadedIf(uint32_t log_bit, const char *format, ...) { in _DNBLogThreadedIf() 191 void _DNBLogError(const char *format, ...) { in _DNBLogError() 208 void _DNBLogFatalError(int err, const char *format, ...) { in _DNBLogFatalError() 226 void _DNBLogVerbose(const char *format, ...) { in _DNBLogVerbose() 237 void _DNBLogWarningVerbose(const char *format, ...) { in _DNBLogWarningVerbose() [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | messages.c | 172 as_tsktsk (const char *format, ...) in as_tsktsk() 184 as_tsktsk (format, va_alist) in as_tsktsk() argument 227 as_warn (const char *format, ...) in as_warn() 242 as_warn (format, va_alist) in as_warn() argument 265 as_warn_where (char *file, unsigned int line, const char *format, ...) in as_warn_where() 280 as_warn_where (file, line, format, va_alist) in as_warn_where() argument 328 as_bad (const char *format, ...) in as_bad() 342 as_bad (format, va_alist) in as_bad() argument 363 as_bad_where (char *file, unsigned int line, const char *format, ...) in as_bad_where() 377 as_bad_where (file, line, format, va_alist) in as_bad_where() argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | va-arg-10.c | 22 fap (int i, char* format, va_list ap) in fap() 41 f0 (char* format, ...) in f0() 51 f1 (int a1, char* format, ...) in f1() 61 f2 (int a1, int a2, char* format, ...) in f2() 71 f3 (int a1, int a2, int a3, char* format, ...) in f3() 81 f4 (int a1, int a2, int a3, int a4, char* format, ...) in f4() 92 char* format, ...) in f5() 104 char* format, ...) in f6() 116 char* format, ...) in f7() 128 char* format, ...) in f8() [all …]
|
H A D | va-arg-9.c | 19 fap (int i, char* format, va_list ap) in fap() 29 f0 (char* format, ...) in f0() 39 f1 (int a1, char* format, ...) in f1() 49 f2 (int a1, int a2, char* format, ...) in f2() 59 f3 (int a1, int a2, int a3, char* format, ...) in f3() 69 f4 (int a1, int a2, int a3, int a4, char* format, ...) in f4() 80 char* format, ...) in f5() 92 char* format, ...) in f6() 104 char* format, ...) in f7() 116 char* format, ...) in f8() [all …]
|
H A D | va-arg-2.c | 21 f0 (char* format, ...) in f0() 35 f1 (int a1, char* format, ...) in f1() 49 f2 (int a1, int a2, char* format, ...) in f2() 63 f3 (int a1, int a2, int a3, char* format, ...) in f3() 77 f4 (int a1, int a2, int a3, int a4, char* format, ...) in f4() 92 char* format, ...) in f5() 108 char* format, ...) in f6() 124 char* format, ...) in f7() 140 char* format, ...) in f8() 156 char* format, ...) in f9() [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | messages.c | 145 as_tsktsk (const char *format, ...) in as_tsktsk() 157 as_tsktsk (format, va_alist) in as_tsktsk() argument 200 as_warn (const char *format, ...) in as_warn() 215 as_warn (format, va_alist) in as_warn() argument 238 as_warn_where (char *file, unsigned int line, const char *format, ...) in as_warn_where() 253 as_warn_where (file, line, format, va_alist) in as_warn_where() argument 301 as_bad (const char *format, ...) in as_bad() 315 as_bad (format, va_alist) in as_bad() argument 336 as_bad_where (char *file, unsigned int line, const char *format, ...) in as_bad_where() 350 as_bad_where (file, line, format, va_alist) in as_bad_where() argument [all …]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_format_interceptor_test.cpp | 49 static void verifyFormatResults(const char *format, unsigned n, in verifyFormatResults() 68 const char *format, ...) { in testScanf3() 75 static void testScanf2(const char *format, int scanf_result, in testScanf2() 90 static void testScanf(const char *format, unsigned n, ...) { in testScanf() 97 static void testScanfPartial(const char *format, int scanf_result, unsigned n, in testScanfPartial() 105 static void testScanfNoGnuMalloc(const char *format, unsigned n, ...) { in testScanfNoGnuMalloc() 227 static void testPrintf3(void *ctx, const char *format, ...) { in testPrintf3() 234 static void testPrintf2(const char *format, unsigned n, in testPrintf2() 248 static void testPrintf(const char *format, unsigned n, ...) { in testPrintf()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | errors.c | 40 warning VPARAMS ((const char *format, ...)) in warning() 55 error VPARAMS ((const char *format, ...)) in error() 72 fatal VPARAMS ((const char *format, ...)) in fatal() 87 internal_error VPARAMS ((const char *format, ...)) in internal_error()
|
/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | logging.c | 79 static int va_warn0(char *format, va_list args) in va_warn0() 279 void va_warn(WarnLevel level, char *format, va_list args) in va_warn() 292 void va_warn(WarnLevel level, char *format, va_list args) in va_warn() 301 void __rt_warning(char *format, ...) in __rt_warning() 323 void __rt_error(char *format, ...) in __rt_error() 346 void __rt_trace(char *format, ...) in __rt_trace()
|
H A D | msgbuild.c | 45 unsigned int vmsgbuild(unsigned char *buffer, const char *format, va_list args) in vmsgbuild() 136 unsigned int msgbuild(unsigned char *buffer, const char *format, ...) in msgbuild() 154 extern int msgsend(ChannelID chan, const char *format,...) in msgsend() 194 extern unsigned int unpack_message(unsigned char *buffer, const char *format, ...) in unpack_message()
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | time64.c | 134 # define TIME64_TRACE(format) (fprintf(stderr, format)) argument 135 # define TIME64_TRACE1(format, var1) (fprintf(stderr, format, var1)) argument 136 # define TIME64_TRACE2(format, var1, var2) (fprintf(stderr, format, var1, var2)) argument 137 # define TIME64_TRACE3(format, var1, var2, var3) (fprintf(stderr, format, var1, var2, var3)) argument 139 # define TIME64_TRACE(format) ((void)0) argument 140 # define TIME64_TRACE1(format, var1) ((void)0) argument 141 # define TIME64_TRACE2(format, var1, var2) ((void)0) argument 142 # define TIME64_TRACE3(format, var1, var2, var3) ((void)0) argument
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | format.c | 91 bfd_check_format (bfd *abfd, bfd_format format) in bfd_check_format() 117 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching) in bfd_check_format_matches() 391 bfd_set_format (bfd *abfd, bfd_format format) in bfd_set_format() 429 bfd_format_string (bfd_format format) in bfd_format_string()
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | format.c | 89 bfd_check_format (bfd *abfd, bfd_format format) in bfd_check_format() 115 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching) in bfd_check_format_matches() 381 bfd_set_format (bfd *abfd, bfd_format format) in bfd_set_format() 419 bfd_format_string (bfd_format format) in bfd_format_string()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | errors.c | 45 warning (int opt ATTRIBUTE_UNUSED, const char *format, ...) in warning() 60 error (const char *format, ...) in error() 77 fatal (const char *format, ...) in fatal() 92 internal_error (const char *format, ...) in internal_error()
|
/openbsd-src/usr.sbin/unbound/util/ |
H A D | log.c | 221 const char *format, va_list args) in log_vmsg() 302 log_info(const char *format, ...) in log_info() 315 log_err(const char *format, ...) in log_err() 328 log_warn(const char *format, ...) in log_warn() 341 fatal_exit(const char *format, ...) in fatal_exit() 356 verbose(enum verbosity_value level, const char* format, ...) in verbose() 407 log_query(const char *format, ...) in log_query() 416 log_reply(const char *format, ...) in log_reply()
|
/openbsd-src/sbin/unwind/libunbound/util/ |
H A D | log.c | 221 const char *format, va_list args) in log_vmsg() 302 log_info(const char *format, ...) in log_info() 315 log_err(const char *format, ...) in log_err() 328 log_warn(const char *format, ...) in log_warn() 341 fatal_exit(const char *format, ...) in fatal_exit() 356 verbose(enum verbosity_value level, const char* format, ...) in verbose() 407 log_query(const char *format, ...) in log_query() 416 log_reply(const char *format, ...) in log_reply()
|
/openbsd-src/sys/dev/pci/drm/ |
H A D | drm_print.c | 291 drm_dev_printk(const struct device * dev,const char * level,const char * format,...) drm_dev_printk() argument 312 __drm_dev_dbg(struct _ddebug * desc,const struct device * dev,enum drm_debug_category category,const char * format,...) __drm_dev_dbg() argument 336 ___drm_dbg(struct _ddebug * desc,enum drm_debug_category category,const char * format,...) ___drm_dbg() argument 355 __drm_err(const char * format,...) __drm_err() argument 374 drm_dev_printk(const struct device * dev,const char * level,const char * format,...) drm_dev_printk() argument 392 __drm_dev_dbg(struct _ddebug * desc,const struct device * dev,enum drm_debug_category category,const char * format,...) __drm_dev_dbg() argument 406 ___drm_dbg(struct _ddebug * desc,enum drm_debug_category category,const char * format,...) ___drm_dbg() argument 419 __drm_err(const char * format,...) __drm_err() argument [all...] |
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | Status.cpp | 54 Status::Status(const char *format, ...) : m_string() { in Status() 199 const char *format, ...) { in SetExpressionErrorWithFormat() 255 int Status::SetErrorStringWithFormat(const char *format, ...) { in SetErrorStringWithFormat() 268 int Status::SetErrorStringWithVarArg(const char *format, va_list args) { in SetErrorStringWithVarArg() 289 void llvm::format_provider<lldb_private::Status>::format( in format() function in llvm::format_provider::Status
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | scm-valprint.c | 49 scm_inferior_print (LONGEST value, struct ui_file *stream, int format, in scm_inferior_print() 95 scm_scmlist_print (LONGEST svalue, struct ui_file *stream, int format, in scm_scmlist_print() 140 scm_scmval_print (LONGEST svalue, struct ui_file *stream, int format, in scm_scmval_print() 363 CORE_ADDR address, struct ui_file *stream, int format, in scm_val_print() 390 scm_value_print (struct value *val, struct ui_file *stream, int format, in scm_value_print()
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | vasprintf.c | 64 int_vasprintf (char **result, const char *format, va_list args) in int_vasprintf() 152 vasprintf (char **result, const char *format, in vasprintf() 164 checkit (const char *format, ...) in checkit()
|
/openbsd-src/lib/libcrypto/bio/ |
H A D | b_print.c | 17 BIO_vprintf(BIO *bio, const char *format, va_list args) in BIO_vprintf() 36 BIO_vprintf(BIO *bio, const char *format, va_list args) in BIO_vprintf() 52 BIO_printf(BIO *bio, const char *format, ...) in BIO_printf()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_printf.cpp | 129 const char *format, va_list args) { in VSNPrintf() 250 const char *format, in SharedPrintfCodeNoBuffer() 302 static void NOINLINE SharedPrintfCode(bool append_pid, const char *format, in SharedPrintfCode() 313 void Printf(const char *format, ...) { in Printf() 321 void Report(const char *format, ...) { in Report() 332 int internal_snprintf(char *buffer, uptr length, const char *format, ...) { in internal_snprintf() 340 void InternalScopedString::append(const char *format, ...) { in append()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | FormatAdapters.h | 37 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format() function 51 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format() function 66 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format() function 79 void format(llvm::raw_ostream &Stream, StringRef Style) override { in format() function
|
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dml/calcs/ |
H A D | custom_float.c | 31 const struct custom_float_format *format, in build_custom_float() 123 const struct custom_float_format *format, in setup_custom_float() 184 const struct custom_float_format *format, in convert_to_custom_float_format()
|