Home
last modified time | relevance | path

Searched refs:perror_reply (Results 1 – 4 of 4) sorted by relevance

/netbsd/libexec/ftpd/
H A Dcmds.c170 perror_reply(550, path); in cwd()
187 perror_reply(550, name); in delete()
218 perror_reply(550, name); in makedir()
240 perror_reply(550, path); in mlsd()
245 perror_reply(501, path); in mlsd()
303 perror_reply(550, path); in mlst()
420 perror_reply(550, name); in removedir()
432 perror_reply(550, name); in renamefrom()
446 perror_reply(550, "rename"); in renamecmd()
474 perror_reply(550, filename); in sizecmd()
[all …]
H A Dftpd.c1745 perror_reply(550, dispname); in retrieve()
1767 perror_reply(550, dispname); in retrieve()
1775 perror_reply(550, dispname); in retrieve()
1861 perror_reply(553, name); in store()
1874 perror_reply(550, name); in store()
1887 perror_reply(550, name); in store()
1892 perror_reply(550, name); in store()
2342 perror_reply(426, "Data connection"); in send_data()
2535 perror_reply(426, "Data Connection"); in receive_data()
3435 perror_reply(450, whichf); in send_file_list()
[all …]
H A Dextern.h152 void perror_reply(int, const char *);
H A Dftpcmd.y553 perror_reply(550, $7);
830 perror_reply(550, $4);