Home | History | Annotate | Download | only in ps

Lines Matching defs:iwidth

126 iwidth(u_int64_t v)
268 fmtlen = iwidth(-val) + 1;
273 fmtlen = iwidth(val);
899 fmtlen = iwidth(days) + 9;
902 fmtlen = iwidth(hours) + 6;
905 fmtlen = iwidth(mins) + 3;
1025 * passed to iwidth().
1033 fmtlen = iwidth(secs / SECSPERMIN) + 6;
1327 fmtlen = iwidth(-val) + 1;
1332 fmtlen = iwidth(val);
1340 v->width = iwidth(uval);
1469 fmtlen = iwidth(secs) + 6 + 1;
1472 fmtlen = iwidth((secs + 1) / SECSPERHOUR)