HomeSort by relevance Sort by last modified time
    Searched defs:PARAMS (Results 1 - 4 of 4) 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...]
  /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/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) ()

Completed in 55 milliseconds