Home
last modified time | relevance | path

Searched refs:__pri (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsyslog.h25 extern void __syslog_chk (int __pri, int __flag, __const char *__fmt, ...)
30 syslog (int __pri, __const char *__fmt, ...) in syslog() argument
32 return __syslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ()); in syslog()
41 extern void __vsyslog_chk (int __pri, int __flag, __const char *__fmt,
46 vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap) in vsyslog() argument
48 return __vsyslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __ap); in vsyslog()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dsyslog.h190 extern void syslog (int __pri, __const char *__fmt, ...)
200 extern void vsyslog (int __pri, __const char *__fmt, __gnuc_va_list __ap)