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()646 section->name = osi_strdup(name); in section_new()682 entry->key = osi_strdup(key); in entry_new()683 entry->value = osi_strdup(value); in entry_new()
201 char *osi_strdup(const char *str) in osi_strdup() function