Searched defs:ofmt (Results 1 - 2 of 2) sorted by relevance
/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/common/ |
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...] |
Completed in 17 milliseconds