Searched refs:linkCommand (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/libsyscall/xcodescripts/
H A Dcompile-syscalls.pl124 my $linkCommand = "$LIBTOOL " . join(' ', @LIBTOOLFLAGS) . " -o $outputFile " . join(' ', @objects);
126 printf $linkCommand . "\n";
127 system($linkCommand);
/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclLoadAout.c158 char * linkCommand;
203 linkCommand = Tcl_DStringValue (&linkCommandBuf);
210 p = strstr (linkCommand, "-T") + 3;
216 status = Tcl_Eval (interp, linkCommand);
157 char * linkCommand; local
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAout.c150 char * linkCommand;
267 linkCommand = Tcl_DStringValue (&linkCommandBuf);
274 p = strstr(linkCommand, "-T") + 3;
280 status = Tcl_Eval (interp, linkCommand);
149 char * linkCommand; local
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A DtclLoadAout.c148 char * linkCommand;
234 linkCommand = Tcl_DStringValue (&linkCommandBuf);
241 p = strstr (linkCommand, "-T") + 3;
247 status = Tcl_Eval (interp, linkCommand);
147 char * linkCommand; local
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledhtml.itk134 itk_option define -linkcommand linkCommand LinkCommand {}

Completed in 197 milliseconds