Home
last modified time | relevance | path

Searched refs:raw_strdup (Results 1 – 9 of 9) sorted by path

/dports/graphics/rawstudio/rawstudio-2.0/librawstudio/
H A Drs-rawfile.c185 raw_strdup(RAWFILE *rawfile, guint pos, gint len) in raw_strdup() function
H A Drs-rawfile.h41 gchar *raw_strdup(RAWFILE *rawfile, guint pos, gint len);
/dports/graphics/rawstudio/rawstudio-2.0/plugins/meta-tiff/
H A Dtiff-meta.c178 tmp = raw_strdup (rawfile, ifd->value_offset, ifd->count);
275 lens_name = raw_strdup(rawfile, ifd.value_offset, ifd.count); in makernote_canon()
675 gchar *str = raw_strdup(rawfile, offset, 4); in makernote_nikon()
883 str = raw_strdup(rawfile, base + ifd.value_offset, 32); in makernote_olympus_equipment()
1001 meta->fixed_lens_identifier = raw_strdup(rawfile, ifd.value_offset, ifd.count); in makernote_panasonic()
1005 meta->fixed_lens_identifier = raw_strdup(rawfile, ifd.value_offset, ifd.count); in makernote_panasonic()
1366 meta->make_ascii = rs_remove_tailing_spaces(raw_strdup(rawfile, ifd.offset, ifd.count), TRUE); in exif_reader()
1370 meta->model_ascii = rs_remove_tailing_spaces(raw_strdup(rawfile, ifd.offset, ifd.count), TRUE); in exif_reader()
1376 meta->time_ascii = raw_strdup(rawfile, ifd.value_offset, ifd.count); in exif_reader()
1589 meta->make_ascii = rs_remove_tailing_spaces(raw_strdup(rawfile, ifd.offset, ifd.count), TRUE); in ifd_reader()
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/api/
H A Dtor_api.c36 #define raw_strdup strdup macro
66 if (NULL == (cfg->argv_owned[cfg->argc_owned] = raw_strdup(arg))) in cfg_add_owned_arg()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/malloc/
H A Dmalloc.c165 duplicate = raw_strdup(s); in tor_strdup_()
H A Dmalloc.h75 #define raw_strdup strdup macro
/dports/security/tor/tor-0.4.6.8/src/feature/api/
H A Dtor_api.c36 #define raw_strdup strdup macro
66 if (NULL == (cfg->argv_owned[cfg->argc_owned] = raw_strdup(arg))) in cfg_add_owned_arg()
/dports/security/tor/tor-0.4.6.8/src/lib/malloc/
H A Dmalloc.c165 duplicate = raw_strdup(s); in tor_strdup_()
H A Dmalloc.h75 #define raw_strdup strdup macro