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

/freebsd-11-stable/sbin/shutdown/
H A Dshutdown.c420 char *timeunit; local
434 offset = strtol(timearg, &timeunit, 10);
437 if (timeunit[0] == '\0' || strcasecmp(timeunit, "m") == 0 ||
438 strcasecmp(timeunit, "min") == 0 ||
439 strcasecmp(timeunit, "mins") == 0) {
441 } else if (strcasecmp(timeunit, "h") == 0 ||
442 strcasecmp(timeunit, "hour") == 0 ||
443 strcasecmp(timeunit, "hours") == 0) {
445 } else if (strcasecmp(timeunit, "
[all...]

Completed in 97 milliseconds