Searched refs:timeunit (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sbin/shutdown/
H A Dshutdown.c435 char *timeunit; local
449 offset = strtol(timearg, &timeunit, 10);
452 if (timeunit[0] == '\0' || strcasecmp(timeunit, "m") == 0 ||
453 strcasecmp(timeunit, "min") == 0 ||
454 strcasecmp(timeunit, "mins") == 0) {
456 } else if (strcasecmp(timeunit, "h") == 0 ||
457 strcasecmp(timeunit, "hour") == 0 ||
458 strcasecmp(timeunit, "hours") == 0) {
460 } else if (strcasecmp(timeunit, "
[all...]

Completed in 315 milliseconds