Searched refs:tocopy (Results 1 – 2 of 2) sorted by relevance
553 size_t tocopy; in jent_read_entropy() local560 tocopy = (DATA_SIZE_BITS / 8); in jent_read_entropy()562 tocopy = len; in jent_read_entropy()563 memcpy(p, &ec->data, tocopy); in jent_read_entropy()565 len -= tocopy; in jent_read_entropy()566 p += tocopy; in jent_read_entropy()
1231 int tocopy = history_len; local1237 if (len < tocopy) {1240 for (j = 0; j < tocopy-len; j++) free(history[j]);1241 tocopy = len;1244 memcpy(new,history+(history_len-tocopy), sizeof(char*)*tocopy);
Completed in 7 milliseconds