Searched defs:format (Results 76 - 100 of 161) sorted by relevance

1234567

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c172 topo_vdprintf(topo_hdl_t *thp, int mask, const char *mod, const char *format, argument
182 len = vsnprintf(&c, 1, format, ap);
184 (void) vsnprintf(msg, len + 1, format, ap);
208 topo_dprintf(topo_hdl_t *thp, int mask, const char *format, ...) argument
212 va_start(ap, format);
213 topo_vdprintf(thp, mask, NULL, format, ap);
/osnet-11/usr/src/lib/libadm/common/
H A Dckitem.c446 char format[16]; local
454 (void) sprintf(format, "%%-%ds", menup->longest+5);
462 (void) fprintf(stderr, format, chp->token);
473 (void) fprintf(stderr, format, "");
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rcm.c494 static char format[MAX_FORMAT]; local
578 /* Construct the format string */
579 (void) snprintf(format, MAX_FORMAT, "%%-%ds %%-%ds", w_rsrc, w_info);
589 format, info_rsrc_str, info_info_str);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c89 * format. Often more complex operations are necessary.
236 parse_format(const char *s, char *format, int *len) argument
242 char *fmt = format;
248 *format++ = '%';
257 *format++ = *s;
261 *format++ = *s++;
271 *format++ = *s++;
274 *format++ = *s++;
282 *format++ = *s++;
292 *format
340 static char format[MAX_FORMAT_LEN]; local
[all...]
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dtxn.h63 int32_t format; /* XA format */ member in struct:__txn_detail
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c341 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) argument
349 fmt.fmt.form = (char*)format;
373 sfkeyprintf_20000308(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) argument
382 fmt.fmt.form = (char*)format;
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfcvt.c35 #define SF_INF ((_Sfi = 3), strlcpy(buf, (format & SFFMT_UPPER) ? uc_inf : lc_inf, size), buf)
36 #define SF_NAN ((_Sfi = 3), strlcpy(buf, (format & SFFMT_UPPER) ? uc_nan : lc_nan, size), buf)
102 int* decpt, int* sign, int* len, int format)
104 char* _sfcvt(vp,buf,size,n_digit,decpt,sign,len,format)
112 int format; /* conversion format */
127 if(format&SFFMT_LDOUBLE)
195 if(format & SFFMT_AFORMAT)
198 ep = (format & SFFMT_UPPER) ? ux : lx;
267 n = (((format
101 _sfcvt(Void_t* vp, char* buf, size_t size, int n_digit, int* decpt, int* sign, int* len, int format) argument
[all...]
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmlocale.c41 char* format; member in struct:__anon1189
109 b[must[n]] = tm_data.format[must[n]];
113 b[n] = tm_data.format[n];
122 tm_info.format = b;
123 if (!(tm_info.deformat = state.format))
124 tm_info.deformat = tm_info.format[TM_DEFAULT];
185 * convert ms word date spec w to posix strftime format f
378 * synthesize TM_TIME format from the ms word template
407 * synthesize TM_DATE format
416 * synthesize TM_DEFAULT format
[all...]
H A Dtmxscan.c29 * scan date expression in s using format
31 * if non-null, f points to the first unused format char
165 * the format scan workhorse
169 scan(register const char* s, char** e, const char* format, char** f, Time_t t, long flags) argument
198 if (!(d = *format++))
202 format--;
205 format = (const char*)*--sp;
209 format--;
212 else if (d == '%' && (d = *format) && format
461 tmxscan(const char* s, char** e, const char* format, char** f, Time_t t, long flags) argument
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dwalkstack.c331 async_filenoprintf(int filenum, const char *format, ...) argument
336 va_start(ap, format);
337 (void) vsnprintf(buffer, sizeof (buffer), format, ap);
436 * format backtrace string
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c403 gprintf(int level, const char *format, ...) argument
407 va_start(ap, format);
412 (void) vprintf(format, ap);
/osnet-11/usr/src/lib/libc/port/rt/
H A Dsigev_thread.c76 dprintf(const char *format, ...) argument
81 va_start(alist, format);
85 (void) vfprintf(stderr, format, alist);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c167 static const int format[][8] = { variable
202 i = format[__m_slk_format][index];
419 i = format[__m_slk_format][index];
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c270 log_vwrite(log_context lc, int category, int level, const char *format, argument
308 * Get the current time and format it.
360 (void)vsprintf(lc->buffer, format, args);
430 log_write(log_context lc, int category, int level, const char *format, ...) { argument
433 va_start(args, format);
434 log_vwrite(lc, category, level, format, args);
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dcsrcrlop.c135 kmf_create_csr_file(KMF_DATA *csrdata, KMF_ENCODE_FORMAT format, argument
145 if (format != KMF_FORMAT_PEM && format != KMF_FORMAT_ASN1)
148 if (format == KMF_FORMAT_PEM) {
163 if (format == KMF_FORMAT_PEM) {
335 newextn.format = KMF_X509_DATAFORMAT_ENCODED;
/osnet-11/usr/src/lib/libcmd/common/
H A Dtail.c257 init(Tail_t* tp, Sfoff_t number, int delim, int flags, const char** format) argument
313 sfprintf(sfstdout, *format, tp->name);
314 *format = header_fmt;
417 const char* format = header_fmt+1; local
619 if (!init(fp, number, delim, flags, &format))
662 sfprintf(sfstdout, format, fp->name);
663 format = header_fmt;
684 if (i && (fp->dev != st.st_dev || fp->ino != st.st_ino) && !init(fp, 0, 0, flags, &format))
729 sfprintf(sfstdout, format, file);
730 format
[all...]
/osnet-11/usr/src/lib/libelfsign/common/
H A Delfcertlib.c334 KMF_ENCODE_FORMAT format; local
341 format = KMF_FORMAT_UNDEF;
355 &format, sizeof (format));
393 KMF_ENCODE_FORMAT format; local
410 format = KMF_FORMAT_UNDEF;
428 &format, sizeof (format));
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_nvl.c125 const char *format, ...)
132 va_start(ap, format);
133 len = vsnprintf(NULL, 0, format, ap) + 1;
140 va_start(ap, format);
141 if (vsnprintf(value, len, format, ap) < 0)
279 * Prints elements in an event buffer in property format
630 * Prints elements in an event buffer in property format
714 * Prints elements in an event buffer in property format
1084 * Prints elements in an event buffer in property format
124 asr_nvl_add_strf(nvlist_t *nvl, const char *property, const char *format, ...) argument
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dtparm.c91 * format. Often more complex operations are necessary.
241 parse_format(const char *s, char *format, int *len) argument
244 if (format != 0) {
249 char *fmt = format;
255 *format++ = '%';
264 *format++ = *s;
268 *format++ = *s++;
278 *format++ = *s++;
281 *format++ = *s++;
289 *format
[all...]
/osnet-11/usr/src/cmd/hal/utils/
H A Dcdutils.c407 * returns current/maximum format capacity in bytes
481 read_toc(int fd, int format, int trackno, int buflen, uchar_t *buf) argument
491 scmd.uscsi_cdb[2] = format & 0xf;
/osnet-11/usr/src/lib/libast/common/misc/
H A Derror.c34 * NOTE: id && ERROR_NOID && !ERROR_USAGE implies format=id for errmsg()
362 char* format; local
388 format = (char*)id;
392 format = 0;
528 if (format || (format = va_arg(ap, char*)))
531 format = ERROR_translate(NiL, id, catalog, format);
532 sfvprintf(stkstd, format, ap);
590 if (level >= error_state.breakpoint && error_state.breakpoint && (!error_state.match || !regexec(error_state.match, s ? s : format,
[all...]
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c54 static void handle_error(const char *format, ...);
610 handle_error(const char *format, ...) argument
613 va_start(ap, format);
616 error_func(format, ap);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dprint.c23 * print [-nrps] [-f format] [-u filenum] [arg...]
24 * printf format [arg...]
147 char *format = 0; local
153 format = 0;
178 format = opt_info.arg;
242 if(error_info.errors || (argc<0 && !(format = *argv++)))
244 if(vflag && format)
247 if(format)
248 format = genformat(format);
421 genformat(char *format) argument
626 int format = fe->fmt; local
[all...]
H A Dshiocmd_solaris.c44 Namval_t *format; member in struct:dctime
52 char *format = nv_getval(dp->format); local
53 tmfmt(dp->buff,sizeof(dp->buff),format,(time_t*)0);
81 nv_unset(dp->format);
82 free((void*)dp->format);
90 if(strcmp(name, "format"))
92 return(dp->format);
113 sfprintf(stkstd,"%s.format\0",name);
115 dp->format
[all...]
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp.c259 * Given a media list and a format number, this API will return the rtpmap
260 * attribute matching the format number.
263 sdp_find_media_rtpmap(sdp_media_t *media, const char *format) argument
268 if (media == NULL || format == NULL || (strlen(format) == 0)) {
279 if (strncasecmp(tmp, format,
280 strlen(format)) == 0) {
839 char *format = NULL; local
915 if (sdp_list_to_str(media->m_format, &format, B_TRUE) != 0)
919 format,
[all...]

Completed in 253 milliseconds

1234567