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

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzftp.c1339 zfwrite(int fd, char *bf, off_t sz, int tmout) function
1414 /* Version of zfwrite when we need to write in block mode. */
1429 n = zfwrite(fd, (char *)&hdr, sizeof(hdr), tmout);
1438 n = zfwrite(fd, bfptr, cnt, tmout);
1472 readwrite_t read_ptr = zfread, write_ptr = zfwrite;

Completed in 93 milliseconds