| /xsrc/external/mit/xsm/dist/ |
| prop.c | 39 PropValue *pval; 43 pval = (PropValue *) pv->thing; 44 XtFree ((char *) pval->value); 45 XtFree ((char *) pval); 90 PropValue *pval; 101 pval = (PropValue *) vl->thing; 104 (char *) pval->value); 111 pval = (PropValue *) vl->thing; 113 hint = (int) *((char *) (pval->value)); 168 PropValue *pval = (PropValue *) XtMalloc (sizeof (PropValue)) 38 PropValue *pval; local 87 PropValue *pval; local 164 PropValue *pval = (PropValue *) XtMalloc (sizeof (PropValue)); local 333 PropValue *pval; local [all...] |
| restart.c | 374 PropValue *pval = (PropValue *) vl->thing; 377 program = (char *) pval->value; 379 cwd = (char *) pval->value; 381 restart_service_prop = (char *) pval->value; 393 pval = (PropValue *) pj->thing; 394 *pp++ = (char *) pval->value; 406 pval = (PropValue *) pj->thing; 407 p = (char *) pval->value; 370 PropValue *pval = (PropValue *) vl->thing; local
|
| saveutil.c | 270 PropValue *pval; 281 pval = (PropValue *) vl->thing; 283 card8 = pval->value; 291 pval = (PropValue *) pj->thing; 292 fprintf (f, "\t%s\n", (char *)pval->value); 267 PropValue *pval; local
|
| info.c | 138 PropValue *pval; 183 pval = (PropValue *) vl->thing; 185 card8 = pval->value; 214 pval = (PropValue *) pj->thing; 219 AppendStr (&buffer, (char *) pval->value); 443 PropValue *pval = (PropValue *) vl->thing; 447 progName = GetProgramName ((char *) pval->value); 454 restart_service_prop = (char *) pval->value; 530 PropValue *pval = (PropValue *) vl->thing; 533 progName = GetProgramName ((char *) pval->value) 136 PropValue *pval; local 434 PropValue *pval = (PropValue *) vl->thing; local 521 PropValue *pval = (PropValue *) vl->thing; local 630 PropValue *pval = (PropValue *) vl->thing; local [all...] |
| save.c | 1263 PropValue *pval = (PropValue *) vl->thing; 1267 progName = GetProgramName ((char *) pval->value); 1274 restart_service_prop = (char *) pval->value; 1315 PropValue *pval = (PropValue *) vl->thing; 1319 progName = GetProgramName ((char *) pval->value); 1323 restart_service_prop = (char *) pval->value; 1235 PropValue *pval = (PropValue *) vl->thing; local 1287 PropValue *pval = (PropValue *) vl->thing; local
|
| /xsrc/external/mit/xfs/dist/os/ |
| config.c | 375 int *pval, 391 *pval = name_val[i].val; 408 Bool *pval) 421 return config_parse_nameVal (parm, c, ret, pval, bool_val); 429 int *pval) 450 *pval = atoi(start); 625 int *pval) 636 return config_parse_nameVal (parm, c, ret, pval, endian_val);
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| xkbInit.c | 149 char *pval; local 167 pval = (char *) malloc(len); 168 if (!pval) { 175 strcpy(&pval[out], XkbRulesUsed); 178 pval[out++] = '\0'; 180 strcpy(&pval[out], XkbModelUsed); 183 pval[out++] = '\0'; 185 strcpy(&pval[out], XkbLayoutUsed); 188 pval[out++] = '\0'; 190 strcpy(&pval[out], XkbVariantUsed) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| xkbInit.c | 161 char * pval; local 178 pval= (char*) malloc(len); 179 if (!pval) { 186 strcpy(&pval[out],XkbRulesUsed); 189 pval[out++]= '\0'; 191 strcpy(&pval[out],XkbModelUsed); 194 pval[out++]= '\0'; 196 strcpy(&pval[out],XkbLayoutUsed); 199 pval[out++]= '\0'; 201 strcpy(&pval[out],XkbVariantUsed) [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| maprules.c | 1466 char *pval; local 1483 pval = (char *) _XkbAlloc(len); 1484 if (!pval) { 1490 strcpy(&pval[out], rules_file); 1493 pval[out++] = '\0'; 1495 strcpy(&pval[out], var_defs->model); 1498 pval[out++] = '\0'; 1500 strcpy(&pval[out], var_defs->layout); 1503 pval[out++] = '\0'; 1505 strcpy(&pval[out], var_defs->variant) [all...] |
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| xvmain.c | 1059 ChangeGCVal pval[2]; local 1069 pval[0].val = key; 1070 pval[1].val = IncludeInferiors; 1071 (void) ChangeGC(NullClient, gc, GCForeground | GCSubwindowMode, pval);
|
| security.c | 284 * pval is the authorization whose time is up. 296 SecurityAuthorizationExpired(OsTimerPtr timer, CARD32 time, void *pval) 298 SecurityAuthorizationPtr pAuth = (SecurityAuthorizationPtr) pval;
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| security.c | 296 * pval is the authorization whose time is up. 311 pointer pval) 313 SecurityAuthorizationPtr pAuth = (SecurityAuthorizationPtr)pval;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| gc.c | 467 /* CreateGC(pDrawable, mask, pval, pStatus) 477 CreateGC(DrawablePtr pDrawable, BITS32 mask, XID *pval, int *pStatus, 550 *pStatus = ChangeGCXIDs(client, pGC, mask, pval);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| gc.c | 519 /* CreateGC(pDrawable, mask, pval, pStatus) 529 CreateGC(DrawablePtr pDrawable, BITS32 mask, XID *pval, int *pStatus, 562 *pStatus = ChangeGCXIDs(client, pGC, mask, pval);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86xv.c | 1916 ChangeGCVal pval[2]; local 1925 pval[0].val = key; 1926 pval[1].val = IncludeInferiors; 1927 (void) ChangeGC(NullClient, gc, GCForeground|GCSubwindowMode, pval);
|