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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dpathname.h13 char *StripPartialDir(char *CompletePath,
22 char *GetCompletePath(char *CompletePath, const char *name, FSSpec *Spec,
25 char *GetFilename(char *CompletePath, const char *name);
26 char *GetFullPathFromSpec(char *CompletePath, FSSpec *Spec, OSErr *err);
27 char *GetFullPathFromID(char *CompletePath, short vRefNum, long dirID,
H A Dgetenv.c59 static char CompletePath[NAME_MAX]; variable
285 GetCompletePath(CompletePath,"MacZip.Env",&spec,&err);
362 GetCompletePath(CompletePath,"MacZip.Env",&spec,&err);
371 GetFullPathFromSpec(CompletePath,&spec, &err);
378 printf("\nLocation of the current \"MacZip.Env\" file:\n [%s]",CompletePath);
H A Dpathname.c378 char *GetFullPathFromID(char *CompletePath, short vRefNum, long dirID, argument
388 return GetFullPathFromSpec(CompletePath, &spec, err);
624 char *GetCompletePath(char *CompletePath, const char *name, FSSpec *Spec, argument
634 Assert_it((CompletePath != name),"GetCompletePath","")
643 sstrcpy(CompletePath, name);
649 sstrcpy(CompletePath, currentdir);
660 getcwd(CompletePath, NAME_MAX); /* we don't need a second colon */
661 CompletePath[strlen(CompletePath)-1] = '\0';
662 sstrcat(CompletePath, nam
[all...]
H A Dmacdir.c62 char CompletePath[NAME_MAX]; local
64 GetCompletePath(CompletePath, dirName, &spec, &err);
H A Dmacos.c990 char CompletePath[NAME_MAX], CompletePath2[NAME_MAX]; local
1001 RfDfFilen2Real(CompletePath, G.filename, MacZipMode,
1011 strcpy(CompletePath, uO.exdir);
1012 strcat(CompletePath, newExtraField.FullPath);
1013 CompletePath[pathlen] = 0x00;
1017 strcpy(CompletePath, path);
1020 GetCompletePath(CompletePath2, CompletePath, &CurrentFile, &err);
1075 char CompletePath[NAME_MAX]; local
1077 GetCompletePath(CompletePath, sz, &zipfile, &err);
1080 if (CheckMountedVolumes(CompletePath) >
1271 char CompletePath[NAME_MAX]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dpathname.h13 char *StripPartialDir(char *CompletePath,
22 char *GetCompletePath(char *CompletePath, const char *name, FSSpec *Spec,
25 char *GetFilename(char *CompletePath, const char *name);
26 char *GetFullPathFromSpec(char *CompletePath, FSSpec *Spec, OSErr *err);
27 char *GetFullPathFromID(char *CompletePath, short vRefNum, long dirID,
H A Dgetenv.c59 static char CompletePath[NAME_MAX]; variable
285 GetCompletePath(CompletePath,"MacZip.Env",&spec,&err);
362 GetCompletePath(CompletePath,"MacZip.Env",&spec,&err);
371 GetFullPathFromSpec(CompletePath,&spec, &err);
378 printf("\nLocation of the current \"MacZip.Env\" file:\n [%s]",CompletePath);
H A Dpathname.c378 char *GetFullPathFromID(char *CompletePath, short vRefNum, long dirID, argument
388 return GetFullPathFromSpec(CompletePath, &spec, err);
624 char *GetCompletePath(char *CompletePath, const char *name, FSSpec *Spec, argument
634 Assert_it((CompletePath != name),"GetCompletePath","")
643 sstrcpy(CompletePath, name);
649 sstrcpy(CompletePath, currentdir);
660 getcwd(CompletePath, NAME_MAX); /* we don't need a second colon */
661 CompletePath[strlen(CompletePath)-1] = '\0';
662 sstrcat(CompletePath, nam
[all...]
H A Dmacos.c663 char *StripPartialDir(char *CompletePath, argument
670 Assert_it(CompletePath,"StripPartialDir","")
700 sstrcpy(CompletePath, ResourceMark);
703 sstrcat(CompletePath, tmpPtr2);
704 return (char *)CompletePath;

Completed in 82 milliseconds