Searched refs:red (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/basic/ |
D | compress.c | 890 ssize_t red; in compress_stream_zstd() local 892 red = loop_read(fdf, in_buff, in_allocsize, true); in compress_stream_zstd() 893 if (red < 0) in compress_stream_zstd() 894 return red; in compress_stream_zstd() 895 is_last_chunk = red == 0; in compress_stream_zstd() 897 in_bytes += (size_t) red; in compress_stream_zstd() 898 input.size = (size_t) red; in compress_stream_zstd() 994 ssize_t red; in decompress_stream_zstd() local 996 red = loop_read(fdf, in_buff, in_allocsize, true); in decompress_stream_zstd() 997 if (red < 0) in decompress_stream_zstd() [all …]
|
D | terminal-util.h | 199 DEFINE_ANSI_FUNC(red, RED);
|
/systemd-251/src/boot/efi/ |
D | splash.c | 36 UINT8 red; member 186 out->Red = map[((*in) >> (7 - i)) & 1].red; in bmp_to_blt() 201 out->Red = map[i].red; in bmp_to_blt() 208 out->Red = map[i].red; in bmp_to_blt() 216 out->Red = map[*in].red; in bmp_to_blt()
|
D | meson.build | 205 'x86_64': ['-mno-red-zone', '-mno-sse', '-mno-mmx'],
|
/systemd-251/hwdb.d/ |
D | 70-cameras.hwdb | 6 # Specify if a camera is an infra-red camera
|
/systemd-251/po/ |
D | fr.po | 328 "Permet aux applications d’empêcher la gestion du bouton de redémarrage du " 337 "gestion du bouton de redémarrage du système." 416 msgstr "Authentification requise pour redémarrer le système." 427 "Authentification requise pour redémarrer le système alors que d’autres " 439 "Authentification requise pour redémarrer le système alors qu’une application " 566 msgstr "Définir la « raison » du redémarrage dans le noyau" 571 "Authentification requise pour définir la « raison » du redémarrage dans le " 956 msgstr "Authentification requise pour redémarrer « $(unit) »."
|
D | es.po | 842 msgstr "Recargar configuración de red" 846 msgstr "Necesita autenticarse para recargar la configuración de red." 850 msgstr "Reconfigurar interfaz de red" 854 msgstr "Necesita autenticarse para reconfigurar la interfaz de red." 954 msgstr "Activar/desactivar la sincronización de hora por red" 962 "red."
|
/systemd-251/catalog/ |
D | systemd.fr.catalog.in | 320 Subject: Le redémarrage automatique d'une unité (unit) a été planifié 324 Le redémarrage automatique de l'unité (unit) @UNIT@ a été planifié, en
|
/systemd-251/ |
D | meson_options.txt | 477 choices : ['black', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan', 478 'white', 'highlight-black', 'highlight-red', 'highlight-green',
|
D | NEWS | 13592 * journalctl now prints error log levels in red, and
|