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

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h105 int sec_read (int, void *, int);
H A Dsecurity.c119 if(sec_read(fileno(F), &c, 1) <= 0)
214 sec_read(int fd, void *dataptr, int length) function
H A Dftp.c1046 while ((c = sec_read (fileno (din), buf, bufsize)) > 0) {
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c119 if(sec_read(fileno(F), &c, 1) <= 0)
214 sec_read(int fd, void *dataptr, int length) function
H A Dftpd.c1478 while ((cnt = sec_read(fileno(instr), buf, bufsize)) > 0) {
1501 while ((cnt = sec_read(fileno(instr),

Completed in 119 milliseconds