Searched defs:def (Results 1 – 3 of 3) sorted by relevance
175 char * dictionary_get(dictionary * d, const char * key, char * def) in dictionary_get()
368 char * iniparser_getstring(dictionary * d, const char * key, char * def) in iniparser_getstring()
1599 #define READ_IF_OK(res, what, def) \ in processRequest() argument