Searched refs:osi_strdup (Results 1 – 3 of 3) sorted by relevance
26 char *osi_strdup(const char *str);
235 entry->value = osi_strdup(value); in config_set_string()672 section->name = osi_strdup(name); in section_new()708 entry->key = osi_strdup(key); in entry_new()709 entry->value = osi_strdup(value); in entry_new()
201 char *osi_strdup(const char *str) in osi_strdup() function