Searched refs:TempString (Results 1 – 2 of 2) sorted by relevance
/external/jhead/ |
D | gpsinfo.c | 192 char TempString[50]; in ProcessGpsInfo() local 229 sprintf(TempString, FmtString, Values[0], Values[1], Values[2]); in ProcessGpsInfo() 232 strncpy(ImageInfo.GpsLat+2, TempString, 29); in ProcessGpsInfo() 234 strncpy(ImageInfo.GpsLong+2, TempString, 29); in ProcessGpsInfo() 237 sprintf(TempString, "%d/%d,%d/%d,%d/%d", in ProcessGpsInfo() 242 strncpy(ImageInfo.GpsLatRaw, TempString, 31); in ProcessGpsInfo() 244 strncpy(ImageInfo.GpsLongRaw, TempString, 31); in ProcessGpsInfo()
|
/external/qemu/android/utils/ |
D | misc.c | 81 struct TempString* next; 84 } TempString; typedef 88 static TempString _temp_strings[ MAX_TEMP_STRINGS ]; 94 TempString* t = &_temp_strings[_temp_string_n]; in tempstr_get()
|