HomeSort by relevance Sort by last modified time
    Searched refs:_P (Results 1 - 25 of 46) sorted by null

1 2

  /bionic/libc/stdlib/
ctype_.c 45 _S|(char)_B, _P, _P, _P, _P, _P, _P, _P,
46 _P, _P, _P, _P, _P, _P, _P, _P
    [all...]
  /external/qemu/slirp/
misc.h 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 *))
    [all...]
sbuf.h 24 void sbfree _P((struct sbuf *));
25 void sbdrop _P((struct sbuf *, int));
26 void sbreserve _P((struct sbuf *, int));
27 void sbappend _P((struct socket *, struct mbuf *));
28 void sbcopy _P((struct sbuf *, int, int, char *));
socket.h 76 struct socket * solookup _P((struct socket *, struct in_addr, u_int, struct in_addr, u_int));
77 struct socket * socreate _P((void));
78 void sofree _P((struct socket *));
79 int soread _P((struct socket *));
80 void sorecvoob _P((struct socket *));
81 int sosendoob _P((struct socket *));
82 int sowrite _P((struct socket *));
83 void sorecvfrom _P((struct socket *));
84 int sosendto _P((struct socket *, struct mbuf *));
85 struct socket * solisten _P((u_int, u_int32_t, u_int, int))
    [all...]
slirp.h 122 #undef _P
124 # define _P(x) x
126 # define _P(x) ()
140 char *strdup _P((const char *));
145 void *malloc _P((size_t arg));
146 void free _P((void *ptr));
150 int inet_aton _P((const char *cp, struct in_addr *ia));
234 void if_start _P((void));
236 void if_start _P((struct ttys *));
242 extern int vsprintf_len _P((char *, const char *, va_list))
    [all...]
tcp_timer.h 129 void tcp_fasttimo _P((void));
130 void tcp_slowtimo _P((void));
131 void tcp_canceltimers _P((struct tcpcb *));
mbuf.h 133 void m_init _P((void));
134 struct mbuf * m_get _P((void));
135 void m_free _P((struct mbuf *));
136 void m_cat _P((register struct mbuf *, register struct mbuf *));
137 void m_inc _P((struct mbuf *, int));
138 void m_adj _P((struct mbuf *, int));
139 int m_copy _P((struct mbuf *, struct mbuf *, int, int));
140 struct mbuf * dtom _P((void *));
udp.h 99 void udp_init _P((void));
100 void udp_input _P((register struct mbuf *, int));
101 int udp_output _P((struct socket *, struct mbuf *, struct sockaddr_in *));
102 int udp_attach _P((struct socket *));
103 void udp_detach _P((struct socket *));
104 struct socket * udp_listen _P((u_int, u_int32_t, u_int, int));
  /external/qemu/slirp-android/
sbuf.h 24 void sbfree _P((struct sbuf *));
25 void sbdrop _P((struct sbuf *, int));
26 void sbreserve _P((struct sbuf *, int));
27 void sbappend _P((struct socket *, struct mbuf *));
28 void sbcopy _P((struct sbuf *, int, int, char *));
slirp.h 114 #undef _P
116 # define _P(x) x
118 # define _P(x) ()
131 char *strdup _P((const char *));
136 void *malloc _P((size_t arg));
137 void free _P((void *ptr));
187 void if_start _P((void));
189 void if_start _P((struct ttys *));
195 extern int vsprintf_len _P((char *, const char *, va_list));
196 extern int sprintf_len _P((char *, const char *, ...))
    [all...]
socket.h 79 void so_init _P((void));
80 struct socket * solookup _P((struct socket *, uint32_t, u_int, uint32_t, u_int));
81 struct socket * socreate _P((void));
82 void sofree _P((struct socket *));
83 int soread _P((struct socket *));
84 void sorecvoob _P((struct socket *));
85 int sosendoob _P((struct socket *));
86 int sowrite _P((struct socket *));
87 void sorecvfrom _P((struct socket *));
88 int sosendto _P((struct socket *, struct mbuf *))
    [all...]
misc.h 22 extern int (*lprint_print) _P((void *, const char *, va_list));
27 char *strdup _P((const char *));
30 void do_wait _P((int));
70 void getouraddr _P((void));
71 void slirp_insque _P((void *, void *));
72 void slirp_remque _P((void *));
73 int add_exec _P((struct ex_list **, int, char *, int, int));
74 int slirp_openpty _P((int *, int *));
76 void snooze_hup _P((int));
77 void snooze _P((void))
    [all...]
udp.h 101 void udp_init _P((void));
102 void udp_input _P((register struct mbuf *, int));
103 int udp_output_ _P((struct socket *, struct mbuf *, SockAddress *));
104 int udp_attach _P((struct socket *));
105 void udp_detach _P((struct socket *));
106 struct socket * udp_listen _P((u_int, u_int32_t, u_int, int));
107 int udp_unlisten _P((u_int));
tcp_timer.h 129 void tcp_fasttimo _P((void));
130 void tcp_slowtimo _P((void));
131 void tcp_canceltimers _P((struct tcpcb *));
mbuf.h 133 void m_init _P((void));
134 struct mbuf * m_get _P((void));
135 void m_free _P((struct mbuf *));
136 void m_cat _P((register struct mbuf *, register struct mbuf *));
137 void m_inc _P((struct mbuf *, int));
138 void m_adj _P((struct mbuf *, int));
139 int m_copy _P((struct mbuf *, struct mbuf *, int, int));
140 struct mbuf * dtom _P((void *));
  /external/libvpx/vpx_mem/include/
vpx_mem_intrnl.h 91 # define _P(x)
93 # define _P(x) x
  /bionic/libc/kernel/common/linux/
ctype.h 19 #define _P 0x10
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
33 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
  /development/ndk/platforms/android-3/include/linux/
ctype.h 19 #define _P 0x10
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
33 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
  /external/kernel-headers/original/linux/
ctype.h 13 #define _P 0x10 /* punct */
26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
29 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
  /external/libvpx/vpx_mem/ti_c6x/
vpx_mem_ti_6cx.c 27 _P(fprintf(stderr,
45 _P(fprintf(stderr,
70 _P(fprintf(stderr,
109 _P(fprintf(stderr, "[vpx_mem][xvpx_mem_free] addr: %p (id=%p size=%u) "
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ctype.h 19 #define _P 0x10
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
33 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ctype.h 19 #define _P 0x10
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
33 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ctype.h 19 #define _P 0x10
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
33 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ctype.h 19 #define _P 0x10
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
33 #define ispunct(c) ((__ismask(c)&(_P)) != 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ctype.h 19 #define _P 0x10
30 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0)
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
33 #define ispunct(c) ((__ismask(c)&(_P)) != 0)

Completed in 558 milliseconds

1 2