Searched refs:dstCmd (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dms.c173 Tcl_CmdInfo dstCmd;
177 &dstCmd)) {
183 if (dstCmd.objProc == tms_objcmd) {
188 T* dest = (T*) dstCmd.objClientData;
171 Tcl_CmdInfo dstCmd; local
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp1929 macho_load_command<P>* dstCmd = (macho_load_command<P>*)cmds; local
1943 memmove(dstCmd, srcCmd, cmdSize);
1944 dstCmd = (macho_load_command<P>*)(((uint8_t*)dstCmd)+cmdSize);
1951 bzero(dstCmd, (uint8_t*)srcCmd - (uint8_t*)dstCmd);
1956 writableHeader->set_sizeofcmds((uint8_t*)dstCmd - ((uint8_t*)fHeader + sizeof(macho_header<P>)));

Completed in 142 milliseconds