Home
last modified time | relevance | path

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

/dragonfly/libexec/tftpd/
H A Dtftpd.c235 char *tempchroot; in main() local
246 asprintf(&tempchroot, "%s/%s", chroot_dir, hbuf); in main()
247 statret = stat(tempchroot, &sb); in main()
250 chroot_dir = tempchroot; in main()