Searched refs:ofmt (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libinetutil/common/ |
H A D | llib-linetutil | 30 #include <ofmt.h>
|
H A D | ofmt.c | 32 #include <ofmt.h> 179 uint_t maxcols, ofmt_handle_t *ofmt) 192 *ofmt = NULL; 230 *ofmt = os; 279 ofmt_update_winsize(*ofmt); 285 *ofmt = NULL; 294 ofmt_close(ofmt_handle_t ofmt) argument 296 ofmt_state_t *os = ofmt; 419 ofmt_print(ofmt_handle_t ofmt, void *arg) argument 421 ofmt_state_t *os = ofmt; 178 ofmt_open(const char *str, const ofmt_field_t *template, uint_t flags, uint_t maxcols, ofmt_handle_t *ofmt) argument 524 ofmt_update_winsize(ofmt_handle_t ofmt) argument 540 ofmt_strerror(ofmt_handle_t ofmt, ofmt_status_t err, char *buf, uint_t bufsize) argument [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | nlspath_checks.c | 483 char *ofmt, *nfmt, *torg; local 503 ofmt = malloc(osz); 504 if (ofmt == NULL) 507 olen = extract_format(torg, ofmt, osz, 0); 516 free(ofmt); 523 free(ofmt); 533 free(ofmt); 542 if (strict && memcmp(ofmt, nfmt, nlen * FORMAT_SIZE) == 0) { 543 free(ofmt); 557 ofmt[of [all...] |
/osnet-11/usr/src/lib/libinetutil/ |
H A D | Makefile | 28 HDRS = libinetutil.h ofmt.h 34 MSGFILES = common/ofmt.c
|
H A D | Makefile.com | 28 ofmt.o 42 $(SRCDIR)/ofmt.c
|
Completed in 44 milliseconds