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

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

Completed in 163 milliseconds