Searched refs:wxwrite (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sort/common/
H A Dutility.h167 extern int wxwrite(int, wchar_t *);
H A Dstreams_wide.c243 if (wxwrite(str->s_type.SF.s_fd, w_crlf) < 0)
254 if (wxwrite(str->s_type.SF.s_fd, line->l_data.wp) >= 0) {
H A Dutility.c66 * is the base routine, while wxwrite(), which handles multibyte buffers, is
540 * int wxwrite(int, wchar_t *)
543 * wxwrite() implements a buffered write() function for null-terminated wide
546 * wxwrite() must be flushed before being applied to a new file descriptor.
552 wxwrite(int fd, wchar_t *ptr) function

Completed in 193 milliseconds