HomeSort by relevance Sort by last modified time
    Searched full:slot_wchar (Results 1 - 1 of 1) sorted by null

  /external/toybox/toys/posix/
ps.c 301 SLOT_rchar, /*All bytes read*/ SLOT_wchar, // All bytes written
348 {"SHR", 4, SLOT_shr}, {"READ", 6, SLOT_rchar}, {"WRITE", 6, SLOT_wchar},
631 if ((s = strafter(buf, "wchar:"))) slot[SLOT_wchar] = atoll(s);
634 slot[SLOT_iobytes] = slot[SLOT_rchar]+slot[SLOT_wchar]+slot[SLOT_swap];
    [all...]

Completed in 714 milliseconds