cunescape_length_with_prefix  205 src/journal/journald-kmsg.c                 m = cunescape_length_with_prefix(k, e - k, "_KERNEL_");
cunescape_length_with_prefix  303 src/journal/journald-kmsg.c         message = cunescape_length_with_prefix(p, pl, "MESSAGE=");
cunescape_length_with_prefix 1380 src/shared/util.c         return cunescape_length_with_prefix(s, length, NULL);
cunescape_length_with_prefix  305 src/shared/util.h char *cunescape_length_with_prefix(const char *s, size_t length, const char *prefix);