Home
last modified time | relevance | path

Searched refs:HASHSIZ (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c745 off_t bytes = 0, hashbytes = HASHSIZ; in sendrequest()
892 hashbytes += HASHSIZ; in sendrequest()
922 hashbytes += HASHSIZ; in sendrequest()
1056 off_t bytes = 0, hashbytes = HASHSIZ; in recvrequest()
1243 hashbytes += HASHSIZ; in recvrequest()
1299 hashbytes += HASHSIZ; in recvrequest()
H A Dftp_var.h174 #define HASHSIZ BUFSIZ*8 macro
H A Dcmds.c947 (void) printf(" (%d bytes/hash mark)", HASHSIZ); in sethash()