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

/haiku/src/bin/unzip/
H A Dbeos.c556 static char *buildpath; /* full path (so far) to extracted file */ variable
557 static char *end; /* pointer to end of buildpath ('\0') */
584 * check end-buildpath after each append, set warning variable if
588 if ((end-buildpath) > FILNAMSIZ-3) /* need '/', one-char name, '\0' */
590 if (stat(buildpath, &G.statbuf)) { /* path doesn't exist */
592 free(buildpath); variable
598 FnFilter1(buildpath)));
599 free(buildpath); variable
603 if (mkdir(buildpath, 0777) == -1) { /* create the directory */
607 FnFilter2(buildpath), FnFilter
608 free(buildpath); variable
618 free(buildpath); variable
625 free(buildpath); variable
645 free(buildpath); variable
[all...]

Completed in 44 milliseconds