Searched refs:dictionary_get (Results 1 – 3 of 3) sorted by relevance
106 char * dictionary_get(dictionary * d, const char * key, char * def);
175 char * dictionary_get(dictionary * d, const char * key, char * def) in dictionary_get() function380 val = dictionary_get(d, cval, DICT_INVALID_KEY); in main()
377 sval = dictionary_get(d, lc_key, def); in iniparser_getstring()