Searched refs:TempString (Results 1 – 2 of 2) sorted by relevance
/external/jhead/ |
D | gpsinfo.c | 190 char TempString[MAX_BUF_SIZE]; in ProcessGpsInfo() local 227 sprintf(TempString, FmtString, Values[0], Values[1], Values[2]); in ProcessGpsInfo() 230 strncpy(ImageInfo.GpsLat+2, TempString, 29); in ProcessGpsInfo() 232 strncpy(ImageInfo.GpsLong+2, TempString, 29); in ProcessGpsInfo() 235 sprintf(TempString, "%d/%d,%d/%d,%d/%d", in ProcessGpsInfo() 240 strncpy(ImageInfo.GpsLatRaw, TempString, MAX_BUF_SIZE); in ProcessGpsInfo() 242 strncpy(ImageInfo.GpsLongRaw, TempString, MAX_BUF_SIZE); in ProcessGpsInfo()
|
/external/qemu/android/utils/ |
D | misc.c | 84 struct TempString* next; 87 } TempString; typedef 91 static TempString _temp_strings[ MAX_TEMP_STRINGS ]; 97 TempString* t = &_temp_strings[_temp_string_n]; in tempstr_get()
|