Lines Matching refs:found_path
105 _cleanup_free_ char *found_path = NULL; in dropin_user_record_by_name() local
122 … r = search_and_fopen_nulstr(j, "re", NULL, USERDB_DROPIN_DIR_NULSTR("userdb"), &f, &found_path); in dropin_user_record_by_name()
128 path = found_path; in dropin_user_record_by_name()
135 _cleanup_free_ char *found_path = NULL; in dropin_user_record_by_uid() local
152 … r = search_and_fopen_nulstr(buf, "re", NULL, USERDB_DROPIN_DIR_NULSTR("userdb"), &f, &found_path); in dropin_user_record_by_uid()
158 path = found_path; in dropin_user_record_by_uid()
249 _cleanup_free_ char *found_path = NULL; in dropin_group_record_by_name() local
266 … r = search_and_fopen_nulstr(j, "re", NULL, USERDB_DROPIN_DIR_NULSTR("userdb"), &f, &found_path); in dropin_group_record_by_name()
272 path = found_path; in dropin_group_record_by_name()
279 _cleanup_free_ char *found_path = NULL; in dropin_group_record_by_gid() local
294 … r = search_and_fopen_nulstr(buf, "re", NULL, USERDB_DROPIN_DIR_NULSTR("userdb"), &f, &found_path); in dropin_group_record_by_gid()
300 path = found_path; in dropin_group_record_by_gid()