Searched refs:human_readable (Results 1 - 11 of 11) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
H A 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 in add_opt_to_array() 671 add_choice_to_array(char *name, char *human_readable, char *opt_name, cups_array_t *options) add_choice_to_array() argument 750 *human_readable = NULL; load_opt_strings_catalog() local 1631 char *human_readable, ppdCreateFromIPP2() local [all...] |
/third_party/toybox/toys/posix/ |
H A 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()
|
H A D | du.c | 63 human_readable(toybuf, size, 0); in print()
|
H A D | ls.c | 125 if (FLAG(h)) return human_readable(s, value*units, 0); in print_with_h()
|
/third_party/toybox/toys/other/ |
H A D | free.c | 34 if (FLAG(h)) human_readable(s, ll, 0); in convert()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | du.c | 50 human_readable(toybuf, size, 0); in print()
|
H A D | ls.c | 124 if (FLAG(h)) return human_readable(s, value*units, 0); in print_with_h()
|
/third_party/toybox/toys/pending/ |
H A D | dd.c | 95 human_readable(toybuf, TT.bytes, HR_SPACE|HR_B); in status() 97 human_readable(toybuf, TT.bytes/seconds, HR_SPACE|HR_B); in status()
|
/third_party/toybox/lib/ |
H A D | lib.h | 291 int human_readable(char *buf, unsigned long long num, int style);
|
H A D | lib.c | 1182 int human_readable(char *buf, unsigned long long num, int style) in human_readable() function
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 282 int human_readable(char *buf, unsigned long long num, int style);
|
Completed in 10 milliseconds