Searched refs:ab_d (Results 1 – 1 of 1) sorted by relevance
2492 _cleanup_free_ char *ab_f = NULL, *ab_d = NULL; in clean_item_instance() local2498 ab_d = age_by_to_string(i->age_by_dir, true); in clean_item_instance()2499 if (!ab_d) 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() local2879 ab_d |= 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()2894 item->age_by_dir = ab_d > 0 ? ab_d : AGE_BY_DEFAULT_DIR; in parse_age_by_from_arg()