Home
last modified time | relevance | path

Searched refs:exifstralloc (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/exiftags/exiftags-1.01/
H A Dnikon.c334 exifstralloc(&prop->str, 8); in nikon_prop1()
355 exifstralloc(&prop->str, 32); in nikon_prop1()
370 exifstralloc(&prop->str, 10); in nikon_prop1()
498 exifstralloc(&prop->str, strlen(c1) + strlen(c2) + 3); in nikon_prop1()
504 exifstralloc(&prop->str, strlen(c1) + strlen(c2) + in nikon_prop1()
543 exifstralloc(&prop->str, strlen(c1) + strlen(c2) + 2); in nikon_prop1()
557 exifstralloc(&prop->str, strlen(c1) + 1); in nikon_prop1()
566 exifstralloc(&prop->str, strlen(c1) + 1); in nikon_prop1()
575 exifstralloc(&prop->str, strlen(c1) + 1); in nikon_prop1()
588 exifstralloc(&prop->str, strlen(c1) + 1); in nikon_prop1()
[all …]
H A Dcanon.c946 exifstralloc(&aprop->str, 32); in canon_prop01()
964 exifstralloc(&aprop->str, 32); in canon_prop01()
1013 exifstralloc(&aprop->str, 32); in canon_prop04()
1025 exifstralloc(&aprop->str, 16); in canon_prop04()
1041 exifstralloc(&aprop->str, 32); in canon_prop04()
1090 exifstralloc(&aprop->str, 32); in canon_propA0()
1150 exifstralloc(&aprop->str, 32); in canon_subval()
1274 exifstralloc(&tmpprop->str, 32); in canon_prop()
1347 exifstralloc(&tmpprop->str, 32); in canon_prop()
1378 exifstralloc(&prop->str, 32); in canon_prop()
[all …]
H A Dpanasonic.c216 exifstralloc(&prop->str, 10); in panasonic_prop()
223 exifstralloc(&prop->str, 10); in panasonic_prop()
H A Dexif.c369 exifstralloc(&prop->str, LFLSH);
403 exifstralloc(&prop->str, 16);
568 exifstralloc(&prop->str, 8);
682 exifstralloc(&prop->str, d - c + 1);
709 exifstralloc(&prop->str, 5);
716 exifstralloc(&prop->str, prop->count + 1);
733 exifstralloc(&prop->str, 32);
765 exifstralloc(&prop->str, len);
H A Dexifgps.c187 exifstralloc(&prop->str, 8); in gpsprop()
230 exifstralloc(&prop->str, 2); in gpsprop()
256 exifstralloc(&prop->str, 32); in gpsprop()
H A Dminolta.c469 exifstralloc(&valbuf, 16); in minolta_cprop()
665 exifstralloc(&prop->str, strlen(na) + 1); in minolta_naval()
698 exifstralloc(&prop->str, prop->count + 1); in minolta_prop()
H A Dfuji.c210 exifstralloc(&prop->str, prop->count + 1); in fuji_prop()
H A Dolympus.c155 exifstralloc(&prop->str, 32); in olympus_prop()
H A Dexifint.h140 extern void exifstralloc(char **str, int len);
H A Dsanyo.c320 exifstralloc(&prop->str, strlen(c1) + strlen(c2) + 3); in sanyo_prop()
H A Dexifutil.c320 exifstralloc(char **str, int len) in exifstralloc() function