Searched refs:dstpp (Results 1 – 2 of 2) sorted by relevance
160 void *memcpy(void *dstpp, const void *srcpp, size_t len) in memcpy() argument162 unsigned long int dstp = (long int) dstpp; in memcpy()191 return dstpp; in memcpy()194 void *memcpyb(void *dstpp, const void *srcpp, unsigned len) in memcpyb() argument196 unsigned long int dstp = (long int) dstpp; in memcpyb()201 return dstpp; in memcpyb()
9 memset (void *dstpp, int sc, size_t len) in memset() argument12 long int dstp = (long int) dstpp; in memset()71 return dstpp; in memset()