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

/haiku/src/bin/network/ftpd/
H A Dftpd.c133 char *chrootdir; variable
1527 chrootdir = NULL;
1559 (chrootdir = strtok(residue, " \t")) != NULL) {
1560 if (chrootdir[0] != '/')
1561 asprintf(&chrootdir, "%s/%s", pw->pw_dir, chrootdir);
1563 chrootdir = strdup(chrootdir); /* make it permanent */
1564 if (chrootdir == NULL)
1574 if (chrootdir
[all...]

Completed in 36 milliseconds