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

/haiku-fatelf/src/bin/zip/
H A Dglobals.c69 char *tempath = NULL; /* Path for temporary files */ variable
H A Dfileio.c768 /* Return a temporary file name in its own malloc'ed space, using tempath. */
773 if ((t = malloc(strlen(tempath)+L_tmpnam+2)) == NULL)
777 /* Remove filemode and replace with tempath, if any. */
780 if (tempath!=NULL)
781 strcat(t, tempath);
786 if (tempath != NULL)
795 int l2 = strlen(tempath);
796 if (strchr(tempath, '.') || l2 < 1 || l2 > 8)
797 ziperr(ZE_PARMS, "On MVS and not OE, tempath (-b) can only be HLQ");
799 memcpy(t+1, tempath, l
[all...]
H A Dzipsplit.c548 tempath = argv[r];
624 if ((path = (char *)talloc(tempath == NULL ? 13 : strlen(tempath) + 14)) ==
627 if (tempath == NULL)
633 strcpy(path, tempath);
718 if (tempath)
721 strcat(template,tempath);
H A Dzip.c203 if (tempath != NULL)
205 free((zvoid *)tempath);
206 tempath = NULL;
292 if (tempath != NULL) {
293 free((zvoid *)tempath);
294 tempath = NULL;
1002 tempath = NULL; /* Path for temporary files */
1507 if ((tempath = malloc(strlen(argv[i]) + 1)) == NULL) {
1510 strcpy(tempath, argv[i]);
1713 /* For CMS, leave tempath NUL
[all...]
H A Dzipcloak.c280 tempath = argv[r];
H A Dzip.h293 extern char *tempath; /* Path for temporary files */
H A Dzipnote.c392 tempath = argv[r];

Completed in 95 milliseconds