Searched refs:savebuf (Results 1 - 3 of 3) sorted by relevance
| /ast/src/cmd/3d/ |
| H A D | open3d.c | 79 char savebuf[8]; local 81 memcpy(savebuf, cp, sizeof(savebuf)); 98 memcpy(cp, savebuf, 8);
|
| H A D | pathreal.c | 41 char savebuf[sizeof(state.opaque)]; local 57 memcpy(savebuf, basesp, sizeof(state.opaque)); 77 memcpy(basesp, savebuf, sizeof(state.opaque));
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
| H A D | ipseckey.c | 1209 uint64_t savebuf[MAX_GET_SIZE]; local 1275 bcopy(buffer, savebuf, SADB_64TO8(msgp->sadb_msg_len)); 1326 msgp = (struct sadb_msg *)savebuf; 1327 bcopy(savebuf, buffer, SADB_64TO8(msgp->sadb_msg_len)); 1518 bcopy(buffer, savebuf, SADB_64TO8(msgp->sadb_msg_len)); 1592 msgp = (struct sadb_msg *)savebuf; 1593 bcopy(savebuf, buffer, 1621 msgp = (struct sadb_msg *)savebuf; 1622 bcopy(savebuf, buffer, SADB_64TO8(msgp->sadb_msg_len));
|
Completed in 93 milliseconds