Searched defs:dstbuf (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libndr/common/ |
H A D | ndr_ops.c | 103 nds_bswap(void *srcbuf, void *dstbuf, size_t len) argument 106 uint8_t *dst = (uint8_t *)dstbuf;
|
/osnet-11/usr/src/lib/libsmb/common/ |
H A D | smb_auth.c | 271 smb_auth_memcpy(unsigned char **dstbuf, argument 275 (void) memcpy(*dstbuf, srcbuf, srcbuf_len); 276 *dstbuf += srcbuf_len;
|
H A D | smb_util.c | 208 * to one byte and put it in dstbuf. 214 * returns the number of converted bytes in dstbuf 219 char *dstbuf, size_t dstlen) 231 *dstbuf = H2C(*hexbuf) & 0x0F; 233 *dstbuf++ |= (H2C(*hexbuf) << 4) & 0xF0; 218 hextobin(const char *hexbuf, size_t hexlen, char *dstbuf, size_t dstlen) argument
|
/osnet-11/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 1772 i_dlpi_writesap(void *dstbuf, uint_t sap, uint_t saplen) argument 1782 (void) memcpy(dstbuf, sapp, saplen);
|
Completed in 257 milliseconds