Searched defs:percent (Results 1 – 16 of 16) sorted by relevance
/systemd-251/src/test/ |
D | test-percent-util.c | 169 for (int percent = 0; percent <= 100; percent++) { in TEST() local
|
/systemd-251/src/basic/ |
D | percent-util.h | 20 static inline uint32_t UINT32_SCALE_FROM_PERCENT(int percent) { in UINT32_SCALE_FROM_PERCENT()
|
D | string-util.h | 148 static inline char *ellipsize(const char *s, size_t length, unsigned percent) { in ellipsize()
|
D | string-util.c | 291 … char *ascii_ellipsize_mem(const char *s, size_t old_length, size_t new_length, unsigned percent) { in ascii_ellipsize_mem() 347 char *ellipsize_mem(const char *s, size_t old_length, size_t new_length, unsigned percent) { in ellipsize_mem()
|
/systemd-251/src/fsck/ |
D | fsck.c | 140 static double percent(int pass, unsigned long cur, unsigned long max) { in percent() function
|
/systemd-251/src/import/ |
D | export-raw.c | 116 unsigned percent; in raw_export_report_progress() local
|
D | export-tar.c | 117 unsigned percent; in tar_export_report_progress() local
|
D | import-tar.c | 134 unsigned percent; in tar_import_report_progress() local
|
D | pull-job.c | 638 unsigned percent; in pull_job_progress_callback() local
|
D | import-raw.c | 133 unsigned percent; in raw_import_report_progress() local
|
D | pull-tar.c | 149 unsigned percent; in tar_pull_report_progress() local
|
D | pull-raw.c | 170 unsigned percent; in raw_pull_report_progress() local
|
/systemd-251/src/shared/ |
D | format-table.c | 103 …int percent; /* we use 'int' as datatype for percent values in order to match the result of… member 650 int table_set_align_percent(Table *t, TableCell *cell, unsigned percent) { in table_set_align_percent() 669 int table_set_ellipsize_percent(Table *t, TableCell *cell, unsigned percent) { in table_set_ellipsize_percent() 825 int percent; in table_add_many_internal() member 1887 static char *align_string_mem(const char *str, const char *url, size_t new_length, unsigned percent… in align_string_mem()
|
D | specifier.c | 39 bool percent = false; in specifier_printf() local
|
/systemd-251/src/xdg-autostart-generator/ |
D | xdg-autostart-service.c | 399 _cleanup_free_ char *c = NULL, *raw = NULL, *percent = NULL; in xdg_autostart_format_exec_start() local
|
/systemd-251/src/core/ |
D | load-fragment.c | 157 bool percent = false; in contains_instance_specifier_superset() local
|