Home
last modified time | relevance | path

Searched refs:send_file_list (Results 1 – 8 of 8) sorted by relevance

/freebsd/libexec/ftpd/
H A Dextern.h58 void send_file_list(char *);
H A Dftpcmd.y443 send_file_list(".");
448 send_file_list($4);
H A Dftpd.c3132 send_file_list(char *whichf) in send_file_list() function
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h93 void send_file_list(char *);
H A Dftpcmd.y304 send_file_list(".");
311 send_file_list(name);
H A Dftpcmd.c1986 send_file_list("."); in yyparse()
1996 send_file_list(name); in yyparse()
H A Dftpd.c2209 send_file_list(char *whichf) in send_file_list() function
/freebsd/crypto/heimdal/appl/ftp/
H A DChangeLog455 * ftpd/ftpd.c (send_file_list): use GLOB_LIMIT if defined