Searched refs:format (Results 451 - 475 of 583) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/man/man4/
H A DMakefile68 format.dat.4 \
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c1395 * the URI string and the format of the CRL file. The caller should free
1400 char *filename, char **retn_uri, KMF_ENCODE_FORMAT *format)
1413 retn_uri == NULL || format == NULL)
1451 proxy_port, 30, filename, format);
1530 KMF_ENCODE_FORMAT format; local
1597 &uri, &format);
2648 kmf_create_cert_file(const KMF_DATA *certdata, KMF_ENCODE_FORMAT format, argument
2658 if (format != KMF_FORMAT_PEM && format != KMF_FORMAT_ASN1)
2661 if (format
1399 cert_get_crl(KMF_HANDLE_T handle, const KMF_DATA *cert, char *proxy, char *filename, char **retn_uri, KMF_ENCODE_FORMAT *format) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c788 nerr(const char *format, ...) argument
794 format = gettext(format);
795 va_start(alist, format);
796 (void) vfprintf(stderr, format, alist);
805 nwamerr(nwam_error_t err, const char *format, ...) argument
811 format = gettext(format);
812 va_start(alist, format);
813 (void) vfprintf(stderr, format, alis
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1214 /* Vertex format (X, Y, Z, W) */
1711 u32 format; local
1744 switch (tex->format) {
1747 format = RADEON_COLOR_FORMAT_ARGB8888;
1757 format = RADEON_COLOR_FORMAT_RGB565;
1763 format = RADEON_COLOR_FORMAT_CI8;
1768 DRM_ERROR("invalid texture format %d\n", tex->format);
1790 tex->offset >> 10, tex->pitch, tex->format,
1940 (format <<
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c72 * into DOF format for use in anonymous tracing or enabling in the kernel.
496 const char *format; local
507 format = dnp->dn_args->dn_string;
512 format = NULL;
517 format = NULL;
558 if (format != NULL) {
562 dt_printf_create(yypcb->pcb_hdl, format);
566 format = NULL;
603 * empty format string is illegal: an empty format strin
1932 dt_lib_depend_error(dtrace_hdl_t *dtp, const char *format, ...) argument
[all...]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c1561 * like format string and then an appropriate number of parameters for the
1562 * specified format. The character buffer is automatically resized to fit
1587 * like format string and then an appropriate number of parameters for the
1588 * specified format. The character buffer is automatically resized to fit
1768 do_dprintf(const char *format, va_list ap) argument
1772 (void) vfprintf(stderr, format, ap);
1778 dprintf(const char *format, ...) argument
1782 va_start(alist, format);
1783 do_dprintf(format, alist);
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c2399 KMF_ENCODE_FORMAT format; local
2417 /* Check the cert file and auto-detect the file format of it. */
2418 ret = kmf_is_cert_file(handle, certfile, &format);
2428 * If the imported cert is in PEM format, convert it to
2429 * DER format in order to store it in NSS token.
2431 if (format == KMF_FORMAT_PEM) {
2449 if (format == KMF_FORMAT_PEM) {
2466 KMF_ENCODE_FORMAT format; local
2490 * the encoded format of the file.
2492 ret = kmf_is_crl_file(handle, crlfilename, &format);
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c1886 /* Free format descriptors */
1893 if (fmtgrp->format == NULL) {
1901 frm_cnt = fmtgrp->format->bNumFrameDescriptors;
2379 * Parse colorspace descriptor and still image descriptor of a format group.
2380 * There is only one colorspace or still image descriptor in one format group.
2391 frame_cnt = fmtgrp->format->bNumFrameDescriptors;
2395 * Find the still image descr and color format descr if there are any.
2397 * one format group.
2417 /* Number of Image Size patterns of this format */
2428 /* Number of compression pattern of this format */
[all...]
/illumos-gate/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);
2187 KMF_ENCODE_FORMAT format = KMF_FORMAT_UNDEF; local
2195 /* Get the optional encoded format */
2197 (void *)&format, NULL);
2297 if (rv == KMF_OK && format
2936 KMF_ENCODE_FORMAT format; local
4167 KMF_ENCODE_FORMAT format = KMF_FORMAT_RAWKEY; local
[all...]
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh295 --format=internal)
319 --format=internal)
330 --format=internal)
378 format=$(zenity --list --title="$title" \
380 --column="Key format and location" \
384 if [[ $format == "Passphrase" ]]; then
391 elif [[ $format == "Generate Key in file" ]]; then
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dfunctions.sh240 typeset var format=s
243 q) format=q;;
/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h483 void (*rt_abort)(void *hdl, const char *format, ...);
484 void (*rt_debug)(void *hdl, const char *format, ...);
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h614 extern void elfedit_msg(elfedit_msg_t type, const char *format, ...);
617 extern void elfedit_printf(const char *format, ...);
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh266 # Already in "/admin" format, do nothing
295 # do nothing, host is in fqhn format
299 printf "\n$(gettext "Improper format of host name: '%s'").\n"
300 printf "$(gettext "Expecting the following format: 'somehost.example.com' or 'somehost', exiting").\n"
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c958 progress(char *format, long n1, long n2) argument
966 (void) sprintf(msg, format, n1, n2);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c678 tcp_display(tcp_t *tcp, char *sup_buf, char format) argument
743 switch (format) {
/illumos-gate/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c109 char *format,
116 format, data, datalen, structure, structlen));
108 usb_parse_data( char *format, uchar_t *data, size_t datalen, void *structure, size_t structlen) argument
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt98 format (that is easy to verify!).
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c100 static void doabbr(char *abbr, const char *format,
402 * Match the format of "cc" to allow sh users to
667 * The tz file format currently allows at most 32-bit quantities.
670 * change to the tz file format.
806 * a '%s' in the format is a bad thing.
1093 error(gettext("invalid abbreviation format"));
1611 doabbr(abbr, format, letters, isdst)
1613 const char * const format;
1617 if (strchr(format, '/') == NULL) {
1619 (void) strcpy(abbr, format);
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c264 int format; local
272 if ((format = roff_getformat(curp->roff)) == 0) {
279 format = MPARSE_MDOC;
283 format = MPARSE_MAN;
301 if (format == MPARSE_MDOC) {
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1430 const char *format, /* I - printf-style format string */
1441 DEBUG_printf(("httpPrintf: httpPrintf(http=%p, format=\"%s\", ...)\n", http, format));
1443 va_start(ap, format);
1444 bytes = vsnprintf(buf, sizeof(buf), format, ap);
1429 httpPrintf(http_t *http, const char *format, ...) argument
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDecisionHistory.java43 * The format of this data is project-private and very likely to change
295 dateFormatter.format(getDate()) +
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c247 char *format; local
255 format = va_arg(ap, char *);
258 while ((i = *format++) != 0) {
260 i = *format++;
276 ExitString("printring: unknown format "
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c43 * rather than in the original format.
288 * Functions calling fatal() should ensure 'format' and
292 fatal(const char *format, ...) argument
296 assert(format != NULL);
298 va_start(alist, format);
299 (void) vfprintf(stderr, format, alist);
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh38 specified then a \bgencat\b(1) format \b.msg\b file is generated from
46 [+mkmsgs?The \b-o\b file is assumed to be in \bmkmsgs\b(1) format.]

Completed in 119 milliseconds

<<11121314151617181920>>