/solaris-x11-s11/open-src/lib/libX11/sun-src/src/ |
H A D | Suncompose.h | 183 unsigned char result; member in struct:_ComposeTableEntry
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | radeon_drv.c | 298 radeon_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument 311 *result = (void *) statep->dip; 316 *result = (void *)(uintptr_t)unit;
|
H A D | radeon_irq.c | 218 int result; local 242 result = radeon_emit_irq(dev); 244 if (DRM_COPY_TO_USER(emit.irq_seq, &result, sizeof (int))) {
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | csstartNX.c | 132 int result; local 136 result = bind(request, (struct sockaddr *) &insock, sizeof (insock)); 137 if (result < 0) 226 /* Server terminated or stopped; don't care, result is same... */
|
H A D | csconndi.c | 553 unsigned long hostinetaddr; /* result of inet_addr of arpa addr */ 786 int result; local 791 result = select(dpy->fd + 1, (SELECT_TYPE) r_mask, (SELECT_TYPE) NULL, 793 if (result == -1 && errno != EINTR) _XIOError(dpy); 794 } while (result <= 0);
|
/solaris-x11-s11/open-src/util/build-tools/sun-src/ |
H A D | time.c | 83 time_t result = -1; local 96 result = atoll(time_string); 102 return (result); 108 time_t result = time_constant(); local 110 if (result == (time_t)-1) { 116 result = (fptr)(ptr); 118 *ptr = result; 120 return (result); 127 int result = -1; local 133 if ((result 147 int result = -1; local [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | XDPSuserpath.c | 180 int result; local 212 DPSgetboolean(ctxt, &result); 217 DPSinfill(ctxt, x, y, &result); 220 DPSineofill(ctxt, x, y, &result); 223 DPSinstroke(ctxt, x, y, &result); 232 DPSgetboolean(ctxt, &result); 238 return result;
|
H A D | XDPSshare.c | 188 Bool *result) 193 *result = False; 196 *result = ((c->initFlags & bit) != 0); 185 _XDPSTestComponentInitialized( DPSContext context, unsigned long bit, Bool *result) argument
|
/solaris-x11-s11/open-src/lib/libXtsol/sun-src/ |
H A D | Xtsol.c | 87 Status result; local 92 result = XTSOLgetClientAttributes(dpy, win, &clientattr); 94 return (result ? clientattr.trustflag : False);
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Form.c | 282 XtGeometryResult result; local 283 result = XtMakeResizeRequest((Widget)fw, 286 if (result == XtGeometryAlmost) 287 result = XtMakeResizeRequest((Widget)fw, 292 ret_val = (result == XtGeometryYes);
|
H A D | Xaw3_1Viewport.c | 755 XtGeometryResult result; local 812 result = XtGeometryAlmost; 817 result = XtGeometryYes; 823 /*destroy=*/ (result == XtGeometryYes) ? True : False ); 825 return result; 834 XtGeometryResult result; local 856 if ((result = XtMakeGeometryRequest(w, &geometry, &geometry)) 858 result = XtMakeGeometryRequest(w, &geometry, NULL); 860 return (result == XtGeometryYes);
|
H A D | Xaw3_1Scrollbar.c | 207 float result; local 209 result = PICKLENGTH(w, (float) x/w->core.width, 211 return FloatInRange(result, 0.0, 1.0); 442 * have to move as a result of the new size. */
|
H A D | Xaw3_1Paned.c | 254 * result_ret - result of query ** RETURNED ** 1429 XtGeometryResult result; local 1454 AdjustPanedSize(pw, PaneSize((Widget) pw, !vert), &result, &on_size, 1462 if (result != XtGeometryNo)
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Form.c | 269 XtGeometryResult result; local 292 result = XtMakeGeometryRequest(w, &request, &return_request); 293 if (result == XtGeometryAlmost) { 299 always_resize_children = (result == XtGeometryYes);
|
H A D | Scrollbar.c | 228 float result; local 230 result = PICKLENGTH(w, x / (float)w->core.width, 232 return FloatInRange(result, 0.0, 1.0); 470 * have to move as a result of the new size. */
|
H A D | Tree.c | 898 /* Adjustments are disallowed if they result in a position above 932 XtGeometryResult result = XtMakeResizeRequest ((Widget) tw, local 939 if (result == XtGeometryAlmost)
|
H A D | Viewport.c | 891 XtGeometryResult result; local 956 result = XtGeometryAlmost; 961 result = XtGeometryYes; 967 /*destroy=*/ (result == XtGeometryYes) ? True : False ); 969 return result; 978 XtGeometryResult result; local 1001 result = XtMakeGeometryRequest(w, &geometry, &return_geom); 1002 if (result == XtGeometryAlmost) 1003 result = XtMakeGeometryRequest(w, &return_geom, (XtWidgetGeometry *)NULL); 1005 return (result [all...] |
H A D | Paned.c | 278 * result_ret - result of query ** RETURNED ** 1457 XtGeometryResult result; local 1482 AdjustPanedSize(pw, PaneSize((Widget) pw, !vert), &result, &on_size, 1490 if (result != XtGeometryNo)
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | scan.c | 661 xf86conffree(result); \ 675 strcpy(result + l, s); \ 684 char *result; local 701 result = xf86confmalloc(PATH_MAX + 1); 705 result[l++] = template[i]; 805 result[l++] = '%'; 827 fprintf(stderr, "Converted `%s' to `%s'\n", template, result); 829 result[l] = '\0'; 830 return result; 1118 * result o 1177 int result; /* Name comparison result */ local [all...] |
/solaris-x11-s11/open-src/app/mkcookie/sun-src/ |
H A D | mkcookie.c | 160 char *result; local 162 result = malloc ((unsigned) (strlen (name) + strlen (value) + 2)); 163 if (!result) { 167 sprintf (result, "%s=%s", name, value); 168 return result;
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_dma.c | 812 int result; local 825 result = i915_emit_irq(dev); 828 if (DRM_COPY_TO_USER(emit->irq_seq, &result, sizeof(int))) {
|
H A D | i915_drv.c | 1007 i915_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument 1019 *result = (void *)minor->dev->devinfo; 1023 *result = (void *)(uintptr_t)ddi_get_instance(minor->dev->devinfo);
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/ |
H A D | psw.c | 304 /* If the wrap has result parameters, DPSAwaitReturnValues 309 where doneTag = (last result parameter tag + 1). 365 char *result = TypeToText(type); local 367 case T_FLOAT: result = "double"; break; 368 case T_USHORTINT: result = "unsigned"; break; 369 case T_SHORTINT: result = "int"; break; 371 return result; 1107 /* Procedures for managing the result table */
|
/solaris-x11-s11/open-src/lib/libowconfig/sun-src/ |
H A D | OWconfig.c | 555 int result; 562 result = fcntl(f, F_SETLK, &lockStruct); 563 if (result != -1) 585 int result; 592 result = fcntl(f, F_SETLK, &lockStruct); 593 if (result != -1) 730 char *result; local 739 result = fgets(*lineBuf, LINEALLOCUNIT, fp); 741 if (result) { 742 int bufLen = strlen(result); 897 int result; local 1267 int result = OWCFG_PKGNAME; local 1313 int result = OWCFG_OK; local 1703 int result = OWCFG_OK; local 1729 int result=OWCFG_OK; local 1813 int result, result1, result2; local [all...] |
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | tsolprotocol.c | 435 int result, savedtrust; local 438 result = (*TsolSavedProcVector[majorop])(client); 441 return result; 514 int result; local 516 result = (*TsolSavedProcVector[majorop])(client); 519 return result; 879 int result = rec->requestResult; local 889 if (result != Success) 893 auditwrite(AW_RETURN, audit_ret, (u_int)result,
|