swaplist.c | 64 int hlen, size, inuse, ncounted, pathmax; local in function:list_swap 83 pathmax = 11; 115 if ((size_t)pathmax < (l = strlen(sep->se_path))) 116 pathmax = l; 119 pathmax, "Device", hlen, header, 134 (void)printf("%-*s %*ld ", pathmax, sep->se_path, hlen, 152 (void)printf("%-*s %*s ", pathmax, sep->se_path, hlen, szbuf); 208 (void)printf("%-*s %*s %8s %8s %5.0f%%\n", pathmax, "Total", 212 (void)printf("%-*s %*ld %8ld %8ld %5.0f%%\n", pathmax, "Total",
|