Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dbeos.c555 static char *rootpath; /* user's "extract-to" directory */ variable
700 strcpy(buildpath, rootpath);
762 if ((rootpath = (char *)realloc(tmproot, rootlen+1)) == NULL) {
767 Trace((stderr, "rootpath now = [%s]\n", FnFilter1(rootpath)));
780 free(rootpath);