Searched refs:cxwrite (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/sort/common/ |
H A D | streams_stdio.c | 341 if (cxwrite(str->s_type.SF.s_fd, NULL, 0) == 0) in stream_stdio_close() 357 if (cxwrite(str->s_type.SF.s_fd, "\n", 1) < 0) in stream_stdio_send_eol() 367 if (cxwrite(str->s_type.SF.s_fd, NULL, 0) < 0) in stream_stdio_flush() 378 if (cxwrite(str->s_type.SF.s_fd, line->l_data.sp, in stream_stdio_put_line()
|
H A D | utility.c | 494 cxwrite(int fd, char *ptr, size_t nbytes) in cxwrite() function 559 return (cxwrite(NULL, 0, 1)); in wxwrite() 577 return (cxwrite(fd, convert_buffer, req_bufsize)); in wxwrite()
|
H A D | utility.h | 166 extern int cxwrite(int, char *, size_t);
|