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

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c424 char *path_bkp; local
429 path_bkp = strdup (file);
430 if (path_bkp == NULL)
435 free (path_bkp);
441 last = strrchr (path_bkp, '/');
448 while(last > path_bkp && *--last == '/');
449 if(*last != '/' || last != path_bkp) {
451 dir = path_bkp;
458 a_params.in = path_bkp;
467 free (path_bkp);
[all...]

Completed in 1300 milliseconds