Searched refs:FSSpec (Results 1 - 25 of 75) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacbin3.h147 OSErr EncodeMacbinaryFile(FSSpec *file);
148 OSErr DecodeMacBinaryFile(FSSpec *source);
149 Boolean FSpIsMacBinary(FSSpec *file);
H A Dpathname.h22 char *GetCompletePath(char *CompletePath, const char *name, FSSpec *Spec,
26 char *GetFullPathFromSpec(char *CompletePath, FSSpec *Spec, OSErr *err);
38 FSSpec *spec); /* Pointer to resulting directory. */
H A Dgetenv.c89 Boolean createFolder,FSSpec *spec, unsigned char *name);
276 FSSpec spec;
332 FSSpec *spec, /* Pointer to resulting directory. */
356 FSSpec spec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DFSpCompat.h4 Contains: FSSpec compatibility functions.
69 FSSpec * spec);
73 The FSMakeFSSpecCompat function fills in the fields of an FSSpec record.
74 If the file system can't create the FSSpec, then the compatibility code
75 creates a FSSpec that is exactly like an FSSpec except that spec.name
92 (FSSpec is still valid)
99 const FSSpec * spec,
112 spec input: An FSSpec record specifying the file whose data
141 const FSSpec * spe
[all...]
H A DMoreDesktopMgr.h161 FSSpec * spec);
178 spec output: FSSpec record containing the application name and
255 FSSpec * spec);
270 spec output: FSSpec record containing the application name and
389 const FSSpec * spec,
398 spec input: An FSSpec record specifying the file or directory.
476 const FSSpec * spec,
491 spec input: An FSSpec record specifying the file or directory.
569 const FSSpec * srcSpec,
570 const FSSpec * dstSpe
[all...]
H A DFileCopy.h163 const FSSpec * srcSpec,
164 const FSSpec * dstSpec,
188 srcSpec input: An FSSpec record specifying the source file.
189 dstSpec input: An FSSpec record specifying the destination
H A DFullPath.h162 const FSSpec * spec,
178 IMPORTANT: The definition of a FSSpec is a volume reference number (not a
182 FSpGetFullPath assumes it is getting a FSSpec that matches the rules.
183 If you have an FSSpec record that wasn't created by FSMakeFSSpec (or
187 spec input: An FSSpec record specifying the object.
219 FSSpec * spec);
223 The FSpLocationFromFullPath function returns a FSSpec to the object
233 spec output: An FSSpec record specifying the object.
H A DDirectoryCopy.h243 const FSSpec * srcSpec,
244 const FSSpec * dstSpec,
265 srcSpec input: An FSSpec record specifying the directory to copy.
266 dstSpec input: An FSSpec record specifying destination directory
450 const FSSpec * srcSpec,
451 const FSSpec * dstSpec,
468 srcSpec input: An FSSpec record specifying the directory to copy.
469 dstSpec input: An FSSpec record specifying destination directory
H A DMoreFiles.h4 Contains: The long lost high-level and FSSpec File Manager functions.
139 FSpCreateMinimum(const FSSpec * spec);
148 spec input: An FSSpec record specifying the file to create.
270 The FSpResolveFileIDRef function fills in an FSSpec with the location
277 spec input: A pointer to a FSSpec record.
354 const FSSpec * spec,
363 spec input: An FSSpec record specifying the file.
577 const FSSpec * spec,
591 spec input: An FSSpec record specifying the object.
664 const FSSpec * spe
[all...]
H A DMoreFilesExtras.h964 an array of FSSpec records.
971 volumes input: Pointer to array of FSSpec where the volume list
1141 const FSSpec * spec,
1148 spec input: An FSSpec record specifying the directory.
1208 const FSSpec * spec,
1215 spec input: An FSSpec record specifying the directory.
1292 const FSSpec * spec,
1304 spec input: An FSSpec record specifying the directory.
1389 const FSSpec * spec,
1398 spec input: An FSSpec recor
[all...]
H A DFullPath.c102 FSSpec spec;
118 pascal OSErr FSpGetFullPath(const FSSpec *spec,
124 FSSpec tempSpec;
141 /* Make a copy of the input FSSpec that can be modified */
142 BlockMoveData(spec, &tempSpec, sizeof(FSSpec));
232 FSSpec *spec)
250 /* invalidate wrong FSSpec */
269 FSSpec spec;
H A DIterateDirectory.h154 const FSSpec * spec,
174 spec input: An FSSpec record specifying the directory to scan.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DFSpCompat.h4 Contains: FSSpec compatibility functions.
69 FSSpec * spec);
73 The FSMakeFSSpecCompat function fills in the fields of an FSSpec record.
74 If the file system can't create the FSSpec, then the compatibility code
75 creates a FSSpec that is exactly like an FSSpec except that spec.name
92 (FSSpec is still valid)
99 const FSSpec * spec,
112 spec input: An FSSpec record specifying the file whose data
141 const FSSpec * spe
[all...]
H A DMoreDesktopMgr.h161 FSSpec * spec);
178 spec output: FSSpec record containing the application name and
255 FSSpec * spec);
270 spec output: FSSpec record containing the application name and
389 const FSSpec * spec,
398 spec input: An FSSpec record specifying the file or directory.
476 const FSSpec * spec,
491 spec input: An FSSpec record specifying the file or directory.
569 const FSSpec * srcSpec,
570 const FSSpec * dstSpe
[all...]
H A DFileCopy.h163 const FSSpec * srcSpec,
164 const FSSpec * dstSpec,
188 srcSpec input: An FSSpec record specifying the source file.
189 dstSpec input: An FSSpec record specifying the destination
H A DFullPath.h162 const FSSpec * spec,
178 IMPORTANT: The definition of a FSSpec is a volume reference number (not a
182 FSpGetFullPath assumes it is getting a FSSpec that matches the rules.
183 If you have an FSSpec record that wasn't created by FSMakeFSSpec (or
187 spec input: An FSSpec record specifying the object.
219 FSSpec * spec);
223 The FSpLocationFromFullPath function returns a FSSpec to the object
233 spec output: An FSSpec record specifying the object.
H A DDirectoryCopy.h243 const FSSpec * srcSpec,
244 const FSSpec * dstSpec,
265 srcSpec input: An FSSpec record specifying the directory to copy.
266 dstSpec input: An FSSpec record specifying destination directory
450 const FSSpec * srcSpec,
451 const FSSpec * dstSpec,
468 srcSpec input: An FSSpec record specifying the directory to copy.
469 dstSpec input: An FSSpec record specifying destination directory
H A DMoreFiles.h4 Contains: The long lost high-level and FSSpec File Manager functions.
139 FSpCreateMinimum(const FSSpec * spec);
148 spec input: An FSSpec record specifying the file to create.
270 The FSpResolveFileIDRef function fills in an FSSpec with the location
277 spec input: A pointer to a FSSpec record.
354 const FSSpec * spec,
363 spec input: An FSSpec record specifying the file.
577 const FSSpec * spec,
591 spec input: An FSSpec record specifying the object.
664 const FSSpec * spe
[all...]
H A DMoreFilesExtras.h964 an array of FSSpec records.
971 volumes input: Pointer to array of FSSpec where the volume list
1141 const FSSpec * spec,
1148 spec input: An FSSpec record specifying the directory.
1208 const FSSpec * spec,
1215 spec input: An FSSpec record specifying the directory.
1292 const FSSpec * spec,
1304 spec input: An FSSpec record specifying the directory.
1389 const FSSpec * spec,
1398 spec input: An FSSpec recor
[all...]
H A DFullPath.c102 FSSpec spec;
118 pascal OSErr FSpGetFullPath(const FSSpec *spec,
124 FSSpec tempSpec;
141 /* Make a copy of the input FSSpec that can be modified */
142 BlockMoveData(spec, &tempSpec, sizeof(FSSpec));
232 FSSpec *spec)
250 /* invalidate wrong FSSpec */
269 FSSpec spec;
H A DIterateDirectory.h154 const FSSpec * spec,
174 spec input: An FSSpec record specifying the directory to scan.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacglob.h38 FSSpec fileSpec;
74 FSSpec ZipFileSpec;
77 FSSpec TempZipFileSpec;
H A Dpathname.h22 char *GetCompletePath(char *CompletePath, const char *name, FSSpec *Spec,
26 char *GetFullPathFromSpec(char *CompletePath, FSSpec *Spec, OSErr *err);
38 FSSpec *spec); /* Pointer to resulting directory. */
H A Drecurse.h82 pascal OSErr FSpRecurseDirectory(const FSSpec *spec,
98 spec input: An FSSpec record specifying the directory to scan.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddirdlg.cpp102 FSSpec folderInfo;
103 FSSpec outFileSpec ;
111 folderInfo = **(FSSpec**) specDesc.dataHandle;
118 // The FSSpec from NavChooseFolder is NOT the file spec
137 // Create cannonical FSSpec

Completed in 140 milliseconds

123