Searched refs:os_nfields (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libinetutil/common/
H A Dofmt.c56 * os_nfields set to the number of requested fields.
60 uint_t os_nfields; member in struct:ofmt_state_s
278 os->os_nfields = of_index; /* actual number of fields printed */
301 for (i = 0; i < os->os_nfields; i++)
330 if (os->os_nfields == 1) {
433 sp = calloc(sizeof (split_t *), os->os_nfields);
448 escsep = (os->os_nfields > 1);
450 for (i = 0; i < os->os_nfields; i++) {
451 os->os_lastfield = (i + 1 == os->os_nfields);
480 for (i = 0; i < os->os_nfields;
[all...]

Completed in 77 milliseconds