Home | History | Annotate | Download | only in logwrapper

Lines Matching defs:abbreviated

83  /* A structure to hold all the abbreviated buf data */
95 bool abbreviated;
168 /* Log to either the abbreviated buf, or directly to the specified log
172 if (log_info->abbreviated) {
251 /* Add the abbreviated output to the kernel log */
293 int *chld_sts, int log_target, bool abbreviated) {
313 log_info.abbreviated = abbreviated;
319 if (abbreviated && (log_target == LOG_NONE)) {
320 abbreviated = 0;
322 if (abbreviated) {
345 if (abbreviated) {
346 /* The abbreviated logging code uses newline as
351 * abbreviated logging.
410 /* All the output has been processed, time to dump the abbreviated output */
411 if (abbreviated) {
435 if (abbreviated) {
454 int log_target, bool abbreviated) {
526 rc = parent(argv[0], parent_ptty, pid, status, log_target, abbreviated);