Home | History | Annotate | Download | only in logwrapper

Lines Matching refs:abbreviated

82  /* A structure to hold all the abbreviated buf data */
94 bool abbreviated;
169 /* Log to either the abbreviated buf, or directly to the specified log
173 if (log_info->abbreviated) {
251 /* Add the abbreviated output to the kernel log */
293 int *chld_sts, int log_target, bool abbreviated, char *file_path) {
318 if (abbreviated && (log_target == LOG_NONE)) {
319 abbreviated = 0;
321 if (abbreviated) {
347 log_info.abbreviated = abbreviated;
364 if (abbreviated) {
365 /* The abbreviated logging code uses newline as
370 * abbreviated logging.
429 /* All the output has been processed, time to dump the abbreviated output */
430 if (abbreviated) {
457 if (abbreviated) {
476 int log_target, bool abbreviated, char *file_path,
552 abbreviated, file_path);