Searched refs:ofmt_open (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libinetutil/common/ |
H A D | ofmt.h | 42 * invoking ofmt_open(). The invocation to ofmt_open must provide the list of 51 * In addition, the call to ofmt_open() should provide a comma-separated 71 * ofmt_err = ofmt_open(fields_str, ofields, oflags, maxcols, &ofmt); 88 * If successful, ofmt_open() will return OFMT_SUCCESS, with a non-null 173 * ofmt_open() must be called to create the ofmt_handle_t; Resources allocated 177 extern ofmt_status_t ofmt_open(const char *, const ofmt_field_t *, uint_t,
|
H A D | ofmt.c | 178 ofmt_open(const char *str, const ofmt_field_t *template, uint_t flags, function
|
Completed in 16 milliseconds