Searched refs:pri (Results 1 – 6 of 6) sorted by relevance
/sysdeps/ieee754/ldbl-128ibm-compat/ |
A D | ieee128-syslog.c | 24 ___ieee128_syslog (int pri, const char *fmt, ...) in ___ieee128_syslog() argument 29 __vsyslog_internal (pri, fmt, ap, PRINTF_LDBL_USES_FLOAT128); in ___ieee128_syslog() 36 ___ieee128_vsyslog (int pri, const char *fmt, va_list ap) in strong_alias() 38 __vsyslog_internal (pri, fmt, ap, PRINTF_LDBL_USES_FLOAT128); in strong_alias() 43 ___ieee128_syslog_chk (int pri, int flag, const char *fmt, ...) in strong_alias() 52 __vsyslog_internal (pri, fmt, ap, mode); in strong_alias() 58 ___ieee128_vsyslog_chk (int pri, int flag, const char *fmt, va_list ap) in strong_alias() 64 __vsyslog_internal (pri, fmt, ap, mode); in strong_alias()
|
/sysdeps/ieee754/ldbl-opt/ |
A D | nldbl-vsyslog.c | 5 vsyslog (int pri, const char *fmt, va_list ap) in vsyslog() argument 7 __nldbl_vsyslog (pri, fmt, ap); in vsyslog()
|
A D | nldbl-vsyslog_chk.c | 5 __vsyslog_chk (int pri, int flag, const char *fmt, va_list ap) in __vsyslog_chk() argument 7 __nldbl___vsyslog_chk (pri, flag, fmt, ap); in __vsyslog_chk()
|
A D | nldbl-syslog.c | 5 syslog (int pri, const char *fmt, ...) in syslog() argument 9 __nldbl_vsyslog (pri, fmt, ap); in syslog()
|
A D | nldbl-syslog_chk.c | 5 __syslog_chk (int pri, int flag, const char *fmt, ...) in __syslog_chk() argument 10 __nldbl___vsyslog_chk (pri, flag, fmt, ap); in __syslog_chk()
|
A D | nldbl-compat.c | 809 __nldbl_syslog (int pri, const char *fmt, ...) in __nldbl_syslog() argument 813 __vsyslog_internal (pri, fmt, ap, PRINTF_LDBL_IS_DBL); in __nldbl_syslog() 819 __nldbl_vsyslog (int pri, const char *fmt, va_list ap) in __nldbl_vsyslog() argument 821 __vsyslog_internal (pri, fmt, ap, PRINTF_LDBL_IS_DBL); in __nldbl_vsyslog() 826 __nldbl___syslog_chk (int pri, int flag, const char *fmt, ...) in __nldbl___syslog_chk() argument 834 __vsyslog_internal (pri, fmt, ap, mode); in __nldbl___syslog_chk() 840 __nldbl___vsyslog_chk (int pri, int flag, const char *fmt, va_list ap) in __nldbl___vsyslog_chk() argument 846 __vsyslog_internal (pri, fmt, ap, mode); in __nldbl___vsyslog_chk()
|
Completed in 38 milliseconds