Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-sysv-compat.h8 int parse_shutdown_time_spec(const char *t, usec_t *ret);
Dsystemctl-compat-shutdown.c126 r = parse_shutdown_time_spec(argv[optind], &arg_when); in shutdown_parse_argv()
Dsystemctl-sysv-compat.c60 int parse_shutdown_time_spec(const char *t, usec_t *ret) { in parse_shutdown_time_spec() function