Home
last modified time | relevance | path

Searched refs:gcry_strdup (Results 1 – 23 of 23) sorted by relevance

/dports/security/dirmngr/dirmngr-1.1.0/src/
H A Dno-libgcrypt.h32 char *gcry_strdup (const char *string);
H A Dno-libgcrypt.c93 gcry_strdup (const char *string) in gcry_strdup() function
H A Dutil.h66 #define xtrystrdup(a) gcry_strdup ((a))
H A DChangeLog1039 * no-libgcrypt.c (gcry_strdup): Added.
/dports/security/gnupg/gnupg-2.3.3/tools/
H A Dno-libgcrypt.c56 gcry_strdup (const char *string) in gcry_strdup() function
H A DChangeLog-2011217 * no-libgcrypt.c (gcry_strdup): Actually copy the string.
951 * no-libgcrypt.c (gcry_strdup): New.
/dports/security/libgcrypt/libgcrypt-1.9.4/src/
H A Dvisibility.h86 MARK_VISIBLEX (gcry_strdup)
323 #define gcry_strdup _gcry_USE_THE_UNDERSCORED_FUNCTION
H A Dlibgcrypt.vers35 gcry_calloc_secure; gcry_realloc; gcry_strdup; gcry_is_secure;
H A Dlibgcrypt.def34 gcry_strdup @8
H A DChangeLog-20111060 * global.c (gcry_strdup): Replaced by the version from string.c
1062 * gcrypt.h: Removed duplicate prototype for gcry_strdup.
1182 * global.c (gcry_strdup): Removed function.
1185 * string.c (gcry_strdup): New function.
1186 * gcrypt.h (gcry_strdup): Declare.
1194 * global.c (gcry_strdup): Don't copy the string after a malloc
2124 * global.c (gcry_strdup): New.
H A Dvisibility.c1573 gcry_strdup (const char *string) in gcry_strdup() function
H A Dgcrypt.h.in1818 char *gcry_strdup (const char *string) _GCRY_GCC_ATTR_MALLOC;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/src/
H A Dvisibility.h86 MARK_VISIBLEX (gcry_strdup)
323 #define gcry_strdup _gcry_USE_THE_UNDERSCORED_FUNCTION
H A Dlibgcrypt.vers35 gcry_calloc_secure; gcry_realloc; gcry_strdup; gcry_is_secure;
H A Dlibgcrypt.def34 gcry_strdup @8
H A DChangeLog-20111060 * global.c (gcry_strdup): Replaced by the version from string.c
1062 * gcrypt.h: Removed duplicate prototype for gcry_strdup.
1182 * global.c (gcry_strdup): Removed function.
1185 * string.c (gcry_strdup): New function.
1186 * gcrypt.h (gcry_strdup): Declare.
1194 * global.c (gcry_strdup): Don't copy the string after a malloc
2124 * global.c (gcry_strdup): New.
H A Dvisibility.c1548 gcry_strdup (const char *string) in gcry_strdup() function
H A Dgcrypt.h.in1818 char *gcry_strdup (const char *string) _GCRY_GCC_ATTR_MALLOC;
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dutil.h103 #define xtrystrdup(a) gcry_strdup ((a))
H A DChangeLog.jnlib90 * t-support.c (gcry_strdup): Fix.
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/
H A DNEWS1390 gcry_strdup NEW
/dports/security/libgcrypt/libgcrypt-1.9.4/
H A DNEWS1451 gcry_strdup NEW
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A DChangeLog-20111363 * no-libgcrypt.c (gcry_strdup): Added.