HomeSort by relevance Sort by last modified time
    Searched refs:HR_SPACE (Results 1 - 3 of 3) sorted by null

  /external/toybox/toys/pending/
dd.c 117 human_readable(toybuf, TT.bytes, HR_SPACE|HR_B);
119 human_readable(toybuf, TT.bytes/seconds, HR_SPACE|HR_B);
  /external/toybox/lib/
lib.h 240 #define HR_SPACE 1 // Space between number and units
lib.c 992 if (style & HR_SPACE) buf[len++] = ' ';

Completed in 251 milliseconds