Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-server.c1587 u_int64_t len, read_off, read_len, write_off; in process_extended_copy_data() local
1595 (r = sshbuf_get_u64(iqueue, &write_off)) != 0) in process_extended_copy_data()
1603 (unsigned long long)write_off); in process_extended_copy_data()
1629 lseek(write_fd, write_off, SEEK_SET) < 0) { in process_extended_copy_data()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c205 offset_int write_off (tree) const;
312 offset_int builtin_access::write_off (tree startlen) const in write_off() function
2009 offset_int wroff = acs.write_off (dstsize); in check_bounds_or_overlap()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-restrict.cc211 offset_int write_off (tree) const;
321 offset_int builtin_access::write_off (tree startlen) const in write_off() function in __anon10823bf20111::builtin_access
2033 offset_int wroff = acs.write_off (dstsize); in check_bounds_or_overlap()
H A DChangeLog-201913987 (builtin_access::write_off): New function.
14002 (check_bounds_or_overlap): Use builtin_access::write_off.