Home
last modified time | relevance | path

Searched refs:_h (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Duser-util.c559 int get_home_dir(char **_h) { in get_home_dir() argument
565 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()
Dhashmap.h377 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; \
/systemd-251/src/network/
Dnetworkd-queue.h121 void (*_h)(const typeof(*userdata)*, struct siphash*) = (hash_func); \
128 (hash_func_t) _h, \