Lines Matching defs:buf
35 char buf[2000];
36 exif_entry_get_value(entry, buf, sizeof(buf));
45 exif_entry_get_value(entry, buf, sizeof(buf)));
63 char buf[2000];
68 if (exif_mnote_data_get_value(mn, i, buf, sizeof(buf))) {
75 " Value: %s\n", i, id, name, (unsigned)strlen(buf), buf);