Searched refs:result (Results 1 - 25 of 40) sorted by relevance

12

/solaris-x11-s11/open-src/util/build-tools/sun-src/
H A Dtime.c83 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/common/
H A DX-parfait.conf34 if (result >= 0) {
35 *p == new(result);
39 if (result >= 0) {
40 *p == new(result);
46 if ( result != 0 ) {
47 result == new(undefined);
48 strlen(result) == PRE ( strlen(s) < n ? strlen(s) : n);
84 if (result != 0) {
85 result == new(undefined);
95 if (result !
[all...]
H A Dsuntouch-manpages.pl49 my $result = GetOptions('a|attribute=s' => \@attributes,
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DdpsXcommonI.h65 Bool *result);
H A DXDPSuserpath.c180 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 DXDPSpwraps.psw70 pop % don't care stopped result
71 pop % don't care readline bool result
H A DXDPSshare.c188 Bool *result)
193 *result = False;
196 *result = ((c->initFlags & bit) != 0);
185 _XDPSTestComponentInitialized( DPSContext context, unsigned long bit, Bool *result) argument
H A DFSBwraps.psw142 pop % don't care stopped result
143 pop % don't care readline bool result
/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c555 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/lib/DPS/sun-src/libdps/
H A DcsstartNX.c132 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 Ddpsclient.c182 DPSResults result,
194 if (result->count == -1 && nObjs != 1) {
206 if (result->count == 0) return;
207 switch (result->type) {
210 int *b = (int *) result->value;
216 float *f = (float *) result->value;
228 double *d = (double *) result->value;
241 short *s = (short *) result->value;
248 unsigned short *us = (unsigned short *) result->value;
255 int *i = (int *) result
180 StuffResultVal( DPSContext ctxt, DPSResults result, integer tag, DPSBinObj obj) argument
[all...]
H A Dcsconndi.c553 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/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dscan.c661 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/lib/libX11/sun-src/src/
H A DSuncompose.h183 unsigned char result; member in struct:_ComposeTableEntry
/solaris-x11-s11/pkg/
H A Dgenerate_font_metadata.pl42 my $result = GetOptions('p|protodir=s' => \$proto_dir,
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_drv.c298 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 Dradeon_irq.c218 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/makepsres/
H A Dmakepsres.c135 char *result; local
138 result = malloc(size);
139 if (result == NULL) {
143 return result;
148 char *result; local
151 result = realloc(ptr, size);
152 if (result == NULL) {
156 return result;
161 char *result; local
165 result
675 char *result = NULL; local
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Viewport.c755 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 DXaw3_1Form.c282 XtGeometryResult result; local
283 result = XtMakeResizeRequest((Widget)fw,
286 if (result == XtGeometryAlmost)
287 result = XtMakeResizeRequest((Widget)fw,
292 ret_val = (result == XtGeometryYes);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DViewport.c891 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 DForm.c269 XtGeometryResult result; local
292 result = XtMakeGeometryRequest(w, &request, &return_request);
293 if (result == XtGeometryAlmost) {
299 always_resize_children = (result == XtGeometryYes);
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolprotocol.c435 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,
/solaris-x11-s11/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c160 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/lib/libXtsol/sun-src/
H A DXtsol.c87 Status result; local
92 result = XTSOLgetClientAttributes(dpy, win, &clientattr);
94 return (result ? clientattr.trustflag : False);

Completed in 53 milliseconds

12