Home
last modified time | relevance | path

Searched refs:t_buf (Results 1 - 2 of 2) sorted by relevance

/third_party/libexif/libexif/huawei/
H A Dexif-mnote-data-huawei.c207 unsigned char *t_buf = NULL; in exif_mnote_data_huawei_save() local
216 t_buf = exif_mem_alloc (ne->mem, malloc_size); in exif_mnote_data_huawei_save()
217 if (!t_buf) { in exif_mnote_data_huawei_save()
222 memcpy(t_buf, HUAWEI_HEADER, 8); in exif_mnote_data_huawei_save()
224 (t_buf + 8)[0] = 'I'; in exif_mnote_data_huawei_save()
225 (t_buf + 8)[1] = 'I'; in exif_mnote_data_huawei_save()
227 (t_buf + 8)[0] = 'M'; in exif_mnote_data_huawei_save()
228 (t_buf + 8)[1] = 'M'; in exif_mnote_data_huawei_save()
230 exif_set_short (t_buf + 10, n->order, 0x002a); in exif_mnote_data_huawei_save()
231 exif_set_long (t_buf in exif_mnote_data_huawei_save()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsls.c554 char t_buf[26]; in list_dir_entry() local
577 strcpy(t_buf, ctime(&change_time.tv_sec)); in list_dir_entry()
578 memmove(t_buf+16, t_buf+19, 5); in list_dir_entry()
579 t_buf[21] = '\0'; in list_dir_entry()
591 (long long)filesize, t_buf + 4, in list_dir_entry()
594 printf("%8lld %s %s\n", (long long)filesize, t_buf + 4, in list_dir_entry()

Completed in 2 milliseconds