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

/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dzftp.c1470 char lsbuf[ZF_BUFSIZE], *ascbuf = NULL, *optr; local
1508 ascbuf = zalloc(ZF_ASCSIZE);
1512 n = (toasc) ? read_ptr(fdin, ascbuf, ZF_ASCSIZE, rtmout)
1518 char *iptr = ascbuf, *optr = lsbuf;
1686 zfree(ascbuf, ZF_ASCSIZE);

Completed in 104 milliseconds