Searched defs:PARAMS (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/intl/
H A Dlibgettext.h46 #ifndef PARAMS
48 # define PARAMS(args) args macro
50 # define PARAMS(args) () macro
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 ((cons
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dansidecl.h40 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 macro
208 #define PARAMS(args) () macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 747 milliseconds