Searched refs:age_by_str (Results 1 – 1 of 1) sorted by relevance
2847 static int parse_age_by_from_arg(const char *age_by_str, Item *item) { in parse_age_by_from_arg() argument2860 assert(age_by_str); in parse_age_by_from_arg()2863 if (isempty(age_by_str)) in parse_age_by_from_arg()2866 for (const char *s = age_by_str; *s != 0; s++) { in parse_age_by_from_arg()