STATUS_ERROR
err(STATUS_ERROR, "Not a terminal");
err(STATUS_ERROR, "Cannot allocate memory");
errx(STATUS_ERROR, "Options -n and -o are mutually exclusive");
errx(STATUS_ERROR,
errx(STATUS_ERROR, "Cannot open kernel files (%s)", buf);
errx(STATUS_ERROR, "Cannot get process list (%s)",
err(STATUS_ERROR, "Cannot allocate memory for %d processes",
errx(STATUS_ERROR,
err(STATUS_ERROR, "Cannot allocate %zu bytes",
err(STATUS_ERROR, "Cannot access `"
err(STATUS_ERROR, "Cannot access `%s'", sp);
err(STATUS_ERROR, "Cannot allocate memory");
err(STATUS_ERROR, "Cannot open pidfile `%s'", pidfile);
errx(STATUS_ERROR, "File '%s' can be locked", pidfile);
errx(STATUS_ERROR,
errx(STATUS_ERROR, "Pidfile `%s' is empty", pidfile);
err(STATUS_ERROR, "Cannot read from pid file `%s'", pidfile);
errx(STATUS_ERROR, "Invalid pid in file `%s'", pidfile);
errx(STATUS_ERROR, "Invalid pid in file `%s'", pidfile);