Home
last modified time | relevance | path

Searched refs:write_ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.dol.c687 (void) write_(0, obuf, BUFSIZ - ocnt); in heredoc()
700 (void) write_(0, obuf, BUFSIZ); in heredoc()
763 (void) write_(0, obuf, BUFSIZ); in heredoc()
769 (void) write_(0, obuf, BUFSIZ); in heredoc()
H A Dsh.tchar.c676 write_(int d, tchar *buf, int nch) in write_() function