Searched refs:p_systemd_wantedby (Results 1 – 1 of 1) sorted by relevance
222 char *p_systemd_wantedby = strtok_r(NULL, "\t", &toktmp) ?: strdupa("-"); in line_worker() local519 if (strcmp(p_systemd_wantedby, "-") != 0) { in line_worker()522 if (strcmp(p_systemd_wantedby, "none") != 0) in line_worker()523 wantedby = p_systemd_wantedby; in line_worker()