Searched refs:ftp_command (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c594 char *ftp_command; variable
599 ftp_command = command;
605 free(ftp_command);
606 ftp_command = NULL;
612 return ftp_command != NULL;
H A Dsecurity.h92 extern char *ftp_command;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c3098 if(ftp_command){
3099 strlcpy(s, ftp_command, n);
H A Dftpcmd.y1042 if(ftp_command){
1043 strlcpy(s, ftp_command, n);
H A Dftpd.c1937 cp = ftp_command;
H A Dsecurity.c594 char *ftp_command; variable
599 ftp_command = command;
605 free(ftp_command);
606 ftp_command = NULL;
612 return ftp_command != NULL;

Completed in 126 milliseconds