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

/macosx-10.10.1/remote_cmds-47/rlogin.tproj/
H A Ddes_rw.c74 static unsigned char des_inbuf[10240], storage[10240], *store_ptr; variable
129 (void) bcopy(store_ptr, buf, len);
130 store_ptr += len;
134 (void) bcopy(store_ptr, buf, nstored);
168 store_ptr = storage + 8 - net_len;
170 store_ptr = storage;
174 (void) bcopy(store_ptr, buf, len);
176 store_ptr += len;
179 (void) bcopy(store_ptr, buf, nstored);

Completed in 89 milliseconds