/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_ask.h | 35 const char *format, /* Prompt format string */
|
H A D | fbc_error.c | 48 * 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 D | fbc_ask.c | 41 * 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 D | fbc_error.h | 77 void fbc_errormsg(const char *format, ...);
|
H A D | fbc_Device.c | 333 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 D | VisGamma.c | 43 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 D | Makefile | 40 MODULE_DESC = Schumacher fonts in bitmap format
|
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_msg.c | 34 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 D | cmc.c | 45 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 D | cmcutil.h | 77 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 D | cmcutil.c | 207 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 D | Makefile | 32 MODULE_DESC = Adobe Utopia fonts in 100dpi bitmap format
|
/solaris-x11-s12/open-src/font/adobe-utopia-75dpi/ |
H A D | Makefile | 32 MODULE_DESC = Adobe Utopia fonts in 75dpi bitmap format
|
/solaris-x11-s12/open-src/font/misc-misc/ |
H A D | Makefile | 31 MODULE_DESC = X.Org miscellaneous fonts in bitmap format
|
/solaris-x11-s12/open-src/font/mutt-misc/ |
H A D | Makefile | 41 MODULE_DESC = ClearlyU fonts in bitmap format for various languages
|
/solaris-x11-s12/open-src/font/adobe-utopia-type1/ |
H A D | Makefile | 32 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 D | gfx_vts.h | 53 const char *format, /* printf()-style format string */
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/vts/ |
H A D | gfx_vts.c | 74 * 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 D | getdroid.sh | 17 DATE="$(date --date="@$(git log -1 HEAD --format=%at)" -u +%Y.%m.%d)"
|
/solaris-x11-s12/open-src/kernel/i915/src/ |
H A D | intel_overlay.c | 427 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 D | scan.c | 102 #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 D | configProcs.h | 202 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 D | xlock.h | 103 extern void error(const char *format, ...) _X_ATTRIBUTE_PRINTF(1,2) _X_NORETURN;
|
/solaris-x11-s12/pkg/ |
H A D | generate_font_metadata.pl | 124 # 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 D | Xserver_clients.c | 54 LogMessage(MessageType type, const char *format, ...) argument 58 va_start(ap, format); 59 mdb_vprintf(format, ap);
|