parse_expiry_date 431 builtin/reflog.c if (parse_expiry_date(value, expire)) parse_expiry_date 548 builtin/reflog.c if (parse_expiry_date(arg + 9, &cb.cmd.expire_total)) parse_expiry_date 553 builtin/reflog.c if (parse_expiry_date(arg + 21, &cb.cmd.expire_unreachable)) parse_expiry_date 1126 cache.h int parse_expiry_date(const char *date, unsigned long *timestamp); parse_expiry_date 40 parse-options-cb.c return parse_expiry_date(arg, (unsigned long *)opt->value);