HomeSort by relevance Sort by last modified time
    Searched defs:PARAMS (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/intl/
libgettext.h 46 #ifndef PARAMS
48 # define PARAMS(args) args
50 # define PARAMS(args) ()
94 extern char *gettext PARAMS ((const char *__msgid));
95 extern char *gettext__ PARAMS ((const char *__msgid));
99 extern char *dgettext PARAMS ((const char *__domainname, const char *__msgid));
100 extern char *dgettext__ PARAMS ((const char *__domainname,
105 extern char *dcgettext PARAMS ((const char *__domainname, const char *__msgid,
107 extern char *dcgettext__ PARAMS ((const char *__domainname,
114 extern char *textdomain PARAMS ((const char *__domainname))
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
ansidecl.h 40 PARAMS ((prototype))
45 char *strcpy PARAMS ((char *dest, char *source));
56 PARAMS to declare the function, VPARAMS to define it. For example:
58 int printf PARAMS ((const char *format, ...));
152 /* PARAMS is often defined elsewhere (e.g. by libintl.h), so wrap it in
154 #ifndef PARAMS
155 #define PARAMS(ARGS) ARGS
208 #define PARAMS(args) ()
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
ansidecl.h 41 PARAMS ((prototype))
46 char *strcpy PARAMS ((char *dest, char *source));
57 PARAMS to declare the function, VPARAMS to define it. For example:
59 int printf PARAMS ((const char *format, ...));
157 /* PARAMS is often defined elsewhere (e.g. by libintl.h), so wrap it in
159 #ifndef PARAMS
160 #define PARAMS(ARGS) ARGS
213 #define PARAMS(args) ()
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ansidecl.h 40 PARAMS ((prototype))
45 char *strcpy PARAMS ((char *dest, char *source));
56 PARAMS to declare the function, VPARAMS to define it. For example:
58 int printf PARAMS ((const char *format, ...));
152 /* PARAMS is often defined elsewhere (e.g. by libintl.h), so wrap it in
154 #ifndef PARAMS
155 #define PARAMS(ARGS) ARGS
208 #define PARAMS(args) ()
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ansidecl.h 40 PARAMS ((prototype))
45 char *strcpy PARAMS ((char *dest, char *source));
56 PARAMS to declare the function, VPARAMS to define it. For example:
58 int printf PARAMS ((const char *format, ...));
152 /* PARAMS is often defined elsewhere (e.g. by libintl.h), so wrap it in
154 #ifndef PARAMS
155 #define PARAMS(ARGS) ARGS
208 #define PARAMS(args) ()
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
ansidecl.h 41 PARAMS ((prototype))
46 char *strcpy PARAMS ((char *dest, char *source));
57 PARAMS to declare the function, VPARAMS to define it. For example:
59 int printf PARAMS ((const char *format, ...));
157 /* PARAMS is often defined elsewhere (e.g. by libintl.h), so wrap it in
159 #ifndef PARAMS
160 #define PARAMS(ARGS) ARGS
213 #define PARAMS(args) ()
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
ansidecl.h 40 PARAMS ((prototype))
45 char *strcpy PARAMS ((char *dest, char *source));
56 PARAMS to declare the function, VPARAMS to define it. For example:
58 int printf PARAMS ((const char *format, ...));
152 /* PARAMS is often defined elsewhere (e.g. by libintl.h), so wrap it in
154 #ifndef PARAMS
155 #define PARAMS(ARGS) ARGS
208 #define PARAMS(args) ()
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
ansidecl.h 40 PARAMS ((prototype))
45 char *strcpy PARAMS ((char *dest, char *source));
56 PARAMS to declare the function, VPARAMS to define it. For example:
58 int printf PARAMS ((const char *format, ...));
152 /* PARAMS is often defined elsewhere (e.g. by libintl.h), so wrap it in
154 #ifndef PARAMS
155 #define PARAMS(ARGS) ARGS
208 #define PARAMS(args) ()
  /ndk/sources/host-tools/make-3.81/
make.h 44 # undef PARAMS
45 # define PARAMS(protos) protos
47 # undef PARAMS
48 # define PARAMS(protos) ()
154 extern unsigned int get_path_max PARAMS ((void));
230 extern char *malloc PARAMS ((int));
231 extern char *realloc PARAMS ((char *, int));
232 extern void free PARAMS ((char *));
234 extern void abort PARAMS ((void)) __attribute__ ((noreturn));
235 extern void exit PARAMS ((int)) __attribute__ ((noreturn))
    [all...]

Completed in 193 milliseconds