Home
last modified time | relevance | path

Searched defs:human_readable (Results 1 – 2 of 2) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dppdgenerator.c560 char *name, *human_readable; member
565 char *name, *human_readable; member
640 add_opt_to_array(char *name, char *human_readable, cups_array_t *options) in add_opt_to_array()
671 add_choice_to_array(char *name, char *human_readable, char *opt_name, in add_choice_to_array()
750 *human_readable = NULL; in load_opt_strings_catalog() local
1631 char *human_readable, in ppdCreateFromIPP2() local
/third_party/toybox/lib/
Dlib.c1162 int human_readable(char *buf, unsigned long long num, int style) in human_readable() function