LP_LP
else if (strchr(LP_LP(lp), '@')) {
lp->lp_port = strdup(LP_LP(lp));
lp_setstatus(lp, "opening %s", LP_LP(lp));
lp_setstatus(lp, "printing to %s", LP_LP(lp));
if ((fd = open(LP_LP(lp), mode)) == -1) {
log_warn("failed to open %s", LP_LP(lp));