Searched defs:cxwrite (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sort/common/ |
H A D | utility.c | 65 * data in large quantities (particularly for multibyte locales). cxwrite() 67 * built on top of cxwrite(). 482 * int cxwrite(int, char *, size_t) 485 * cxwrite() implements a buffered version of fwrite(ptr, nbytes, 1, .) on 487 * write the current buffer contents. cxwrite() must be flushed before being 494 cxwrite(int fd, char *ptr, size_t nbytes) function 544 * character buffers with similar calling semantics to cxwrite(). It returns 559 return (cxwrite(NULL, 0, 1)); 577 return (cxwrite(fd, convert_buffer, req_bufsize));
|
Completed in 81 milliseconds