Searched refs:ANSI_NORMAL (Results 1 - 17 of 17) sorted by relevance

/systemd/src/test/
H A Dtest-strip-tab-ansi.c35 assert_se(p = strdup(ANSI_HIGHLIGHT "Hello" ANSI_NORMAL ANSI_HIGHLIGHT_RED " world!" ANSI_NORMAL));
41 assert_se(p = strdup("\x1B[\x1B[\t\x1B[" ANSI_HIGHLIGHT "\x1B[" "Hello" ANSI_NORMAL ANSI_HIGHLIGHT_RED " world!" ANSI_NORMAL));
/systemd/src/basic/
H A Dterminal-util.h39 #define ANSI_NORMAL "\x1B[0m" macro
113 return colors_enabled() ? ANSI_NORMAL : "";
H A Dterminal-util.c165 fputs(ANSI_NORMAL, stdout);
209 fputs(ANSI_NORMAL, stdout);
H A Dlog.c361 IOVEC_SET_STRING(iovec[n++], ANSI_NORMAL);
/systemd/src/core/
H A Dfailure-action.c34 ANSI_HIGHLIGHT_RED " !! " ANSI_NORMAL,
H A Djob.c694 [JOB_DONE] = ANSI_GREEN " OK " ANSI_NORMAL,
695 [JOB_TIMEOUT] = ANSI_HIGHLIGHT_RED " TIME " ANSI_NORMAL,
696 [JOB_FAILED] = ANSI_HIGHLIGHT_RED "FAILED" ANSI_NORMAL,
697 [JOB_DEPENDENCY] = ANSI_HIGHLIGHT_YELLOW "DEPEND" ANSI_NORMAL,
698 [JOB_SKIPPED] = ANSI_HIGHLIGHT " INFO " ANSI_NORMAL,
699 [JOB_ASSERT] = ANSI_HIGHLIGHT_YELLOW "ASSERT" ANSI_NORMAL,
700 [JOB_UNSUPPORTED] = ANSI_HIGHLIGHT_YELLOW "UNSUPP" ANSI_NORMAL,
H A Dmanager.c125 #define CYLON_BUFFER_EXTRA (2*(sizeof(ANSI_RED)-1) + sizeof(ANSI_HIGHLIGHT_RED)-1 + 2*(sizeof(ANSI_NORMAL)-1))
145 p = stpcpy(p, ANSI_NORMAL);
152 strcpy(p, ANSI_NORMAL);
H A Dtransaction.c402 unit_status_printf(delete->unit, ANSI_HIGHLIGHT_RED " SKIP " ANSI_NORMAL,
H A Dmain.c2136 ANSI_HIGHLIGHT_RED "!!!!!!" ANSI_NORMAL,
/systemd/src/journal/
H A Dtest-journal-verify.c139 log_notice(ANSI_HIGHLIGHT_RED ">>>> %"PRIu64" (bit %"PRIu64") can be toggled without detection." ANSI_NORMAL, p / 8, p % 8);
H A Djournalctl.c1624 "The new key pair has been generated. The " ANSI_HIGHLIGHT "secret sealing key" ANSI_NORMAL " has been written to\n"
1630 "Please write down the following " ANSI_HIGHLIGHT "secret verification key" ANSI_NORMAL ". It should be stored\n"
1647 ANSI_NORMAL "\n"
H A Djournal-verify.c62 fputs(ANSI_NORMAL, stdout);
/systemd/src/shared/
H A Dask-password-api.c259 loop_write(ttyfd, ANSI_NORMAL, strlen(ANSI_NORMAL), false);
H A Dlogs-show.c137 color_off = ANSI_NORMAL;
140 color_off = ANSI_NORMAL;
474 off = ANSI_NORMAL;
/systemd/src/timedate/
H A Dtimedatectl.c161 " 'timedatectl set-local-rtc 0'." ANSI_NORMAL "\n", stdout);
/systemd/src/analyze/
H A Danalyze.c770 format_timespan(ts2, sizeof(ts2), times->time, USEC_PER_MSEC), ANSI_NORMAL);
937 format_timespan(ts, sizeof(ts), times->time, USEC_PER_MSEC), ANSI_NORMAL);
/systemd/src/cgtop/
H A Dcgtop.c1068 #define OFF ANSI_NORMAL

Completed in 3213 milliseconds