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

/freebsd-10.2-release/libexec/tftpd/
H A Dtftpd.c340 char *tempchroot; local
352 asprintf(&tempchroot, "%s/%s", chroot_dir, hbuf);
354 statret = stat(tempchroot, &sb);
357 chroot_dir = tempchroot;

Completed in 88 milliseconds