| /xsrc/external/mit/libX11/dist/src/ |
| ErrDes.c | 152 char* tptr; local 190 tptr = temp; 192 tptr = Xmalloc (tlen); 193 if (tptr) { 194 snprintf(tptr, tlen, "%s.%s", name, type); 195 XrmGetResource(db, tptr, "ErrorType.ErrorNumber", 197 if (tptr != temp) 198 Xfree (tptr);
|
| /xsrc/external/mit/xfs/dist/difs/ |
| resource.c | 297 register ResourcePtr **tptr, local 314 for (rptr = resources, tptr = tails; --j >= 0; rptr++, tptr++) { 316 *tptr = rptr; 326 tptr = &tails[hash(client, res->id)]; 327 **tptr = res; 328 *tptr = &res->next;
|
| /xsrc/external/mit/libXt/dist/src/ |
| NextEvent.c | 816 TimerEventRec *tptr; local 822 tptr = freeTimerRecs; 823 freeTimerRecs = tptr->te_next; 826 tptr = XtNew(TimerEventRec); 829 tptr->te_next = NULL; 830 tptr->te_closure = closure; 831 tptr->te_proc = proc; 832 tptr->app = app; 833 tptr->te_timer_value.tv_sec = (time_t) (interval / 1000); 834 tptr->te_timer_value.tv_usec = (suseconds_t) ((interval % 1000) * 1000) [all...] |
| /xsrc/external/mit/xmag/dist/ |
| xmag.c | 938 XColor *colors = NULL, *mptr, *tptr; 944 mptr = tptr = colors; tptr++; 946 if ((int)Intensity(mptr) < (int)Intensity(tptr)) 947 mptr = tptr; 948 tptr++; 963 XColor *colors = NULL, *mptr, *tptr; 969 mptr = tptr = colors; tptr++; 971 if ((int)Intensity(mptr) > (int)Intensity(tptr)) 911 XColor *colors = NULL, *mptr, *tptr; local 936 XColor *colors = NULL, *mptr, *tptr; local [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| resource.c | 845 ResourcePtr **tptr, *rptr; local 861 for (rptr = resources, tptr = tails; --j >= 0; rptr++, tptr++) { 863 *tptr = rptr; 871 tptr = &tails[HashResourceID(res->id, clientTable[client].hashsize)]; 872 **tptr = res; 873 *tptr = &res->next;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| resource.c | 522 ResourcePtr **tptr, *rptr; local 539 for (rptr = resources, tptr = tails; --j >= 0; rptr++, tptr++) 542 *tptr = rptr; 554 tptr = &tails[Hash(client, res->id)]; 555 **tptr = res; 556 *tptr = &res->next;
|
| /xsrc/external/mit/xprop/dist/ |
| xprop.c | 90 thunk *tptr; local 92 tptr = malloc(sizeof(thunk)); 93 if (!tptr) 96 tptr->thunk_count = 0; 98 return tptr;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| Text.c | 2371 unsigned char *ptr, *tptr; local 2375 tptr= ptr= (unsigned char *)_XawTextGetSTRING(ctx, 2392 tptr = ptr = textprop.value; 2405 tptr += max_len; 2409 tptr, (int)amount); local
|