HomeSort by: relevance | last modified time | path
    Searched defs:tgtgroup (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/tftpd/
tftpd.c 158 const char *tgtuser, *tgtgroup; local in function:main
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)"
    [all...]
tftpd.c 158 const char *tgtuser, *tgtgroup; local in function:main
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)"
    [all...]

Completed in 23 milliseconds