Searched defs:ATTR_COL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/profiles/
H A Dprofiles.c178 * [10spaces ]execname1 [skip to ATTR_COL]exec1 attributes1
179 * [ spaces to ATTR_COL ]exec1 attributes2
180 * [10spaces ]execname2 [skip to ATTR_COL]exec2 attributes1
181 * [ spaces to ATTR_COL ]exec2 attributes2
186 * ATTR_COL is based on
195 #define ATTR_COL 37 macro
231 * ATTR_COLth column, skip to ATTR_COL on a new line to
233 * else, just skip to ATTR_COL column.
235 if (len >= ATTR_COL)
236 (void) printf("\n%*s", ATTR_COL, " ");
[all...]

Completed in 56 milliseconds