/illumos-gate/usr/src/lib/libuutil/common/ |
H A D | uu_dprintf.c | 96 const char *format, ...) in uu_dprintf()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/ |
H A D | SysloglikeFormatter.java | 114 public synchronized String format(LogRecord record) in format() method in SysloglikeFormatter
|
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | libdisasm.c | 310 dis_vsnprintf(char *restrict s, size_t n, const char *restrict format, in dis_vsnprintf() 321 dis_snprintf(char *restrict s, size_t n, const char *restrict format, ...) in dis_snprintf()
|
/illumos-gate/usr/src/uts/common/ctf/ |
H A D | ctf_subr.c | 84 ctf_dprintf(const char *format, ...) in ctf_dprintf()
|
/illumos-gate/usr/src/cmd/mkfifo/ |
H A D | mkfifo.c | 122 errmsg(int severity, int code, char *format, ...) in errmsg()
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | util_helper.c | 166 hal_set_proc_title (const char *format, ...) in hal_set_proc_title()
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_callbacks.c | 168 ndmpd_api_log_v2(void *cookie, char *format, ...) in ndmpd_api_log_v2() 447 char *format, ...) in ndmpd_api_log_v3() 735 char *format, ...) in ndmpd_api_log_v4()
|
/illumos-gate/usr/src/cmd/fm/fmdump/common/ |
H A D | fmdump.c | 60 fmdump_printf(FILE *fp, const char *format, ...) in fmdump_printf() 76 fmdump_vwarn(const char *format, va_list ap) in fmdump_vwarn() 91 fmdump_warn(const char *format, ...) in fmdump_warn() 101 fmdump_exit(int err, int exitcode, const char *format, va_list ap) in fmdump_exit() 115 fmdump_fatal(const char *format, ...) in fmdump_fatal() 128 fmdump_usage(const char *format, ...) in fmdump_usage()
|
/illumos-gate/usr/src/cmd/boot/common/ |
H A D | boot_utils.c | 37 boot_gdebug(const char *funcname, char *format, ...) in boot_gdebug()
|
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/ |
H A D | download.c | 51 KMF_ENCODE_FORMAT format; in pk_download() local
|
H A D | genkeypair.c | 145 KMF_ENCODE_FORMAT format; in genkeypair_file() local 332 char *format = NULL; in pk_genkeypair() local
|
/illumos-gate/usr/src/cmd/ypcmd/shared/ |
H A D | utils.c | 248 logprintf2(char *format, ...) in logprintf2()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmxscan.c | 169 scan(register const char* s, char** e, const char* format, char** f, Time_t t, long flags) in scan() 462 tmxscan(const char* s, char** e, const char* format, char** f, Time_t t, long flags) in tmxscan()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_io.c | 650 mdb_iob_format2str(const char *format) in mdb_iob_format2str() 1207 iob_doprnt(mdb_iob_t *iob, const char *format, varglist_t *ap) in iob_doprnt() 1613 mdb_iob_vprintf(mdb_iob_t *iob, const char *format, va_list alist) in mdb_iob_vprintf() 1621 mdb_iob_aprintf(mdb_iob_t *iob, const char *format, const mdb_arg_t *argv) in mdb_iob_aprintf() 1629 mdb_iob_printf(mdb_iob_t *iob, const char *format, ...) in mdb_iob_printf() 1749 mdb_iob_vsnprintf(char *buf, size_t nbytes, const char *format, va_list alist) in mdb_iob_vsnprintf() 1772 mdb_iob_asnprintf(char *buf, size_t nbytes, const char *format, in mdb_iob_asnprintf() 1797 mdb_iob_snprintf(char *buf, size_t nbytes, const char *format, ...) in mdb_iob_snprintf()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/exception/ |
H A D | SuccinctStackTraceFormatter.java | 84 public static String format(Throwable t) in format() method in SuccinctStackTraceFormatter
|
/illumos-gate/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.c | 58 nd_debug(nd_hdl_t *nhdl, const char *format, ...) in nd_debug() 83 nd_error(nd_hdl_t *nhdl, const char *format, ...) in nd_error() 99 nd_abort(nd_hdl_t *nhdl, const char *format, ...) in nd_abort()
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | toshiba.c | 53 read_toc_as_per_8020(int fd, int format, int trackno, int buflen, uchar_t *buf) in read_toc_as_per_8020()
|
/illumos-gate/usr/src/cmd/dispadmin/ |
H A D | subr.c | 48 fatalerr(const char *format, ...) in fatalerr()
|
/illumos-gate/usr/src/cmd/adbgen/common/ |
H A D | adbsub.c | 181 format(char *name, size_t size, char *fmt) in format() function
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/ |
H A D | sfkeyprintf.c | 341 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t … in sfkeyprintf() 373 sfkeyprintf_20000308(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_c… in sfkeyprintf_20000308()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | tparm.c | 236 parse_format(const char *s, char *format, int *len) in parse_format() 340 static char format[MAX_FORMAT_LEN]; in tparam_internal() local
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | print.c | 177 char *format = 0; in b_print() local 465 static char *genformat(char *format) in genformat() 695 int format = fe->fmt; in extend() local
|
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/ |
H A D | logger.c | 363 klog_com_err_proc(const char *whoami, long code, const char *format, va_list ap) in klog_com_err_proc() 1033 klog_vsyslog(int priority, const char *format, va_list arglist) in klog_vsyslog() 1161 krb5_klog_syslog(int priority, const char *format, ...) in krb5_klog_syslog()
|
/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | adt_token.c | 625 adt_write_text(int handle, char *main_text, const char *format) in adt_write_text() 639 struct adt_event_state *event, char *format) in adt_to_text() 827 struct adt_event_state *event, char *format) in adt_to_uauth() 853 struct adt_event_state *event, char *format) in adt_to_user()
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 2581 doprf(const char *format, va_list args, Prfbuf *prf) in doprf() 2790 doprintf(const char *format, va_list args, Prfbuf *prf) in doprintf() 2802 sprintf(char *buf, const char *format, ...) in sprintf() 2823 snprintf(char *buf, size_t n, const char *format, ...) in snprintf() 2841 bufprint(Prfbuf *prf, const char *format, ...) in bufprint() 2855 printf(const char *format, ...) in printf() 2887 veprintf(Lm_list *lml, Error error, const char *format, va_list args) in veprintf() 3071 eprintf(Lm_list *lml, Error error, const char *format, ...) in eprintf()
|