Home
last modified time | relevance | path

Searched refs:toread (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/nativeclient/
H A Drandombytes_nativeclient.c20 size_t toread = size; in randombytes_nativeclient_buf() local
26 while (toread > (size_t) 0U) { in randombytes_nativeclient_buf()
31 toread -= readnb; in randombytes_nativeclient_buf()
/f-stack/app/redis-5.0.5/tests/support/
H A Dredis.tcl271 set toread [expr {$totlen-$buflen}]
272 set data [read $fd $toread]
/f-stack/freebsd/security/audit/
H A Daudit_pipe.c904 u_int toread; in audit_pipe_read() local
946 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()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_leaf.c375 int toread = MIN(array_numints - bseen, ZAP_LEAF_ARRAY_BYTES); in zap_leaf_array_match() local
377 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()