Lines Matching refs:VOIDRET

232 VOIDRET perror_reply __P((int, char *));
233 VOIDRET dologout __P((int));
235 VOIDRET upper __P((char *));
237 static VOIDRET lostconn __P((int));
238 static VOIDRET myoob __P((int));
242 static VOIDRET end_login __P((void));
243 static VOIDRET send_data __P((FILE *, FILE *, off_t));
253 VOIDRET reply FUNCTION((stdarg is ANSI only), int n AND char *fmt AND ...)
268 VOIDRET reply FUNCTION((n, fmt, p0, p1, p2, p3, p4, p5), int n AND char *fmt AND int p0 AND int p1 AND int p2 AND int p3 AND int p4 AND int p5)
282 VOIDRET lreply FUNCTION((stdarg is ANSI only), int n AND char *fmt AND ...)
297 VOIDRET lreply FUNCTION((n, fmt, p0, p1, p2, p3, p4, p5), int n AND char *fmt AND int p0 AND int p1 AND int p2 AND int p3 AND int p4 AND int p5)
310 VOIDRET enable_signalling FUNCTION_NOARGS
317 VOIDRET disable_signalling FUNCTION_NOARGS
324 static VOIDRET lostconn FUNCTION((input), int input)
509 static VOIDRET end_login FUNCTION_NOARGS
524 VOIDRET pass FUNCTION((passwd), char *passwd)
661 VOIDRET retrieve FUNCTION((cmd, name), char *cmd AND char *name)
726 VOIDRET store FUNCTION((name, mode, unique), char *name AND char *mode AND int unique)
916 static VOIDRET send_data FUNCTION((instr, outstr, blksize), FILE *instr AND FILE *outstr AND off_t blksize)
1068 VOIDRET statfilecmd FUNCTION((filename), char *filename)
1102 VOIDRET statcmd FUNCTION_NOARGS
1149 VOIDRET opiefatal FUNCTION((s), char *s)
1157 static VOIDRET ack FUNCTION((s), char *s)
1162 VOIDRET nack FUNCTION((s), char *s)
1167 VOIDRET yyerror FUNCTION((s), char *s)
1176 VOIDRET delete FUNCTION((name), char *name)
1199 VOIDRET cwd FUNCTION((path), char *path)
1207 VOIDRET makedir FUNCTION((name), char *name)
1215 VOIDRET removedir FUNCTION((name), char *name)
1223 VOIDRET pwd FUNCTION_NOARGS
1245 VOIDRET renamecmd FUNCTION((from, to), char *from AND char *to)
1253 static VOIDRET dolog FUNCTION((sin), struct sockaddr_in *sin)
1276 VOIDRET dologout FUNCTION((status), int status)
1288 static VOIDRET myoob FUNCTION((input), int input)
1322 VOIDRET passive FUNCTION_NOARGS
1398 VOIDRET perror_reply FUNCTION((code, string), int code AND char *string)
1409 VOIDRET send_file_list FUNCTION((whichfiles), char *whichfiles)
1532 VOIDRET setproctitle FUNCTION((fmt, a, b, c), char *fmt AND int a AND int b AND int c)
1558 VOIDRET catchexit FUNCTION_NOARGS