Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
H A 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 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 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()
H A Ddu.c63 human_readable(toybuf, size, 0); in print()
H A Dls.c125 if (FLAG(h)) return human_readable(s, value*units, 0); in print_with_h()
/third_party/toybox/toys/other/
H A Dfree.c34 if (FLAG(h)) human_readable(s, ll, 0); in convert()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Ddu.c50 human_readable(toybuf, size, 0); in print()
H A Dls.c124 if (FLAG(h)) return human_readable(s, value*units, 0); in print_with_h()
/third_party/toybox/toys/pending/
H A Ddd.c95 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 Dlib.h291 int human_readable(char *buf, unsigned long long num, int style);
H A Dlib.c1182 int human_readable(char *buf, unsigned long long num, int style) in human_readable() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h282 int human_readable(char *buf, unsigned long long num, int style);

Completed in 10 milliseconds