Home | History | Annotate | Download | only in slirp

Lines Matching refs:_P

22 extern int (*lprint_print) _P((void *, const char *, va_list));
27 char *strdup _P((const char *));
30 void do_wait _P((int));
72 int show_x _P((char *, struct socket *));
73 void redir_x _P((u_int32_t, int, int, int));
74 void getouraddr _P((void));
75 void slirp_insque _P((void *, void *));
76 void slirp_remque _P((void *));
77 int add_exec _P((struct ex_list **, int, char *, int, int));
78 int slirp_openpty _P((int *, int *));
80 void snooze_hup _P((int));
81 void snooze _P((void));
82 void relay _P((int));
83 void add_emu _P((char *));
84 void u_sleep _P((int));
85 void fd_nonblock _P((int));
86 void fd_block _P((int));
87 int rsh_exec _P((struct socket *, struct socket *, char *, char *, char *));