Searched refs:toread (Results 1 – 4 of 4) sorted by relevance
20 size_t toread = size; in randombytes_nativeclient_buf() local26 while (toread > (size_t) 0U) { in randombytes_nativeclient_buf()31 toread -= readnb; in randombytes_nativeclient_buf()
271 set toread [expr {$totlen-$buflen}]272 set data [read $fd $toread]
904 u_int toread; in audit_pipe_read() local946 toread = MIN(ape->ape_record_len - ap->ap_qoffset, in audit_pipe_read()950 toread, uio); in audit_pipe_read()963 ap->ap_qoffset += toread; in audit_pipe_read()
375 int toread = MIN(array_numints - bseen, ZAP_LEAF_ARRAY_BYTES); in zap_leaf_array_match() local377 if (bcmp(la->la_array, (char *)zn->zn_key_orig + bseen, toread)) in zap_leaf_array_match()380 bseen += toread; in zap_leaf_array_match()