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

/haiku/src/libs/stdc++/legacy/
H A Dlibiberty.h22 extern char **buildargv PARAMS ((char *));
26 extern void freeargv PARAMS ((char **));
31 extern char **dupargv PARAMS ((char **));
40 extern char *basename PARAMS ((const char *));
48 extern char *concat PARAMS ((const char *, ...));
52 extern int fdmatch PARAMS ((int fd1, int fd2));
56 extern long get_run_time PARAMS ((void));
60 extern char *choose_temp_base PARAMS ((void));
64 extern const char *spaces PARAMS ((int count));
69 extern int errno_max PARAMS ((voi
[all...]
H A Dansidecl.h52 Replaced by PARAMS. Do not use; will disappear someday soon.
60 This one has also been replaced by PARAMS. Do not use.
62 PARAMS ((args))
68 static int foo PARAMS ((int, char));
78 obsolete; new code should be written to use PARAMS.
84 extern int printf PARAMS ((const char *format, ...));
113 #define PARAMS(paramlist) paramlist macro
146 #define PARAMS(paramlist) () macro
H A Dstrerror.c41 static void init_error_tables PARAMS ((void));
/haiku/src/system/libroot/posix/glibc/intl/
H A Dhash-string.h22 #ifndef PARAMS
24 # define PARAMS(Args) Args macro
26 # define PARAMS(Args) () macro
37 static unsigned long int hash_string PARAMS ((const char *__str_param));
H A Dloadinfo.h35 #ifndef PARAMS
37 # define PARAMS(args) args macro
39 # define PARAMS(args) () macro
76 extern const char *_nl_normalize_codeset PARAMS ((const char *codeset,
80 _nl_make_l10nflist PARAMS ((struct loaded_l10nfile **l10nfile_list,
89 extern const char *_nl_expand_alias PARAMS ((const char *name));
93 extern int _nl_explode_name PARAMS ((char *name, const char **language,
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtol.c533 # undef PARAMS macro
535 # define PARAMS(Args) Args macro
537 # define PARAMS(Args) () macro
541 INT strtol PARAMS ((const STRING_TYPE *nptr, STRING_TYPE **endptr, int base));

Completed in 204 milliseconds