HomeSort by relevance Sort by last modified time
    Searched defs:__P (Results 1 - 25 of 26) sorted by null

1 2

  /external/ipsec-tools/src/racoon/
gnuc.h 5 /* Define __P() macro, if necessary */
6 #undef __P
7 #ifndef __P
9 #define __P(protos) protos
11 #define __P(protos) ()
  /external/ppp/pppd/
md4.h 11 #ifndef __P
13 # define __P(x) x
15 # define __P(x) ()
32 extern void MD4Init __P((MD4_CTX *MD));
46 extern void MD4Update __P((MD4_CTX *MD, unsigned char *X, unsigned int count));
54 extern void MD4Print __P((MD4_CTX *));
60 extern void MD4Final __P((unsigned char *, MD4_CTX *));
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.h 28 # undef __P
29 # define __P(protos) protos
32 # undef __P
33 # define __P(protos) ()
77 extern int fnmatch __P ((__const char *__pattern, __const char *__name,
glob.h 28 # undef __P
30 # define __P(protos) protos
39 # undef __P
41 # define __P(protos) ()
164 extern int glob64 __P ((__const char *__pattern, int __flags,
168 extern void globfree64 __P ((glob64_t *__pglob));
181 extern int glob __P ((__const char *__pattern, int __flags,
186 extern void globfree __P ((glob_t *__pglob));
188 extern int glob __P ((__const char *__pattern, int __flags,
192 extern void globfree __P ((glob_t *__pglob)) __asm__ ("globfree64")
    [all...]
  /external/e2fsprogs/e2fsck/
mtrace.h 33 #undef __P
34 #define __P(args) args
38 #undef __P
39 #define __P(args) ()
61 extern __ptr_t malloc __P ((size_t __size));
64 extern __ptr_t realloc __P ((__ptr_t __ptr, size_t __size));
66 extern __ptr_t calloc __P ((size_t __nmemb, size_t __size));
68 extern void free __P ((__ptr_t __ptr));
71 extern __ptr_t memalign __P ((size_t __alignment, size_t __size));
74 extern __ptr_t valloc __P ((size_t __size))
    [all...]
  /external/fdlibm/
fdlibm.h 39 #ifndef __P
42 #define __P(p) p
44 #define __P(p) ()
102 extern double ieee_acos __P((double));
103 extern double ieee_asin __P((double));
104 extern double ieee_atan __P((double));
105 extern double ieee_atan2 __P((double, double));
106 extern double ieee_cos __P((double));
107 extern double ieee_sin __P((double));
108 extern double ieee_tan __P((double))
    [all...]
  /bionic/libc/include/sys/
cdefs.h 83 #define __P(protos) protos /* full-blown ANSI C */
99 #define __P(protos) () /* traditional C preprocessor */
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 89 #define __P(protos) protos /* full-blown ANSI C */
105 #define __P(protos) () /* traditional C preprocessor */
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 83 #define __P(protos) protos /* full-blown ANSI C */
99 #define __P(protos) () /* traditional C preprocessor */
  /ndk/sources/host-tools/make-3.81/
hash.h 26 # if !defined __GLIBC__ || !defined __P
27 # undef __P
28 # define __P(protos) protos
31 # undef __P
32 # define __P(protos) ()
38 typedef unsigned long (*hash_func_t) __P((void const *key));
39 typedef int (*hash_cmp_func_t) __P((void const *x, void const *y));
40 typedef void (*hash_map_func_t) __P((void const *item));
41 typedef void (*hash_map_arg_func_t) __P((void const *item, void *arg));
58 typedef int (*qsort_cmp_t) __P((void const *, void const *))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
cdefs.h 36 #undef __P
74 #define __P(args) args
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 94 #define __P(protos) protos /* full-blown ANSI C */
110 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 89 #define __P(protos) protos /* full-blown ANSI C */
105 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 83 #define __P(protos) protos /* full-blown ANSI C */
99 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 89 #define __P(protos) protos /* full-blown ANSI C */
105 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
cdefs.h 89 #define __P(protos) protos /* full-blown ANSI C */
105 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 83 #define __P(protos) protos /* full-blown ANSI C */
99 #define __P(protos) () /* traditional C preprocessor */
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 83 #define __P(protos) protos /* full-blown ANSI C */
99 #define __P(protos) () /* traditional C preprocessor */
  /bionic/libc/private/isc/
eventlib.h 34 #ifndef __P
37 # define __P(x) x
39 # define __P(x) ()
55 typedef void (*evConnFunc)__P((evContext, void *, int, const void *, int,
57 typedef void (*evFileFunc)__P((evContext, void *, int, int));
58 typedef void (*evStreamFunc)__P((evContext, void *, int, int));
59 typedef void (*evTimerFunc)__P((evContext, void *,
61 typedef void (*evWaitFunc)__P((evContext, void *, const void *));
95 int evCreate __P((evContext *));
96 void evSetDebug __P((evContext, int, FILE *))
    [all...]
  /external/ppp/pppd/include/net/
ppp_defs.h 186 #ifndef __P
188 #define __P(x) x
190 #define __P(x) ()

Completed in 2533 milliseconds

1 2