Searched refs:ANSI_NORMAL (Results 1 - 17 of 17) sorted by relevance
/systemd/src/test/ |
H A D | test-strip-tab-ansi.c | 35 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 D | terminal-util.h | 39 #define ANSI_NORMAL "\x1B[0m" macro 113 return colors_enabled() ? ANSI_NORMAL : "";
|
H A D | terminal-util.c | 165 fputs(ANSI_NORMAL, stdout); 209 fputs(ANSI_NORMAL, stdout);
|
H A D | log.c | 361 IOVEC_SET_STRING(iovec[n++], ANSI_NORMAL);
|
/systemd/src/core/ |
H A D | failure-action.c | 34 ANSI_HIGHLIGHT_RED " !! " ANSI_NORMAL,
|
H A D | job.c | 694 [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 D | manager.c | 125 #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 D | transaction.c | 402 unit_status_printf(delete->unit, ANSI_HIGHLIGHT_RED " SKIP " ANSI_NORMAL,
|
H A D | main.c | 2136 ANSI_HIGHLIGHT_RED "!!!!!!" ANSI_NORMAL,
|
/systemd/src/journal/ |
H A D | test-journal-verify.c | 139 log_notice(ANSI_HIGHLIGHT_RED ">>>> %"PRIu64" (bit %"PRIu64") can be toggled without detection." ANSI_NORMAL, p / 8, p % 8);
|
H A D | journalctl.c | 1624 "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 D | journal-verify.c | 62 fputs(ANSI_NORMAL, stdout);
|
/systemd/src/shared/ |
H A D | ask-password-api.c | 259 loop_write(ttyfd, ANSI_NORMAL, strlen(ANSI_NORMAL), false);
|
H A D | logs-show.c | 137 color_off = ANSI_NORMAL; 140 color_off = ANSI_NORMAL; 474 off = ANSI_NORMAL;
|
/systemd/src/timedate/ |
H A D | timedatectl.c | 161 " 'timedatectl set-local-rtc 0'." ANSI_NORMAL "\n", stdout);
|
/systemd/src/analyze/ |
H A D | analyze.c | 770 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 D | cgtop.c | 1068 #define OFF ANSI_NORMAL
|
Completed in 3213 milliseconds