Searched refs:PARAMS (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dgetdate.h21 #ifndef PARAMS
23 # define PARAMS(Args) Args macro
25 # define PARAMS(Args) () macro
46 time_t get_date PARAMS ((const char *p, const time_t *now));
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/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...]
/asus-wl-520gu-7.0.1.45/src/router/ez-ipupdate/
H A Dmd5.h30 #define PARAMS(args) args macro
101 extern void md5_init_ctx PARAMS ((struct md5_ctx *ctx));
107 extern void md5_process_block PARAMS ((const void *buffer, size_t len,
114 extern void md5_process_bytes PARAMS ((const void *buffer, size_t len,
124 extern void *md5_finish_ctx PARAMS ((struct md5_ctx *ctx, void *resbuf));
133 extern void *md5_read_ctx PARAMS ((const struct md5_ctx *ctx, void *resbuf));
139 extern int md5_stream PARAMS ((FILE *stream, void *resblock));
145 extern void *md5_buffer PARAMS ((const char *buffer, size_t len,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dppc.h113 unsigned long (*insert) PARAMS ((unsigned long instruction, long op,
133 long (*extract) PARAMS ((unsigned long instruction, int *invalid));
H A Dansidecl.h55 Replaced by PARAMS. Do not use; will disappear someday soon.
61 PARAMS ((args))
67 static int foo PARAMS ((int, char));
77 obsolete; new code should be written to use PARAMS.
80 extern int printf PARAMS ((CONST char *format DOTS));
117 #define PARAMS(paramlist) paramlist macro
140 #define PARAMS(paramlist) () macro
H A Dppc-dis.c28 static int print_insn_powerpc PARAMS ((FILE *, unsigned long insn,
31 extern void print_address PARAMS((unsigned memaddr));
H A Dppc-opc.c42 static unsigned long insert_bat PARAMS ((unsigned long, long, const char **));
43 static long extract_bat PARAMS ((unsigned long, int *));
44 static unsigned long insert_bba PARAMS ((unsigned long, long, const char **));
45 static long extract_bba PARAMS ((unsigned long, int *));
46 static unsigned long insert_bd PARAMS ((unsigned long, long, const char **));
47 static long extract_bd PARAMS ((unsigned long, int *));
48 static unsigned long insert_bdm PARAMS ((unsigned long, long, const char **));
49 static long extract_bdm PARAMS ((unsigned long, int *));
50 static unsigned long insert_bdp PARAMS ((unsigned long, long, const char **));
51 static long extract_bdp PARAMS ((unsigne
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dppc.h110 unsigned long (*insert) PARAMS ((unsigned long instruction, long op,
130 long (*extract) PARAMS ((unsigned long instruction, int *invalid));
H A Dansidecl.h52 Replaced by PARAMS. Do not use; will disappear someday soon.
58 PARAMS ((args))
64 static int foo PARAMS ((int, char));
74 obsolete; new code should be written to use PARAMS.
77 extern int printf PARAMS ((CONST char *format DOTS));
114 #define PARAMS(paramlist) paramlist macro
137 #define PARAMS(paramlist) () macro
H A Dppc-dis.c25 static int print_insn_powerpc PARAMS ((FILE *, unsigned long insn,
28 extern void print_address PARAMS((unsigned long memaddr));
H A Dppc-opc.c39 static unsigned long insert_bat PARAMS ((unsigned long, long, const char **));
40 static long extract_bat PARAMS ((unsigned long, int *));
41 static unsigned long insert_bba PARAMS ((unsigned long, long, const char **));
42 static long extract_bba PARAMS ((unsigned long, int *));
43 static unsigned long insert_bd PARAMS ((unsigned long, long, const char **));
44 static long extract_bd PARAMS ((unsigned long, int *));
45 static unsigned long insert_bdm PARAMS ((unsigned long, long, const char **));
46 static long extract_bdm PARAMS ((unsigned long, int *));
47 static unsigned long insert_bdp PARAMS ((unsigned long, long, const char **));
48 static long extract_bdp PARAMS ((unsigne
[all...]

Completed in 125 milliseconds