Searched refs:format (Results 1 - 25 of 37) sorted by relevance

12

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_ask.h35 const char *format, /* Prompt format string */
H A Dfbc_error.c48 * Write a variable format error message to stderr, prefixed by the
53 fbc_errormsg(const char *format, ...) argument
58 va_start(ap, format);
59 vfprintf(stderr, format, ap);
101 * Write a variable format diagnostic message string, not prefixed by
106 ErrorF(const char *format, ...) argument
110 va_start(ap, format);
111 vfprintf(stderr, format, ap);
119 * Write a variable format diagnostic message string, not prefixed by
126 VErrorF(const char *format, va_lis argument
[all...]
H A Dfbc_ask.c41 * Ask a variable format yes/no question of the user, read the reply,
47 const char *format, /* Prompt format string */
62 va_start(ap, format);
67 * Display the variable format yes/no prompt
70 (void) vfprintf(stdout, format, ap);
46 fbc_ask_yes_no( const char *format, ...) argument
H A Dfbc_error.h77 void fbc_errormsg(const char *format, ...);
H A Dfbc_Device.c333 const char *format; /* Format for sprintf() */ local
357 format = "%s";
364 sprintf(dev_identifier, format, device->name, i);
365 format = "%s_%u";
399 format = "%s Graphics Accelerator";
403 format = "Sun %s Graphics Accelerator";
411 format, dev_boardname);
/solaris-x11-s12/open-src/lib/libXmu/sun-src/src/
H A DVisGamma.c43 QueryTableType0 (unsigned int maxcolor, int format, char **pChar, unsigned long *pCount, argument
50 nElements = _XcmsGetElement(format, pChar, pCount) + 1;
59 switch (format) {
64 *ph++ = _XcmsGetElement (format, pChar, pCount) * 0x101;
65 *pf++ = (_XcmsGetElement (format, pChar, pCount)
72 *ph++ = (unsigned short)_XcmsGetElement (format, pChar, pCount);
73 *pf++ = (_XcmsGetElement (format, pChar, pCount)
80 *ph++ = (unsigned short)_XcmsGetElement (format, pChar, pCount);
81 *pf++ = (_XcmsGetElement (format, pChar, pCount)
105 QueryTableType1 (unsigned int maxcolor, int format, cha argument
226 skipChannel(int cType, int format, char **pChar, unsigned long *pCount) argument
256 skipVisual(int format, char **pChar, unsigned long *pCount) argument
318 int count, format, cType, nTables; local
[all...]
/solaris-x11-s12/open-src/font/schumacher-misc/
H A DMakefile40 MODULE_DESC = Schumacher fonts in bitmap format
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_msg.c34 char format[256]; local
36 (void) snprintf(format, sizeof (format), "[drm:%s:%d] %s",
40 vcmn_err(cmn_err, format, ap);
/solaris-x11-s12/open-src/app/cmap_compact/sun-src/
H A Dcmc.c45 fatal_error (const char *format, ...) argument
50 va_start(args, format);
52 (void) vfprintf(stderr, format, args);
60 warning (const char *format, ...) argument
65 va_start(args, format);
67 (void) vfprintf(stderr, format, args);
H A Dcmcutil.h77 extern void fatal_error(const char *format, ...)
79 extern void warning(const char *format, ...)
93 Atom type, int format, int data, int nelem);
H A Dcmcutil.c207 int format,
216 XChangeProperty(dpy, w, atom, type, format, PropModeReplace,
258 int format; local
267 1/*delete*/, AnyPropertyType, &actual_type, &format, &nitems,
271 if (actual_type == XA_PIXMAP && format == 32 &&
278 fprintf(stderr, "%s: warning: invalid format encountered for property %s\n",
202 prop_update( Display *dpy, Window w, const char *name, Atom type, int format, int data, int nelem) argument
/solaris-x11-s12/open-src/font/adobe-utopia-100dpi/
H A DMakefile32 MODULE_DESC = Adobe Utopia fonts in 100dpi bitmap format
/solaris-x11-s12/open-src/font/adobe-utopia-75dpi/
H A DMakefile32 MODULE_DESC = Adobe Utopia fonts in 75dpi bitmap format
/solaris-x11-s12/open-src/font/misc-misc/
H A DMakefile31 MODULE_DESC = X.Org miscellaneous fonts in bitmap format
/solaris-x11-s12/open-src/font/mutt-misc/
H A DMakefile41 MODULE_DESC = ClearlyU fonts in bitmap format for various languages
/solaris-x11-s12/open-src/font/adobe-utopia-type1/
H A DMakefile32 MODULE_DESC = Adobe Utopia fonts in PostScript Type1 format
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/vts/include/
H A Dgfx_vts.h53 const char *format, /* printf()-style format string */
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/vts/
H A Dgfx_vts.c74 * Write a variable format debug message to stderr, prefixed by the
82 const char *format, /* printf()-style format string */
87 va_start(ap, format);
90 vfprintf(stderr, format, ap);
79 TraceMessage( int flags, const char *func, const char *format, ...) argument
/solaris-x11-s12/open-src/font/google-droid/
H A Dgetdroid.sh17 DATE="$(date --date="@$(git log -1 HEAD --format=%at)" -u +%Y.%m.%d)"
/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_overlay.c427 int format; member in struct:put_image_params
443 static int packed_depth_bytes(u32 format) argument
445 switch (format & I915_OVERLAY_DEPTH_MASK) {
455 static int packed_width_bytes(u32 format, short width) argument
457 switch (format & I915_OVERLAY_DEPTH_MASK) {
465 static int uv_hsubsampling(u32 format) argument
467 switch (format & I915_OVERLAY_DEPTH_MASK) {
479 static int uv_vsubsampling(u32 format) argument
481 switch (format & I915_OVERLAY_DEPTH_MASK) {
557 int uv_hscale = uv_hsubsampling(params->format);
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c102 #define xf86printErrorF ErrorF /* Write a variable format error message */
1036 xf86parseError (char *format,...) argument
1042 va_start (ap, format);
1043 VErrorF (format, ap);
1050 xf86parseWarning (char *format,...) argument
1056 va_start (ap, format);
1057 VErrorF (format, ap);
1064 xf86validationError (char *format, ...) argument
1069 va_start (ap, format);
1070 VErrorF (format, a
[all...]
H A DconfigProcs.h202 void xf86parseError(char *format, ...);
203 void xf86parseWarning(char *format, ...);
204 void xf86validationError(char *format, ...);
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dxlock.h103 extern void error(const char *format, ...) _X_ATTRIBUTE_PRINTF(1,2) _X_NORETURN;
/solaris-x11-s12/pkg/
H A Dgenerate_font_metadata.pl124 # See FcPatternFormat(3) for the full definition of the format syntax
131 my $fc_scan_format = q(--format=%{?fullname{%{[]fullname,fullnamelang{<transform file path="%{file}" -> add info.file.font.name:%{fullnamelang} "%{fullname|cescape}">\n}}}{%{[]family,style{<transform file path="%{file}" -> add info.file.font.name "%{family|cescape} %{style|cescape} %{pixelsize}">\n}}}});
/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/
H A DXserver_clients.c54 LogMessage(MessageType type, const char *format, ...) argument
58 va_start(ap, format);
59 mdb_vprintf(format, ap);

Completed in 1003 milliseconds

12