Home | History | Annotate | Download | only in posix

Lines Matching full:atoll

620     if ((s = strafter(buf, "\nVmLck:"))) slot[SLOT_vmlck] = atoll(s);
621 if ((s = strafter(buf, "\nVmSwap:"))) slot[SLOT_swap] = atoll(s);
630 if ((s = strafter(buf, "rchar:"))) slot[SLOT_rchar] = atoll(s);
631 if ((s = strafter(buf, "wchar:"))) slot[SLOT_wchar] = atoll(s);
632 if ((s = strafter(buf, "read_bytes:"))) slot[SLOT_rbytes] = atoll(s);
633 if ((s = strafter(buf, "write_bytes:"))) slot[SLOT_wbytes] = atoll(s);