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

/macosx-10.10.1/mail_cmds-30/mail/
H A Dvars.c68 vp->v_name = vcopy(name);
74 vp->v_value = vcopy(value);
96 vcopy(str) function
H A Dextern.h78 char *vcopy(const char *);
H A Dcmd3.c586 gh->g_name = vcopy(gname);
600 gp->ge_name = vcopy(*ap);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp4367 } *vcopy; local
4379 vcopy = (SerData *) IOMalloc(sizeof(SerData) * nRanges);
4380 if (vcopy == 0) return false;
4398 vcopy[index].address = addr;
4399 vcopy[index].length = len;
4411 user_addr_t addr = vcopy[index].address;
4412 IOByteCount len = (IOByteCount) vcopy[index].length;
4448 if (vcopy)
4449 IOFree(vcopy, sizeof(SerData) * nRanges);

Completed in 134 milliseconds