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

1234567

/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c188 #define DOTSEEN 0x40 /* dot appeared in format specification */
401 _wdoprnt(const wchar_t *format, va_list in_args, FILE *iop) argument
403 return (_wndoprnt(format, in_args, iop, 0));
407 _doprnt(const char *format, va_list in_args, FILE *iop) argument
409 return (_ndoprnt(format, in_args, iop, 0));
416 _wndoprnt(const wchar_t *format, va_list in_args, FILE *iop, int prflag) argument
419 _ndoprnt(const char *format, va_list in_args, FILE *iop, int prflag)
490 /* and FSHARP are set if corresponding character is in format */
560 /* save the beginning of the format */
561 wchar_t *sformat = (wchar_t *)format;
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dpager.c215 ** format.
218 ** formats less than 3. Beginning with format 3, this record is surrounded
231 ** There are three journal formats (so far). The 1st journal format writes
234 ** new format, but we have to be able to read an older journal in order
237 ** The 3rd journal format (added for 2.8.0) adds additional sanity
245 ** The sanity checking information for the 3rd journal format consists
270 ** The following integer determines what format to use when creating
271 ** new primary journal files. By default we always use format 3.
276 ** Note that checkpoint journals always use format 2 and omit the header.
286 ** to which journal format i
322 read32bits(int format, OsFile *fd, u32 *pRes) argument
535 pager_playback_one_page(Pager *pPager, OsFile *jfd, int format) argument
646 int format; /* Format of the journal file. */ local
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c151 * print time <t> in h:m:s format with precision <p>
174 static int p_time(Shell_t *shp, Sfio_t *out, const char *format, clock_t *tm) argument
180 for(first=format ; c= *format; format++)
184 sfwrite(stkp, first, format-first);
187 if((c= *++format) == '%')
189 first = format;
195 c = *++format;
207 c = *++format;
701 register char *format; local
2376 const char *format = e_timeformat; local
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1265 KMF_ENCODE_FORMAT format; local
1278 * certificate and auto-detect the file format of it.
1284 rv = kmf_is_cert_file(handle, certfile, &format);
1298 * If the input certificate is in PEM format, we need to convert
1301 if (format == KMF_FORMAT_PEM) {
1319 format == KMF_FORMAT_ASN1 ? &cert1 : &cert2);
2216 KMF_ENCODE_FORMAT format = KMF_FORMAT_UNDEF; local
2224 /* Get the optional encoded format */
2226 (void *)&format, NULL);
2326 if (rv == KMF_OK && format
2968 KMF_ENCODE_FORMAT format; local
4199 KMF_ENCODE_FORMAT format = KMF_FORMAT_RAWKEY; local
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2233 const char *format; local
2241 format = (pos == 0) ? "%s" : " %s";
2243 rsz = snprintf(physpath + pos, bytes_left, format, tmppath);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c100 mdi_debug(char *format, ...) argument
113 va_start(ap, format);
114 (void) vfprintf(stderr, format, ap);
484 * The format of the minor_name is "<unit>,<unit>s<sliceno>,<raw|blk>".
811 mdi_debug("Unexpected minor-name format '%s'\n", tempstr);
2464 * Note: we only know that devidstr is a valid format. We need
2793 /* skip and names already in did format */
H A Dmeta_sp.c48 * create a unit structure and update the on-disk format, called
120 static void meta_sp_debug(char *format, ...);
257 meta_sp_debug(char *format, ...) argument
269 va_start(ap, format);
270 (void) vfprintf(stderr, format, ap);
2169 * Building a format string on the fly that will
4580 * structure anyway. An error may leave the on-disk format in a
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c380 /* Convert to raw DER format */
388 /* Decode to KMF format */
583 KMF_ENCODE_FORMAT format; local
586 * auto-detect the file format, regardless of what
587 * the 'format' parameters in the params say.
589 rv = kmf_get_file_format(pathname, &format);
596 /* Not ASN1(DER) format */
603 if (format == KMF_FORMAT_PEM)
605 else if (format == KMF_FORMAT_ASN1)
607 else if (format
668 KMF_ENCODE_FORMAT format; local
954 KMF_ENCODE_FORMAT format; local
1215 KMF_ENCODE_FORMAT format; local
1404 ssl_write_key(KMF_HANDLE *kmfh, KMF_ENCODE_FORMAT format, BIO *out, KMF_CREDENTIAL *cred, EVP_PKEY *pkey, boolean_t private) argument
1677 KMF_ENCODE_FORMAT format; local
4428 KMF_ENCODE_FORMAT format; local
4917 KMF_ENCODE_FORMAT format = KMF_FORMAT_PEM; local
5050 KMF_ENCODE_FORMAT format; local
5216 KMF_ENCODE_FORMAT format; local
5326 KMF_ENCODE_FORMAT format; local
5377 KMF_ENCODE_FORMAT format; local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c3819 char *format; local
3831 format = "%s%c%d%c%d%c%s%c%s%d";
3832 nbuf = sm_stringf_x(format,
6130 usrerr("Cannot rebuild aliases: no database format defined");
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c1266 void ErrorMsg(const char *filename, int lineno, const char *format, ...){ argument
1275 va_start(ap, format);
1286 vsprintf(errmsg,format,ap);
3161 int mhflag; /* Output in makeheaders format if true */
/osnet-11/usr/src/lib/libkmf/include/
H A Dkmftypes.h542 KMF_X509EXT_DATA_FORMAT format; member in struct:__anon1882

Completed in 266 milliseconds

1234567