Lines Matching full:temp
54 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp);
65 p = bufprint_config_file(temp, end, USER_CONFIG_FILE);
67 p = bufprint(temp, end, "%s/%s", avdInfo_getContentPath(info),
74 p = bufprint_temp_file(temp, end, USER_CONFIG_FILE);
82 uc->iniPath = ASTRDUP(temp);
183 char temp[256];
190 bufprint(temp, temp+sizeof(temp),
198 DD("Generated user-config file:\n%s", temp);
200 ini = iniFile_newFromMemory(temp, uconfig->iniPath);