Lines Matching defs:buf
39 char buf[2000];
40 exif_entry_get_value(entry, buf, sizeof(buf));
49 exif_entry_get_value(entry, buf, sizeof(buf)));
67 char buf[2000];
72 if (exif_mnote_data_get_value(mn, i, buf, sizeof(buf))) {
79 " Value: %s\n", i, id, name, (unsigned)strlen(buf), buf);