Searched defs:lc_str (Results 1 - 1 of 1) sorted by relevance

/sssd/src/db/
H A Dsysdb.c567 char *lc_str; local
574 lc_str = sss_tc_utf8_str_tolower(attrs, str);
575 if (lc_str == NULL) {
581 ret = sysdb_attrs_add_string_safe(attrs, name, lc_str);
583 ret = sysdb_attrs_add_string(attrs, name, lc_str);
585 talloc_free(lc_str);

Completed in 16 milliseconds