logwrap.c | 94 char *btag; member in struct:log_info 166 ALOG(LOG_INFO, log_info->btag, "%s", line); 318 log_info.btag = basename(tag); 319 if (!log_info.btag) { 320 log_info.btag = (char*) tag; 332 "<6>%.*s: %%s", MAX_KLOG_TAG, log_info.btag); 441 "%s terminated by exit(%d)\n", log_info.btag, WEXITSTATUS(status)); 447 "%s terminated by signal %d\n", log_info.btag, WTERMSIG(status)); 451 "%s stopped by signal %d\n", log_info.btag, WSTOPSIG(status));
|