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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c745 off_t bytes = 0, hashbytes = HASHSIZ; local
890 while (bytes >= hashbytes) {
892 hashbytes += HASHSIZ;
898 if (bytes < hashbytes)
919 while (hash && (bytes >= hashbytes)) {
922 hashbytes += HASHSIZ;
941 if (bytes < hashbytes)
1056 off_t bytes = 0, hashbytes = HASHSIZ; local
1241 while (bytes >= hashbytes) {
1243 hashbytes
[all...]

Completed in 46 milliseconds