Lines Matching refs:PARAMS
307 -static int msg_to_cat_id PARAMS ((const char *msg));
311 -static char *stpcpy PARAMS ((char *dest, const char *src));
831 - Use PARAMS instead of __P. Suggested by Roland McGrath.
1640 -static char *stpcpy PARAMS ((char *dest, const char *src));
1701 -static char *find_msg PARAMS ((struct loaded_l10nfile *domain_file,
1703 -static const char *category_to_name PARAMS ((int category));
1704 -static const char *guess_category_value PARAMS ((int category,
2783 -#ifndef PARAMS
2785 -# define PARAMS(args) args
2787 -# define PARAMS(args) ()
2796 -static nls_uint32 SWAP PARAMS ((nls_uint32 i));
2824 -struct loaded_l10nfile *_nl_find_domain PARAMS ((const char *__dirname,
2827 -void _nl_load_domain PARAMS ((struct loaded_l10nfile *__domain));
2860 -#ifndef PARAMS
2862 -# define PARAMS(Args) Args
2864 -# define PARAMS(Args) ()
2875 -static unsigned long hash_string PARAMS ((const char *__str_param));
3053 -static char *stpcpy PARAMS ((char *dest, const char *src));
3061 -static size_t argz_count__ PARAMS ((const char *argz, size_t len));
3085 -static void argz_stringify__ PARAMS ((char *argz, size_t len, int sep));
3107 -static char *argz_next__ PARAMS ((char *argz, size_t argz_len,
3135 -static int pop PARAMS ((int x));
3441 -#ifndef PARAMS
3443 -# define PARAMS(args) args
3445 -# define PARAMS(args) ()
3489 -extern char *gettext PARAMS ((const char *__msgid));
3490 -extern char *gettext__ PARAMS ((const char *__msgid));
3494 -extern char *dgettext PARAMS ((const char *__domainname, const char *__msgid));
3495 -extern char *dgettext__ PARAMS ((const char *__domainname,
3500 -extern char *dcgettext PARAMS ((const char *__domainname, const char *__msgid,
3502 -extern char *dcgettext__ PARAMS ((const char *__domainname,
3509 -extern char *textdomain PARAMS ((const char *__domainname));
3510 -extern char *textdomain__ PARAMS ((const char *__domainname));
3514 -extern char *bindtextdomain PARAMS ((const char *__domainname,
3516 -extern char *bindtextdomain__ PARAMS ((const char *__domainname,
3686 -#ifndef PARAMS
3688 -# define PARAMS(args) args
3690 -# define PARAMS(args) ()
3720 -extern const char *_nl_normalize_codeset PARAMS ((const char *codeset,
3724 -_nl_make_l10nflist PARAMS ((struct loaded_l10nfile **l10nfile_list,
3734 -extern const char *_nl_expand_alias PARAMS ((const char *name));
3736 -extern int _nl_explode_name PARAMS ((char *name, const char **language,
4084 -static size_t read_alias_file PARAMS ((const char *fname, int fname_len));
4085 -static void extend_alias_table PARAMS ((void));
4086 -static int alias_compare PARAMS ((const struct alias_map *map1,
4107 - (int (*) PARAMS ((const void *,
4268 - (int (*) PARAMS ((const void *, const void *))) alias_compare);