Lines Matching defs:sep
59 struct swapent *sep, *fsep;
73 fsep = sep = (struct swapent *)malloc(nswap * sizeof(*sep));
74 if (sep == NULL)
76 rnswap = swapctl(SWAP_STATS, (void *)sep, nswap);
114 for (i = rnswap; i-- > 0; sep++)
115 if ((size_t)pathmax < (l = strlen(sep->se_path)))
117 sep = fsep;
123 for (; rnswap-- > 0; sep++) {
124 if (pflag && sep->se_priority != pri)
127 size = sep->se_nblks;
128 inuse = sep->se_inuse;
134 (void)printf("%-*s %*ld ", pathmax, sep->se_path, hlen,
141 sep->se_priority);
152 (void)printf("%-*s %*s ", pathmax, sep->se_path, hlen, szbuf);
157 sep->se_priority);