Home
last modified time | relevance | path

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

/mirbsd/src/libexec/ftpd/
Dmonitor.c72 void debugmsg(char *, ...);
265 debugmsg("CMD_USER received"); in handle_cmds()
278 debugmsg("CMD_PASS received"); in handle_cmds()
296 debugmsg("authentication failed"); in handle_cmds()
303 debugmsg("user-privileged slave started"); in handle_cmds()
308 debugmsg("monitor went into post-auth phase"); in handle_cmds()
329 debugmsg("CMD_SOCKET received"); in handle_cmds()
348 debugmsg("CMD_BIND received"); in handle_cmds()
435 debugmsg(char *fmt, ...) in debugmsg() function