Home
last modified time | relevance | path

Searched refs:cxwrite (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sort/
H A Dstreams_stdio.c339 if (cxwrite(str->s_type.SF.s_fd, NULL, 0) == 0) in stream_stdio_close()
355 if (cxwrite(str->s_type.SF.s_fd, "\n", 1) < 0) in stream_stdio_send_eol()
365 if (cxwrite(str->s_type.SF.s_fd, NULL, 0) < 0) in stream_stdio_flush()
376 if (cxwrite(str->s_type.SF.s_fd, line->l_data.sp, in stream_stdio_put_line()
H A Dutility.c492 cxwrite(int fd, char *ptr, size_t nbytes) in cxwrite() function
557 return (cxwrite(fd, NULL, 0)); in wxwrite()
575 return (cxwrite(fd, convert_buffer, req_bufsize)); in wxwrite()
H A Dutility.h164 extern int cxwrite(int, char *, size_t);