Searched refs:uid_cache (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/tmpfiles/ |
D | test-offline-passwd.c | 20 _cleanup_(hashmap_freep) Hashmap *uid_cache = NULL, *gid_cache = NULL; in test_resolve_one() 25 r = name_to_uid_offline(arg_root, name, &uid, &uid_cache); in test_resolve_one() 29 r = name_to_uid_offline(arg_root, name, &uid, &uid_cache); in test_resolve_one()
|
D | tmpfiles.c | 2924 Hashmap **uid_cache, in parse_line() argument 3189 r = find_uid(user, &i.uid, uid_cache); in parse_line() 3518 _cleanup_(hashmap_freep) Hashmap *uid_cache = NULL, *gid_cache = NULL; in read_config_file() 3566 k = parse_line(fn, v, l, &invalid_line, &uid_cache, &gid_cache); in read_config_file()
|