HomeSort by: relevance | last modified time | path
    Searched refs:perror_reply (Results 1 - 4 of 4) sorted by relevancy

  /src/libexec/ftpd/
cmds.c 170 perror_reply(550, path);
187 perror_reply(550, name);
218 perror_reply(550, name);
240 perror_reply(550, path);
245 perror_reply(501, path);
286 perror_reply(550, "Data connection");
303 perror_reply(550, path);
420 perror_reply(550, name);
432 perror_reply(550, name);
446 perror_reply(550, "rename")
    [all...]
ftpd.c 1746 perror_reply(550, dispname);
1768 perror_reply(550, dispname);
1776 perror_reply(550, dispname);
1862 perror_reply(553, name);
1875 perror_reply(550, name);
1888 perror_reply(550, name);
1893 perror_reply(550, name);
2090 perror_reply(425, "Can't build data connection");
2172 perror_reply(451, "Local resource failure: malloc");
2355 perror_reply(426, "Data connection")
3402 perror_reply(int code, const char *string) function in typeref:typename:void
    [all...]
extern.h 152 void perror_reply(int, const char *);
ftpcmd.y 553 perror_reply(550, $7);
830 perror_reply(550, $4);

Completed in 149 milliseconds