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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacstuff.c512 Str255 tempPathname; local
533 tempPathname[0] = 0;
534 pb.hFileInfo.ioNamePtr = tempPathname;
599 ** if pathname is 'vol:dir:file' tempPathname becomes 'vol:dir:'
600 ** if pathname is 'vol:dir:file:' tempPathname becomes 'vol:dir:'
601 ** if pathname is ':dir:file' tempPathname becomes ':dir:'
602 ** if pathname is ':dir:file:' tempPathname becomes ':dir:'
603 ** if pathname is ':file' tempPathname becomes ':'
604 ** if pathname is 'file or file:' tempPathname becomes ''
608 BlockMoveData(pathname, tempPathname, pathnam
771 Str255 tempPathname; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreFilesExtras.c563 ** to the local tempPathname).
572 Str255 tempPathname; local
586 BlockMoveData(pathname, tempPathname, pathname[0] + 1); /* make a copy of the string and */
587 pb->volumeParam.ioNamePtr = (StringPtr)tempPathname; /* use the copy so original isn't trashed */
591 pb->volumeParam.ioNamePtr = NULL; /* ioNamePtr may point to local tempPathname, so don't return it */
608 ** to the local tempPathname).
614 Str255 tempPathname; local
629 BlockMoveData(pathname, tempPathname, pathname[0] + 1); /* make a copy of the string and */
630 pb->ioNamePtr = (StringPtr)tempPathname; /* use the copy so original isn't trashed */
657 pb->ioNamePtr = NULL; /* ioNamePtr may point to local tempPathname, s
1820 Str255 tempPathname; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreFilesExtras.c563 ** to the local tempPathname).
572 Str255 tempPathname; local
586 BlockMoveData(pathname, tempPathname, pathname[0] + 1); /* make a copy of the string and */
587 pb->volumeParam.ioNamePtr = (StringPtr)tempPathname; /* use the copy so original isn't trashed */
591 pb->volumeParam.ioNamePtr = NULL; /* ioNamePtr may point to local tempPathname, so don't return it */
608 ** to the local tempPathname).
614 Str255 tempPathname; local
629 BlockMoveData(pathname, tempPathname, pathname[0] + 1); /* make a copy of the string and */
630 pb->ioNamePtr = (StringPtr)tempPathname; /* use the copy so original isn't trashed */
657 pb->ioNamePtr = NULL; /* ioNamePtr may point to local tempPathname, s
1820 Str255 tempPathname; local
[all...]

Completed in 126 milliseconds