Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dtop.c826 static void ulltoa6_and_space(unsigned long long ul, char buf[6]) function
855 ulltoa6_and_space(s->pid , &line_buf[0*6]);
856 ulltoa6_and_space(s->vsz , &line_buf[1*6]);
857 ulltoa6_and_space(s->vszrw , &line_buf[2*6]);
858 ulltoa6_and_space(s->rss , &line_buf[3*6]);
859 ulltoa6_and_space(s->rss_sh , &line_buf[4*6]);
860 ulltoa6_and_space(s->dirty , &line_buf[5*6]);
861 ulltoa6_and_space(s->dirty_sh, &line_buf[6*6]);
862 ulltoa6_and_space(s->stack , &line_buf[7*6]);