t_perror.c

#include <t_stddef.h>
#include <t_syslog.h>
#include <t_stdlib.h>

ソースコードを見る。

関数

void t_perror (uint_t prio, const char *file, int_t line, const char *expr, ER ercd)


関数

void t_perror ( uint_t  prio,
const char *  file,
int_t  line,
const char *  expr,
ER  ercd 
)

t_perror.c51 行で定義されています。

参照先 itron_strerror(), SERCD, と syslog_5.

参照元 svc_perror().

00052 {
00053     syslog_5(prio, "%s (%d) reported by `%s' in line %d of `%s'.",
00054                         itron_strerror(ercd), SERCD(ercd), expr, line, file);
00055 
00056 }


Copyright © 2008 by Kijineko Inc.

ホームページ制作