Home
last modified time | relevance | path

Searched defs:percent (Results 1 – 16 of 16) sorted by relevance

/systemd-251/src/test/
Dtest-percent-util.c169 for (int percent = 0; percent <= 100; percent++) { in TEST() local
/systemd-251/src/basic/
Dpercent-util.h20 static inline uint32_t UINT32_SCALE_FROM_PERCENT(int percent) { in UINT32_SCALE_FROM_PERCENT()
Dstring-util.h148 static inline char *ellipsize(const char *s, size_t length, unsigned percent) { in ellipsize()
Dstring-util.c291 … 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/
Dfsck.c140 static double percent(int pass, unsigned long cur, unsigned long max) { in percent() function
/systemd-251/src/import/
Dexport-raw.c116 unsigned percent; in raw_export_report_progress() local
Dexport-tar.c117 unsigned percent; in tar_export_report_progress() local
Dimport-tar.c134 unsigned percent; in tar_import_report_progress() local
Dpull-job.c638 unsigned percent; in pull_job_progress_callback() local
Dimport-raw.c133 unsigned percent; in raw_import_report_progress() local
Dpull-tar.c149 unsigned percent; in tar_pull_report_progress() local
Dpull-raw.c170 unsigned percent; in raw_pull_report_progress() local
/systemd-251/src/shared/
Dformat-table.c103 …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()
Dspecifier.c39 bool percent = false; in specifier_printf() local
/systemd-251/src/xdg-autostart-generator/
Dxdg-autostart-service.c399 _cleanup_free_ char *c = NULL, *raw = NULL, *percent = NULL; in xdg_autostart_format_exec_start() local
/systemd-251/src/core/
Dload-fragment.c157 bool percent = false; in contains_instance_specifier_superset() local