Home
last modified time | relevance | path

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

/systemd-251/src/tmpfiles/ !
Dtmpfiles.c2492 _cleanup_free_ char *ab_f = NULL, *ab_d = NULL; in clean_item_instance() local
2494 ab_f = age_by_to_string(i->age_by_file, false); in clean_item_instance()
2495 if (!ab_f) in clean_item_instance()
2506 ab_f, ab_d); in clean_item_instance()
2848 AgeBy ab_f = 0, ab_d = 0; in parse_age_by_from_arg() local
2876 ab_f |= age_by_types[i].age_by_flag; in parse_age_by_from_arg()
2890 if (ab_f == 0 && ab_d == 0) in parse_age_by_from_arg()
2893 item->age_by_file = ab_f > 0 ? ab_f : AGE_BY_DEFAULT_FILE; in parse_age_by_from_arg()