Searched refs:human_readable (Results 1 – 11 of 11) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
D | ppdgenerator.c | 560 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/ |
D | df.c | 153 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()
|
D | du.c | 63 human_readable(toybuf, size, 0); in print()
|
D | ls.c | 125 if (FLAG(h)) return human_readable(s, value*units, 0); in print_with_h()
|
/third_party/toybox/toys/other/ |
D | free.c | 34 if (FLAG(h)) human_readable(s, ll, 0);
|
/third_party/toybox/toys/pending/ |
D | dd.c | 94 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/ |
D | du.c | 50 human_readable(toybuf, size, 0); in print()
|
D | ls.c | 124 if (FLAG(h)) return human_readable(s, value*units, 0); in print_with_h()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 282 int human_readable(char *buf, unsigned long long num, int style);
|
/third_party/toybox/lib/ |
D | lib.h | 290 int human_readable(char *buf, unsigned long long num, int style);
|
D | lib.c | 1162 int human_readable(char *buf, unsigned long long num, int style) in human_readable() function
|