Lines Matching refs:width

92 				(void)printf("%-*s", v->width, vent->header);
94 (void)printf("%*s", v->width, vent->header);
360 left = termwidth - (totwidth - v->width);
362 /* already wrapped, just use std * width */
363 left = v->width;
371 (void)printf("%-*.*s", v->width, v->width, s);
409 (void)printf("%-*s", v->width, KI_PROC(k)->p_comm);
432 (void)printf("%-*s", v->width, (s = getname(KI_EPROC(k)->e_ucred.cr_uid), *s) ? s : "-");
485 (void)printf("%-*s", v->width, buf);
491 (void)printf("%-*s", v->width, buf);
493 (void)printf("%-*s", v->width, " ");
509 (void)printf("%*d", v->width, k->curpri);
527 (void)printf("%*d%c", v->width - 1, j, c);
530 (void)printf("%*d", v->width, j);
545 (int)v->width,
548 (void)printf("%-*s", (int)v->width, " ");
566 (int)v->width, user_from_uid(KI_EPROC(k)->e_pcred.p_ruid, 0));
587 (void)printf("%*s", v->width, "??");
591 (void)printf("%*s", v->width, buff);
609 (void)printf("%*s ", v->width-1, "??");
614 (void)printf("%*.*s%c", v->width-1, v->width-1, ttname,
619 (void)printf("%*s ", v->width-1, " ");
635 (void)printf("%-*s", v->width, "??");
637 (void)printf("%-*s", v->width, ttname);
662 (void)printf("%-*s", v->width, buf);
677 (void)printf("%-*s", v->width, buf);
715 printf("%*s", ve->var->width, str);
736 (void)printf("%-*.*s", v->width, v->width,
740 (void)printf("%-*lx", v->width,
743 (void)printf("%-*lx", v->width,
747 (void)printf("%-*s", v->width, "-");
761 (void)printf("%*d", v->width,
764 (void)printf("%*lu", v->width,
777 /* (void)printf("%*ld", v->width, "-"); */
778 (void)printf("%*lu", v->width,
839 (void)printf("%*s", v->width, obuff);
876 (void)printf("%*s", v->width, obuff);
911 (void)printf("%*s", v->width, obuff);
961 (void)printf("%*.1f", v->width, ((double)cp) * 100.0 / ((double)TH_USAGE_SCALE));
999 (void)printf("%*.1f", v->width, getpmem(k));
1010 (void)printf("%*ld", v->width,
1023 (void)printf("%*s", v->width, "-");
1036 (void)printf("%*ld", v->width, (long)pgtok(KI_EPROC(k)->e_vm.vm_tsize));
1038 (void)printf("%*ld", v->width, (long)dummy);
1073 (void)printf("%*s", v->width, str);
1097 (void)printf(ofmt, v->width, *(char *)bp);
1100 (void)printf(ofmt, v->width, *(u_char *)bp);
1103 (void)printf(ofmt, v->width, *(short *)bp);
1106 (void)printf(ofmt, v->width, *(u_short *)bp);
1109 (void)printf(ofmt, v->width, *(int *)bp);
1112 (void)printf(ofmt, v->width, *(u_int *)bp);
1115 (void)printf(ofmt, v->width, *(long *)bp);
1118 (void)printf(ofmt, v->width, *(u_long *)bp);
1122 (void)printf(ofmt, v->width, *(u_long *)bp &~ KERNBASE);
1124 (void)printf(ofmt, v->width, *(u_long *)bp);
1165 (void)printf("%*s", v->width, "-");
1179 (void)printf("%*s", v->width, "-");
1213 printf("%*s", v->width, s);
1222 printf("%*d", v->width, nthreads);
1224 printf("%*s", v->width, "-");