Searched refs:key_prop (Results 1 – 1 of 1) sorted by relevance
70 static const char *dict_ni_do_lookup(char *path, char *key_prop, in dict_ni_do_lookup() argument86 msg_info("ni_lookup %s %s=%s", path, key_prop, key_value); in dict_ni_do_lookup()93 query = mymalloc(strlen(path) + strlen(key_prop) + 3 + strlen(key_value)); in dict_ni_do_lookup()94 sprintf(query, "%s/%s=%s", path, key_prop, key_value); in dict_ni_do_lookup()