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

/haiku/src/bin/unzip/
H A Dbeos.c554 static int rootlen = 0; /* length of rootpath */ variable
692 if ((buildpath = (char *)malloc(strlen(G.filename)+rootlen+
695 if ((buildpath = (char *)malloc(strlen(G.filename)+rootlen+1))
699 if ((rootlen > 0) && !renamed_fullpath) {
701 end = buildpath + rootlen;
722 rootlen = 0;
725 if (rootlen > 0) /* rootpath was already set, nothing to do */
727 if ((rootlen = strlen(pathcomp)) > 0) {
730 if ((tmproot = (char *)malloc(rootlen+2)) == (char *)NULL) {
731 rootlen
[all...]

Completed in 37 milliseconds