| /trueos/sys/sys/ |
| HD | nv.h | 162 void nvlist_add_stringv(nvlist_t *nvl, const char *name, const char *valuefmt, va_list valueap) __p… 292 bool nvlist_existsv(const nvlist_t *nvl, const char *namefmt, va_list nameap) __printflike(2, 0); 293 bool nvlist_existsv_type(const nvlist_t *nvl, int type, const char *namefmt, va_list nameap) __prin… 295 bool nvlist_existsv_null(const nvlist_t *nvl, const char *namefmt, va_list nameap) __printflike(2, … 296 bool nvlist_existsv_bool(const nvlist_t *nvl, const char *namefmt, va_list nameap) __printflike(2, … 297 bool nvlist_existsv_number(const nvlist_t *nvl, const char *namefmt, va_list nameap) __printflike(2… 298 bool nvlist_existsv_ptr(const nvlist_t *nvl, const char *namefmt, va_list nameap) __printflike(2, 0… 299 bool nvlist_existsv_uint64(const nvlist_t *nvl, const char *namefmt, va_list nameap) __printflike(2… 300 bool nvlist_existsv_int64(const nvlist_t *nvl, const char *namefmt, va_list nameap) __printflike(2,… 301 bool nvlist_existsv_endpoint(const nvlist_t *nvl, const char *namefmt, va_list nameap) __printflike… [all …]
|
| HD | dnv.h | 70 bool dnvlist_getv_bool(const nvlist_t *nvl, bool defval, const char *namefmt, va_list nameap) __pri… 71 uint64_t dnvlist_getv_number(const nvlist_t *nvl, uint64_t defval, const char *namefmt, va_list nam… 72 …etv_string(const nvlist_t *nvl, const char *defval, const char *namefmt, va_list nameap) __printfl… 73 …nvlist(const nvlist_t *nvl, const nvlist_t *defval, const char *namefmt, va_list nameap) __printfl… 74 int dnvlist_getv_descriptor(const nvlist_t *nvl, int defval, const char *namefmt, va_list nameap) _… 75 … size_t *sizep, const void *defval, size_t defsize, const char *namefmt, va_list nameap) __printfl… 99 bool dnvlist_takev_bool(nvlist_t *nvl, bool defval, const char *namefmt, va_list nameap) __printfli… 100 uint64_t dnvlist_takev_number(nvlist_t *nvl, uint64_t defval, const char *namefmt, va_list nameap) … 101 char *dnvlist_takev_string(nvlist_t *nvl, char *defval, const char *namefmt, va_list nameap) __prin… 102 nvlist_t *dnvlist_takev_nvlist(nvlist_t *nvl, nvlist_t *defval, const char *namefmt, va_list nameap… [all …]
|
| HD | nv_impl.h | 119 nvpair_t *nvpair_create_stringv(const char *name, const char *valuefmt, va_list valueap) __printfli… 151 nvpair_t *nvpair_createv_null(const char *namefmt, va_list nameap) __printflike(1, 0); 152 nvpair_t *nvpair_createv_bool(bool value, const char *namefmt, va_list nameap) __printflike(2, 0); 153 nvpair_t *nvpair_createv_number_type(uint64_t value, int type, const char *namefmt, va_list nameap)… 154 nvpair_t *nvpair_createv_string(const char *value, const char *namefmt, va_list nameap) __printflik… 155 nvpair_t *nvpair_createv_nvlist_type(const nvlist_t *value, int type, const char *namefmt, va_list … 156 nvpair_t *nvpair_createv_descriptor(int value, const char *namefmt, va_list nameap) __printflike(2,… 157 nvpair_t *nvpair_createv_binary(const void *value, size_t size, const char *namefmt, va_list nameap… 158 nvpair_t *nvpair_createv_uuid(const uuid_t *value, const char *namefmt, va_list nameap) __printflik… 166 nvpair_t *nvpair_movev_string(char *value, const char *namefmt, va_list nameap) __printflike(2, 0); [all …]
|
| /trueos/contrib/ldns/drill/ |
| HD | error.c | 17 warning_va_list(const char *fmt, va_list args) in warning_va_list() 27 va_list args; in warning() 34 error_va_list(const char *fmt, va_list args) in error_va_list() 44 va_list args; in error() 52 verbose_va_list(const char *fmt, va_list args) in verbose_va_list() 62 va_list args; in mesg() 76 va_list args; in verbose() 90 va_list args; in vverbose() 101 debug_va_list(const char *fmt, va_list args) in debug_va_list() 110 va_list args; in debug()
|
| /trueos/lib/libc/gen/ |
| HD | err.c | 75 va_list ap; in _err() 85 va_list ap; 93 va_list ap; in errc() 100 verrc(int eval, int code, const char *fmt, va_list ap) in verrc() 118 va_list ap; in errx() 125 verrx(int eval, const char *fmt, va_list ap) in verrx() 143 va_list ap; in _warn() 150 vwarn(const char *fmt, va_list ap) in vwarn() 158 va_list ap; in warnc() 165 vwarnc(int code, const char *fmt, va_list ap) in vwarnc() [all …]
|
| /trueos/contrib/atf/atf-c/ |
| HD | tc.c | 96 const char *, va_list); 134 va_list ap; in report_fatal_error() 237 va_list ap; in error_in_expect() 365 const char *reason, va_list ap) in format_reason_ap() 378 va_list ap2; in format_reason_ap() 392 va_list ap; in format_reason_fmt() 767 va_list ap; in atf_tc_set_md_var() 785 static void _atf_tc_fail(struct context *, const char *, va_list) 787 static void _atf_tc_fail_nonfatal(struct context *, const char *, va_list); 789 const char *, va_list); [all …]
|
| /trueos/cddl/contrib/opensolaris/lib/libuutil/common/ |
| HD | uu_pname.c | 47 uu_die_internal(int status, const char *format, va_list alist) __NORETURN; 89 uu_warn_internal(int err, const char *format, va_list alist) in uu_warn_internal() 101 uu_vwarn(const char *format, va_list alist) in uu_vwarn() 110 va_list alist; in uu_warn() 117 uu_die_internal(int status, const char *format, va_list alist) in uu_die_internal() 135 uu_vdie(const char *format, va_list alist) in uu_vdie() 144 va_list alist; in uu_die() 151 uu_vxdie(int status, const char *format, va_list alist) in uu_vxdie() 160 va_list alist; in uu_xdie()
|
| /trueos/contrib/pf/libevent/ |
| HD | log.c | 67 va_list ap); 71 event_vsnprintf(char *str, size_t size, const char *format, va_list args) in event_vsnprintf() 93 va_list ap; in event_snprintf() 104 va_list ap; in event_err() 115 va_list ap; in event_warn() 125 va_list ap; in event_errx() 136 va_list ap; in event_warnx() 146 va_list ap; in event_msgx() 156 va_list ap; in _event_debugx() 164 _warn_helper(int severity, int log_errno, const char *fmt, va_list ap) in _warn_helper()
|
| /trueos/usr.sbin/bluetooth/sdpd/ |
| HD | log.c | 51 va_list ap; in log_emerg() 61 va_list ap; in log_alert() 71 va_list ap; in log_crit() 81 va_list ap; in log_err() 91 va_list ap; in log_warning() 101 va_list ap; in log_notice() 111 va_list ap; in log_info() 121 va_list ap; in log_debug()
|
| /trueos/usr.bin/xlint/lint1/ |
| HD | err.c | 54 static void verror(int, va_list); 55 static void vwarning(int, va_list); 419 verror( int n, va_list ap) in verror() 434 vwarning( int n, va_list ap) in vwarning() 456 va_list ap; in error() 466 va_list ap; in lerror() 482 va_list ap; in warning() 492 va_list ap; in message() 515 va_list ap; in c99ism() 536 va_list ap; in gnuism()
|
| /trueos/lib/libc/include/ |
| HD | nscache.h | 34 typedef int (*nss_cache_id_func_t)(char *, size_t *, va_list, void *); 35 typedef int (*nss_cache_marshal_func_t)(char *, size_t *, void *, va_list, 37 typedef int (*nss_cache_unmarshal_func_t)(char *, size_t, void *, va_list, 182 extern int __nss_cache_handler(void *, void *, va_list); 185 extern int __nss_common_cache_read(void *, void *, va_list); 186 extern int __nss_common_cache_write(void *, void *, va_list); 189 extern int __nss_mp_cache_read(void *, void *, va_list); 190 extern int __nss_mp_cache_write(void *, void *, va_list); 191 extern int __nss_mp_cache_write_submit(void *, void *, va_list); 192 extern int __nss_mp_cache_end(void *, void *, va_list);
|
| /trueos/contrib/libc++/include/ |
| D | cstdarg | 19 type va_arg(va_list ap, type); 20 void va_copy(va_list dest, va_list src); // C99 21 void va_end(va_list ap); 22 void va_start(va_list ap, parmN); 29 va_list 44 using ::va_list;
|
| /trueos/sbin/hastd/ |
| HD | pjdlog.c | 272 va_list ap; in pjdlog_prefix_set() 286 pjdlogv_prefix_set(const char *fmt, va_list ap) in pjdlogv_prefix_set() 335 va_list ap; in pjdlog_common() 350 va_list ap) in pjdlogv_common() 432 pjdlogv(int loglevel, const char *fmt, va_list ap) in pjdlogv() 452 va_list ap; in pjdlog() 465 pjdlogv_debug(int debuglevel, const char *fmt, va_list ap) in pjdlogv_debug() 479 va_list ap; in pjdlog_debug() 492 pjdlogv_errno(int loglevel, const char *fmt, va_list ap) in pjdlogv_errno() 506 va_list ap; in pjdlog_errno() [all …]
|
| HD | pjdlog.h | 55 void pjdlogv_prefix_set(const char *fmt, va_list ap) __printflike(1, 0); 60 va_list ap) __printflike(4, 0); 63 void pjdlogv(int loglevel, const char *fmt, va_list ap) __printflike(2, 0); 81 void pjdlogv_debug(int debuglevel, const char *fmt, va_list ap) __printflike(2, 0); 84 void pjdlogv_errno(int loglevel, const char *fmt, va_list ap) __printflike(2, 0); 87 void pjdlogv_exit(int exitcode, const char *fmt, va_list ap) __printflike(2, 0) __dead2; 90 void pjdlogv_exitx(int exitcode, const char *fmt, va_list ap) __printflike(2, 0) __dead2;
|
| /trueos/contrib/openbsm/bin/auditdistd/ |
| HD | pjdlog.c | 278 va_list ap; in pjdlog_prefix_set() 292 pjdlogv_prefix_set(const char *fmt, va_list ap) in pjdlogv_prefix_set() 341 va_list ap; in pjdlog_common() 356 va_list ap) in pjdlogv_common() 439 pjdlogv(int loglevel, const char *fmt, va_list ap) in pjdlogv() 459 va_list ap; in pjdlog() 472 pjdlogv_debug(int debuglevel, const char *fmt, va_list ap) in pjdlogv_debug() 486 va_list ap; in pjdlog_debug() 499 pjdlogv_errno(int loglevel, const char *fmt, va_list ap) in pjdlogv_errno() 513 va_list ap; in pjdlog_errno() [all …]
|
| HD | pjdlog.h | 57 void pjdlogv_prefix_set(const char *fmt, va_list ap) __printflike(1, 0); 62 va_list ap) __printflike(4, 0); 65 void pjdlogv(int loglevel, const char *fmt, va_list ap) __printflike(2, 0); 83 void pjdlogv_debug(int debuglevel, const char *fmt, va_list ap) __printflike(2, 0); 86 void pjdlogv_errno(int loglevel, const char *fmt, va_list ap) __printflike(2, 0); 89 void pjdlogv_exit(int exitcode, const char *fmt, va_list ap) __printflike(2, 0) __dead2; 92 void pjdlogv_exitx(int exitcode, const char *fmt, va_list ap) __printflike(2, 0) __dead2;
|
| /trueos/usr.bin/ar/ |
| HD | util.c | 41 const char *fmt, va_list ap); 43 const char *fmt, va_list ap); 46 bsdar_vwarnc(struct bsdar *bsdar, int code, const char *fmt, va_list ap) in bsdar_vwarnc() 59 va_list ap; in bsdar_warnc() 67 bsdar_verrc(struct bsdar *bsdar, int code, const char *fmt, va_list ap) in bsdar_verrc() 80 va_list ap; in bsdar_errc()
|
| /trueos/contrib/ntp/libisc/ |
| HD | error.c | 29 default_unexpected_callback(const char *, int, const char *, va_list) 33 default_fatal_callback(const char *, int, const char *, va_list) 57 va_list args; in isc_error_unexpected() 66 va_list args; in isc_error_fatal() 83 va_list args) in default_unexpected_callback() 93 va_list args) in default_fatal_callback()
|
| /trueos/bin/sh/ |
| HD | error.c | 70 static void exverror(int, const char *, va_list) __printf0like(2, 0) __dead2; 138 vwarning(const char *msg, va_list ap) in vwarning() 150 va_list ap; in warning() 163 exverror(int cond, const char *msg, va_list ap) in exverror() 191 va_list ap; in error() 201 va_list ap; in exerror()
|
| /trueos/contrib/binutils/gas/ |
| HD | messages.c | 129 va_list args; in as_tsktsk() 143 va_list args; 184 va_list args; in as_warn() 201 va_list args; 222 va_list args; in as_warn_where() 241 va_list args; 285 va_list args; in as_bad() 301 va_list args; 320 va_list args; in as_bad_where() 338 va_list args; [all …]
|
| /trueos/contrib/tcsh/ |
| HD | tc.printf.c | 49 static void doprnt (void (*) (int), const char *, va_list); 52 doprnt(void (*addchar) (int), const char *sfmt, va_list ap) in doprnt() 338 va_list va; in xsnprintf() 355 va_list va; in xprintf() 366 xvprintf(const char *fmt, va_list va) in xvprintf() 375 xvsnprintf(char *str, size_t size, const char *fmt, va_list va) in xvsnprintf() 387 xvasprintf(const char *fmt, va_list va) in xvasprintf() 395 va_list copy; in xvasprintf() 414 va_list va; in xasprintf() 438 va_list va; in fprintf() [all …]
|
| /trueos/lib/libc/net/ |
| HD | nss_compat.c | 84 __nss_compat_getgrnam_r(void *retval, void *mdata, va_list ap) in __nss_compat_getgrnam_r() 109 __nss_compat_getgrgid_r(void *retval, void *mdata, va_list ap) in __nss_compat_getgrgid_r() 134 __nss_compat_getgrent_r(void *retval, void *mdata, va_list ap) in __nss_compat_getgrent_r() 161 __nss_compat_setgrent(void *retval, void *mdata, va_list ap) in __nss_compat_setgrent() 171 __nss_compat_endgrent(void *retval, void *mdata, va_list ap) in __nss_compat_endgrent() 185 __nss_compat_getpwnam_r(void *retval, void *mdata, va_list ap) in __nss_compat_getpwnam_r() 210 __nss_compat_getpwuid_r(void *retval, void *mdata, va_list ap) in __nss_compat_getpwuid_r() 235 __nss_compat_getpwent_r(void *retval, void *mdata, va_list ap) in __nss_compat_getpwent_r() 262 __nss_compat_setpwent(void *retval, void *mdata, va_list ap) in __nss_compat_setpwent() 272 __nss_compat_endpwent(void *retval, void *mdata, va_list ap) in __nss_compat_endpwent()
|
| /trueos/crypto/heimdal/lib/krb5/ |
| HD | warn.c | 38 krb5_error_code code, int level, const char *fmt, va_list ap) 43 krb5_error_code code, int level, const char *fmt, va_list ap) in _warnerr() 84 va_list ap; \ 106 const char *fmt, va_list ap) in krb5_vwarn() 142 krb5_vwarnx(krb5_context context, const char *fmt, va_list ap) in krb5_vwarnx() 180 const char *fmt, va_list ap) in krb5_verr() 222 krb5_verrx(krb5_context context, int eval, const char *fmt, va_list ap) in krb5_verrx() 263 const char *fmt, va_list ap) in krb5_vabort() 292 krb5_vabortx(krb5_context context, const char *fmt, va_list ap) in krb5_vabortx()
|
| /trueos/sys/contrib/dev/acpica/components/utilities/ |
| HD | utxferror.c | 81 va_list ArgList; in AcpiError() 122 va_list ArgList; in ACPI_EXPORT_SYMBOL() 160 va_list ArgList; in ACPI_EXPORT_SYMBOL() 201 va_list ArgList; in ACPI_EXPORT_SYMBOL() 245 va_list ArgList; in ACPI_EXPORT_SYMBOL() 284 va_list ArgList; in ACPI_EXPORT_SYMBOL()
|
| /trueos/contrib/jansson/src/ |
| HD | pack_unpack.c | 111 va_list ap; in set_error() 122 static json_t *pack(scanner_t *s, va_list *ap); 127 static char *read_string(scanner_t *s, va_list *ap, in read_string() 207 static json_t *pack_object(scanner_t *s, va_list *ap) in pack_object() 263 static json_t *pack_array(scanner_t *s, va_list *ap) in pack_array() 294 static json_t *pack(scanner_t *s, va_list *ap) in pack() 347 static int unpack(scanner_t *s, json_t *root, va_list *ap); 349 static int unpack_object(scanner_t *s, json_t *root, va_list *ap) in unpack_object() 465 static int unpack_array(scanner_t *s, json_t *root, va_list *ap) in unpack_array() 535 static int unpack(scanner_t *s, json_t *root, va_list *ap) in unpack() [all …]
|