Searched refs:prot_safe (Results 1 – 7 of 7) sorted by relevance
| /src/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | security.c | 61 { prot_safe, "safe" }, 396 if(command_prot == prot_safe) in sec_vfprintf() 403 if(command_prot == prot_safe) in sec_vfprintf() 508 p = prot_safe; in prot() 857 command_prot = prot_safe; in sec_login()
|
| H A D | ftpcmd.y | 700 mec($3, prot_safe);
|
| H A D | ftpd.c | 1925 mec(mec_space(cp + 3), prot_safe); in handleoobcmd()
|
| H A D | ftpcmd.c | 2504 mec((yyvsp[(3) - (4)].s), prot_safe); in yyparse()
|
| /src/crypto/heimdal/appl/ftp/ftp/ |
| H A D | security.c | 61 { prot_safe, "safe" }, 396 if(command_prot == prot_safe) in sec_vfprintf() 403 if(command_prot == prot_safe) in sec_vfprintf() 508 p = prot_safe; in prot() 857 command_prot = prot_safe; in sec_login()
|
| H A D | security.h | 42 prot_safe = 1, enumerator
|
| H A D | ftp.c | 374 sec_read_msg(buf, prot_safe); in getreply() 538 sec_read_msg(reply_string, prot_safe);
|