Home
last modified time | relevance | path

Searched refs:human_readable (Results 1 – 11 of 11) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dppdgenerator.c560 char *name, *human_readable; member
565 char *name, *human_readable; member
590 if (entry_rec->human_readable) free(entry_rec->human_readable); in free_choice_strings()
602 if (entry_rec->human_readable) free(entry_rec->human_readable); in free_opt_strings()
640 add_opt_to_array(char *name, char *human_readable, cups_array_t *options) in add_opt_to_array() argument
650 opt->human_readable = NULL; in add_opt_to_array()
664 if (human_readable) in add_opt_to_array()
665 opt->human_readable = strdup(human_readable); in add_opt_to_array()
671 add_choice_to_array(char *name, char *human_readable, char *opt_name, in add_choice_to_array() argument
677 if (!name || !human_readable || !opt_name || !options) in add_choice_to_array()
[all …]
/third_party/toybox/toys/posix/
Ddf.c153 human_readable(size_str, size, hr_flags); in show_mt()
154 human_readable(used_str, used, hr_flags); in show_mt()
155 human_readable(avail_str, avail, hr_flags); in show_mt()
Ddu.c63 human_readable(toybuf, size, 0); in print()
Dls.c125 if (FLAG(h)) return human_readable(s, value*units, 0); in print_with_h()
/third_party/toybox/toys/other/
Dfree.c34 if (FLAG(h)) human_readable(s, ll, 0);
/third_party/toybox/toys/pending/
Ddd.c94 human_readable(toybuf, TT.bytes, HR_SPACE|HR_B); in status()
96 human_readable(toybuf, TT.bytes/seconds, HR_SPACE|HR_B); in status()
/third_party/toybox/porting/liteos_a/toys/posix/
Ddu.c50 human_readable(toybuf, size, 0); in print()
Dls.c124 if (FLAG(h)) return human_readable(s, value*units, 0); in print_with_h()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h282 int human_readable(char *buf, unsigned long long num, int style);
/third_party/toybox/lib/
Dlib.h290 int human_readable(char *buf, unsigned long long num, int style);
Dlib.c1162 int human_readable(char *buf, unsigned long long num, int style) in human_readable() function