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

/haiku/src/bin/unzip/
H A Dbeos.c335 char pathcomp[FILNAMSIZ]; /* path-component buffer */ variable
337 char *lastsemi=(char *)NULL; /* pointer to last semi-colon in pathcomp */
339 char *lastcomma=(char *)NULL; /* pointer to last comma in pathcomp */
343 int killed_ddot = FALSE; /* is set when skipping "../" pathcomp */
366 *pathcomp = '\0'; /* initialize translation buffer */
367 pp = pathcomp; /* point to translation buffer */
388 if (((error = checkdir(__G__ pathcomp, APPEND_DIR)) & MPN_MASK)
391 pp = pathcomp; /* reset conversion buffer for next piece */
396 if (pp == pathcomp) { /* nothing appended yet... */
488 *pp = '\0'; /* done with pathcomp
541 char *pathcomp; variable
[all...]
H A Dunzpriv.h1933 /* static void map2fat OF((char *pathcomp, char **pEndFAT)); os2.c */
2040 int checkdir OF((__GPRO__ char *pathcomp, int flag)); /* local */

Completed in 90 milliseconds