Home | History | Annotate | Download | only in logwrapper

Lines Matching refs:abbreviated

83  /* A structure to hold all the abbreviated buf data */
95 bool abbreviated;
170 /* Log to either the abbreviated buf, or directly to the specified log
174 if (log_info->abbreviated) {
252 /* Add the abbreviated output to the kernel log */
294 int *chld_sts, int log_target, bool abbreviated, char *file_path) {
319 if (abbreviated && (log_target == LOG_NONE)) {
320 abbreviated = 0;
322 if (abbreviated) {
348 log_info.abbreviated = abbreviated;
365 if (abbreviated) {
366 /* The abbreviated logging code uses newline as
371 * abbreviated logging.
430 /* All the output has been processed, time to dump the abbreviated output */
431 if (abbreviated) {
458 if (abbreviated) {
477 int log_target, bool abbreviated, char *file_path,
553 abbreviated, file_path);