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

/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dsecurity.h103 int sec_getc (FILE *);
H A Dftp.c1085 if ((ch = sec_getc (fout)) == EOF)
1098 while ((c = sec_getc(din)) != EOF) {
1108 if ((c = sec_getc (din)) != '\n' || tcrflag) {
H A Dsecurity.c115 sec_getc(FILE *F) function

Completed in 182 milliseconds