Searched refs:uuid_string (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/acl/
H A Daclldap.h24 extern int ldap_getuuidfromname( const char *name, uuidtype_t type, char **uuid_string);
H A Duuid.c151 char *uuid_string = NULL; local
169 if ((ret = ldap_getuuidfromname( name, type, &uuid_string)) == 0) {
170 uuid_string2bin( uuid_string, uuid);
213 if (uuid_string) free(uuid_string);
H A Dldap.c257 * Caller must free uuid_string when done with it
261 * @param uuid_string (w) result as pointer to allocated UUID-string
265 int ldap_getuuidfromname( const char *name, uuidtype_t type, char **uuid_string) { argument
287 ret = ldap_getattr_fromfilter_withbase_scope( ldap_groupbase, filter, attributes, ldap_groupscope, KEEPALIVE, uuid_string);
289 ret = ldap_getattr_fromfilter_withbase_scope( ldap_userbase, filter, attributes, ldap_userscope, KEEPALIVE, uuid_string);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dvsprintf.c893 char *uuid_string(char *buf, char *end, const u8 *addr, function
978 return uuid_string(buf, end, ptr, spec, fmt);

Completed in 56 milliseconds