Searched refs:entryvalue (Results 1 – 2 of 2) sorted by relevance
104 const char *entryvalue) in _add_entry() argument125 strlcpy(curr_entry->value, entryvalue, sizeof(curr_entry->value)); in _add_entry()369 const char *entryvalue) in rte_cfgfile_add_entry() argument374 || (entryvalue == NULL)) in rte_cfgfile_add_entry()386 ret = _add_entry(curr_section, entryname, entryvalue); in rte_cfgfile_add_entry()392 const char *entryname, const char *entryvalue) in rte_cfgfile_set_entry() argument405 if (entryvalue == NULL) in rte_cfgfile_set_entry()406 entryvalue = ""; in rte_cfgfile_set_entry()410 strlcpy(curr_section->entries[i].value, entryvalue, in rte_cfgfile_set_entry()
139 const char *entryvalue);156 const char *entryname, const char *entryvalue);