Searched refs:p_identity (Results 1 – 3 of 3) sorted by relevance
170 gptr->p_identity = strsave( in read_pmtab()445 log("identity:\t%s", gptr->p_identity); in dump_pmtab()482 if (strcmp(e1->p_identity, e2->p_identity) != 0) in same_entry()706 free(p->p_identity); in free_pmtab()773 if ((p->p_identity == NULL) || (*(p->p_identity) == '\0')) { in check_identity()777 if ((pwdp = getpwnam(p->p_identity)) == NULL) { in check_identity()778 log("missing or bad passwd entry for <%s>", p->p_identity); in check_identity()
51 char *p_identity; /* id for service to run as */ member
196 pmtab->p_identity = "root"; in parse_args()