Home
last modified time | relevance | path

Searched refs:raw_string (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/subsys/logging/log_switch_format/src/
Dmock_backend.c61 int remove_timestamp(const char *raw_string, int timestamp_start) in remove_timestamp() argument
68 char c = raw_string[++timestamp_end]; in remove_timestamp()
/Zephyr-latest/subsys/logging/
Dlog_output.c651 bool raw_string = (level == LOG_LEVEL_INTERNAL_RAW_STRING); in log_output_process() local
655 if (!raw_string) { in log_output_process()
679 if (!raw_string) { in log_output_process()
Dlog_output_syst.c790 bool raw_string = (level == LOG_LEVEL_INTERNAL_RAW_STRING); local
794 if (!raw_string) {