Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sort/common/
H A Dstreams_stdio.c341 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 Dutility.c494 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 Dutility.h166 extern int cxwrite(int, char *, size_t);