Home
last modified time | relevance | path

Searched refs:HR_SPACE (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/pending/
Ddd.c75 human_readable(toybuf, TT.bytes, HR_SPACE|HR_B); in status()
77 human_readable(toybuf, TT.bytes/seconds, HR_SPACE|HR_B); in status()
/external/toybox/lib/
Dlib.h270 #define HR_SPACE 1 // Space between number and units macro
Dlib.c1159 if (style & HR_SPACE) buf[len++] = ' '; in human_readable()