Searched defs:fmt (Results 226 - 250 of 265) sorted by relevance

1234567891011

/osnet-11/usr/src/lib/libsldap/common/
H A Dns_config.c3041 __s_api_strValue(ns_config_t *cfg, ParamIndexType index, ns_strfmt_t fmt) argument
3078 switch (fmt) {
3142 switch (fmt) {
3178 if (fmt == NS_LDIF_FMT) {
3231 if (fmt == NS_DOOR_FMT) {
3262 if (fmt == NS_DOOR_FMT) {
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c1375 smb_log(smb_log_hdl_t hdl, int priority, const char *fmt, ...) argument
1388 va_start(ap, fmt);
1389 (void) vsnprintf(buf, SMB_LOG_LINE_SZ, fmt, ap);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c2712 kmf_is_cert_data(KMF_DATA *data, KMF_ENCODE_FORMAT *fmt) argument
2720 if (data == NULL || fmt == NULL)
2723 rv = kmf_get_data_format(data, fmt);
2726 switch (*fmt) {
H A Dgeneralop.c874 * Return either TRUE and the format in fmt or FALSE.
877 check_for_pem(KMF_DATA *data, KMF_ENCODE_FORMAT *fmt) argument
893 *fmt = KMF_FORMAT_PEM_KEYPAIR;
901 *fmt = KMF_FORMAT_PEM;
1005 * Return KMF_OK and the format in fmt, or
1009 kmf_get_data_format(KMF_DATA *data, KMF_ENCODE_FORMAT *fmt) argument
1014 *fmt = KMF_FORMAT_PKCS12;
1017 *fmt = KMF_FORMAT_ASN1;
1018 } else if ((data->Length >= 8) && (check_for_pem(data, fmt) != TRUE)) {
1020 *fmt
1033 kmf_get_file_format(char *filename, KMF_ENCODE_FORMAT *fmt) argument
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgweb.c614 * fmt - print format
620 echo_out(int nointeract, char *fmt, ...) argument
624 va_start(ap, fmt);
629 (void) vfprintf(stdout, fmt, ap);
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c1615 * format (fmt) to the specified location.
1619 pool_export_format_t fmt)
1625 return (conf->pc_prov->pc_export(conf, location, fmt));
1618 pool_conf_export(const pool_conf_t *conf, const char *location, pool_export_format_t fmt) argument
H A Dpool_internal.c1525 set_char_buf(char_buf_t *cb, const char *fmt, ...) argument
1530 va_start(ap, fmt);
1531 if ((new_size = vsnprintf(cb->cb_buf, cb->cb_size, fmt, ap)) >=
1537 (void) vsnprintf(cb->cb_buf, cb->cb_size, fmt, ap);
1551 append_char_buf(char_buf_t *cb, const char *fmt, ...) argument
1560 va_start(ap, fmt);
1561 new_len = vsnprintf(size_buf, sizeof (size_buf), fmt, ap);
1572 (void) vsnprintf(&cb->cb_buf[old_len], cb->cb_size - old_len, fmt, ap);
H A Dpool_kernel.c919 pool_export_format_t fmt)
935 switch (fmt) {
918 pool_knl_export(const pool_conf_t *conf, const char *location, pool_export_format_t fmt) argument
H A Dpool_xml.c176 pool_export_format_t fmt);
1275 pool_export_format_t fmt)
1279 switch (fmt) {
1274 pool_xml_export(const pool_conf_t *conf, const char *location, pool_export_format_t fmt) argument
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c181 Sffmt_t fmt; member in struct:Fmt_s
236 Fmt_t fmt; member in struct:State_s
565 switch (dp->fmt)
568 dp->fmt = 's';
573 dp->fmt = 'u';
577 dp->fmt = 's';
582 dp->fmt = 'u';
590 dp->fmt = 's';
595 dp->fmt = 's';
600 dp->fmt
[all...]
H A Dls.c561 fp->fmt = 's';
587 if (fp->fmt == 's')
702 fp->fmt = 's';
718 fp->fmt = 's';
727 if (fp->fmt == 's')
752 else if (fp->fmt == 's' && arg)
1305 Sfio_t* fmt; local
1319 if (!(fmt = sfstropen()) || !(state.tmp = sfstropen()))
1667 if (!sfstrtell(fmt))
1669 sfputr(fmt, opt_inf
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c175 file_err(struct conf_file *filep, char *fmt, ...) argument
180 va_start(ap, fmt);
183 vlog_debug_msg(fmt, ap);
2140 vlog_debug_msg(char *fmt, va_list ap) argument
2163 (void) vfprintf(logfp, fmt, ap);
2168 log_debug_msg(char *fmt, ...) argument
2172 va_start(ap, fmt);
2173 vlog_debug_msg(fmt, ap);
/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.c2903 bprintf(dis_handle_t *dhp, const char *fmt, ...) argument
2910 va_start(ap, fmt);
2911 (void) vsnprintf(dhp->dh_buf + curlen, dhp->dh_buflen - curlen, fmt,
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c749 dtj_throw(JNIEnv *jenv, jclass jc, const char *fmt, va_list *ap) argument
752 (void) vsnprintf(msg, sizeof (msg), fmt, *ap);
757 dtj_throw_out_of_memory(JNIEnv *jenv, const char *fmt, ...) argument
771 va_start(ap, fmt);
772 dtj_throw(jenv, jc, fmt, &ap);
778 dtj_throw_null_pointer(JNIEnv *jenv, const char *fmt, ...) argument
783 va_start(ap, fmt);
784 dtj_throw(jenv, jc, fmt, &ap);
790 dtj_throw_illegal_state(JNIEnv *jenv, const char *fmt, ...) argument
795 va_start(ap, fmt);
802 dtj_throw_illegal_argument(JNIEnv *jenv, const char *fmt, ...) argument
814 dtj_throw_no_such_element(JNIEnv *jenv, const char *fmt, ...) argument
826 dtj_throw_class_cast(JNIEnv *jenv, const char *fmt, ...) argument
838 dtj_throw_assertion(JNIEnv *jenv, const char *fmt, ...) argument
850 dtj_throw_resource_limit(JNIEnv *jenv, const char *fmt, ...) argument
1000 dtj_format_string(JNIEnv *jenv, const char *fmt, ...) argument
[all...]
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr.c1513 asr_vlog(asr_handle_t *ah, char *level, char *fmt, va_list ap) argument
1523 vfprintf(ah->asr_log, fmt, ap) < 0 ||
1555 asr_log_error(asr_handle_t *ah, asr_err_t err, char *fmt, ...) argument
1559 va_start(ap, fmt);
1560 (void) asr_verror(err, fmt, ap);
1569 asr_log_warn(asr_handle_t *ah, char *fmt, ...) argument
1572 va_start(ap, fmt);
1573 (void) asr_vlog(ah, "WARNING", fmt, ap);
1581 asr_log_info(asr_handle_t *ah, char *fmt, ...) argument
1584 va_start(ap, fmt);
1593 asr_log_debug(asr_handle_t *ah, char *fmt, ...) argument
[all...]
/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.c53 dprintf(const char *fmt, ...) argument
60 va_start(ap, fmt);
61 (void) vprintf(fmt, ap);
/osnet-11/usr/src/lib/efcode/engine/
H A Ddebug.c956 forth_abort(fcode_env_t *env, char *fmt, ...) argument
967 va_start(ap, fmt);
968 vsprintf(msg, fmt, ap);
987 forth_perror(fcode_env_t *env, char *fmt, ...) argument
993 va_start(ap, fmt);
994 vsprintf(msg, fmt, ap);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dparseaddr.c2077 char fmt[16]; local
2090 (void) sm_strlcpyn(fmt, sizeof(fmt), 2, ubuf, " %s");
2092 usrerr(fmt, ubuf + off);
2094 usrerrenh(hbuf, fmt, ubuf + off);
2096 usrerr(fmt, ubuf + off);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_ctl.c349 char *fmt; local
717 fmt = (arg & 256) ? "%#0*.*" PERL_PRIfldbl : "%0*.*" PERL_PRIfldbl;
719 fmt = (arg & 256) ? "%#0*.*f" : "%0*.*f";
725 fmt = (arg & 256) ? "%#*.*" PERL_PRIfldbl : "%*.*" PERL_PRIfldbl;
727 fmt = (arg & 256) ? "%#*.*f" : "%*.*f";
750 sprintf(t, fmt, (int) fieldsize, (int) arg & 255, value);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c232 static void Printf(const char *fmt, ...) argument
236 va_start(ap, fmt);
237 vfprintf(msg_out, fmt, ap);
243 static void perr_printf(const char *fmt, ...) argument
249 va_start(ap, fmt);
250 vfprintf(msg_out, fmt, ap);
257 static void err_printf(const char *fmt, ...) argument
262 va_start(ap, fmt);
263 vfprintf(msg_out, fmt, ap);
270 static int err_exit(const char *fmt, argument
284 perr_exit(const char *fmt, ...) argument
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h76 int fmt; /* format character */ member in struct:_sffmt_s
/osnet-11/usr/src/lib/libast/common/include/
H A Dsfio.h76 int fmt; /* format character */ member in struct:_sffmt_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h76 int fmt; /* format character */ member in struct:_sffmt_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h76 int fmt; /* format character */ member in struct:_sffmt_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h76 int fmt; /* format character */ member in struct:_sffmt_s

Completed in 212 milliseconds

1234567891011