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

/osnet-11/usr/src/lib/libinetutil/common/
H A Dofmt.h46 * terminated array of type ofmt_field_t *ofields[]. The contents of the
47 * ofmt_field_t structure are used to construct the string that is emitted by
75 * static ofmt_field_t ofields[] = {
105 * value in the ofmt_field_t and the fields_str requested. For each selected
107 * value from the ofmt_field_t structure for the field.
112 * shared between multiple ofmt_field_t entries.
170 } ofmt_field_t; typedef in typeref:struct:ofmt_field_s
177 extern ofmt_status_t ofmt_open(const char *, const ofmt_field_t *, uint_t,
H A Dofmt.c50 static split_t *split_fields(const ofmt_field_t *, uint_t, uint_t);
54 * Each os_fields[i] entry points at an ofmt_field_t array for
59 ofmt_field_t *os_fields;
86 static void ofmt_print_field(ofmt_state_t *, ofmt_field_t *, const char *,
131 split_fields(const ofmt_field_t *template, uint_t maxfields, uint_t maxcols)
178 ofmt_open(const char *str, const ofmt_field_t *template, uint_t flags,
183 const ofmt_field_t *ofp;
184 ofmt_field_t *of;
227 sp->s_nfields * sizeof (ofmt_field_t), 1);
231 os->os_fields = (ofmt_field_t *)
[all...]

Completed in 21 milliseconds