Searched refs:chuser (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/libexec/tftpd/
H A Dtftpd.c133 const char *chuser = "nobody"; local
180 chuser = optarg;
367 if ((nobody = getpwnam(chuser)) == NULL) {
368 tftp_log(LOG_ERR, "%s: no such user", chuser);

Completed in 52 milliseconds