Searched refs:cFile (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/tcl-105/tcl84/tcl/library/
H A DldAout.tcl202 set cFile tcl$modName.c
203 set f [open $cFile w]
206 set ccCommand "$cc -c $shlib_cflags $cFile"
232 exec /bin/rm $cFile [file rootname $cFile].o
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tools/
H A DldAout.tcl206 set cFile tcl$modName.c
207 set f [open $cFile w]
210 set ccCommand "$cc -c $shlib_cflags $cFile"
239 exec /bin/rm $cFile [file rootname $cFile].o
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/
H A DldAout.tcl210 set cFile tcl$modName.c
211 set f [open $cFile w]
214 set ccCommand "$cc -c $shlib_cflags $cFile"
243 exec /bin/rm $cFile [file rootname $cFile].o
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DPEFSupport.c737 char cFile[MAXPATHLEN]; local
770 if (CFURLGetFileSystemRepresentation(file, TRUE, (UInt8 *) cFile, MAXPATHLEN))
771 err = readFile(cFile, &pefBytes, &pefFileLen);

Completed in 130 milliseconds