Home | History | Annotate | Download | only in tftpd

Lines Matching defs:tgtgroup

158 	const char	*tgtuser, *tgtgroup;
172 tgtgroup = NULL;
209 tgtgroup = optarg;
254 if (*tgtuser == '\0' || (tgtgroup != NULL && *tgtgroup == '\0'))
273 if (tgtgroup != NULL) {
274 nid = (strtol(tgtgroup, &ep, 10));
282 grent = getgrnam(tgtgroup);
286 syslog(LOG_ERR, "unknown group `%s'", tgtgroup);
304 tgtuser, tgtuid, tgtgroup ? tgtgroup : "(unspecified)",