Searched refs:tempstr (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libICE/dist/src/ |
| H A D | iceauth.c | 166 const char *tempstr = local in function:_IcePoMagicCookie1Proc 169 *errorStringRet = strdup(tempstr); 190 const char *tempstr = local in function:_IcePoMagicCookie1Proc 193 *errorStringRet = strdup(tempstr); 253 const char *tempstr local in function:_IcePaMagicCookie1Proc 256 *errorStringRet = strdup(tempstr); 272 const char *tempstr = local in function:_IcePaMagicCookie1Proc 275 *errorStringRet = strdup(tempstr);
|
| H A D | process.c | 666 const char *tempstr, *prefix; local in function:ProcessError 676 tempstr = 678 errorStr = strdup(tempstr); 683 tempstr = 685 errorStr = strdup(tempstr); 1188 const char *tempstr local in function:ProcessAuthRequired 1192 errorString = strdup(tempstr); 1218 const char *tempstr local in function:ProcessAuthRequired 1222 errorString = strdup(tempstr);
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_opt.c | 891 char *tempstr = malloc(strlen(strptr) + 1); local in function:SiSOptions 892 result = sscanf(strptr, "%s %d", tempstr, &ival); 894 if(!xf86NameCmp(tempstr,"LeftOf")) { 904 } else if(!xf86NameCmp(tempstr,"RightOf")) { 914 } else if(!xf86NameCmp(tempstr,"Above")) { 924 } else if(!xf86NameCmp(tempstr,"Below")) { 934 } else if(!xf86NameCmp(tempstr,"Clone")) { 949 free(tempstr);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics_regis.c | 2996 static char tempstr[MAX_FRAG]; local in function:fragment_to_tempstr 3000 fragment_to_string(fragment, tempstr, MAX_FRAG); 3001 return tempstr;
|
Completed in 15 milliseconds