Searched defs:write_ (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c669 * BUG: write_() returns -1 on failure, or # of BYTEs it has written.
677 write_(int d, tchar *buf, int nch) function
687 tprintf("Entering write_(d=%d, buf=0x%x, nch=%d);\n",
688 d, buf, nch); /* Hope printf() doesn't call write_() itself! */
718 tprintf("Entering write_(d=%d, buf=0x%x, nch=%d);\n",
719 d, buf, nch); /* Hope printf() doesn't call write_() itself! */

Completed in 45 milliseconds