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

/freebsd-11-stable/usr.bin/unzip/
H A Dunzip.c684 char *pathname, *realpathname; local
728 realpathname = pathcat(d_arg, q);
730 realpathname = pathcat(d_arg, pathname);
734 make_parent(realpathname);
737 extract_dir(a, e, realpathname);
739 extract_file(a, e, &realpathname);
741 free(realpathname);

Completed in 107 milliseconds