Searched refs:_h (Results 1 – 3 of 3) sorted by relevance
559 int get_home_dir(char **_h) { in get_home_dir() argument565 assert(_h); in get_home_dir()574 *_h = path_simplify(h); in get_home_dir()585 *_h = h; in get_home_dir()594 *_h = h; in get_home_dir()612 *_h = path_simplify(h); in get_home_dir()
377 Hashmap *_h = (h); \379 while ((_item = hashmap_steal_first(_h))) \381 _h; \387 OrderedHashmap *_h = (h); \389 while ((_item = ordered_hashmap_steal_first(_h))) \391 _h; \
121 void (*_h)(const typeof(*userdata)*, struct siphash*) = (hash_func); \128 (hash_func_t) _h, \