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

/freebsd-11-stable/libexec/tftpd/
H A Dtftpd.c345 char *tempchroot; local
357 asprintf(&tempchroot, "%s/%s", chroot_dir, hbuf);
359 statret = stat(tempchroot, &sb);
362 chroot_dir = tempchroot;

Completed in 60 milliseconds