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

/freebsd-9.3-release/contrib/opie/
H A Dopieftpd.c239 static FILE *getdatasock __P((char *));
787 static FILE *getdatasock FUNCTION((mode), char *mode) function
883 file = getdatasock(mode);
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c143 static FILE *getdatasock (const char *, int);
1213 getdatasock(const char *mode, int domain) function
1334 file = getdatasock(mode, domain);
/freebsd-9.3-release/libexec/ftpd/
H A Dftpd.c251 static FILE *getdatasock(char *);
1853 getdatasock(char *mode) function
1989 file = getdatasock(mode);
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c263 static FILE *getdatasock(const char *);
1872 getdatasock(const char *fmode) function
1999 file = getdatasock(fmode);

Completed in 129 milliseconds