Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/write/
H A Dwrite.c73 static int readcsi(int, char *, int);
371 while ((i = readcsi(0, &input[0], sizeof (input))) > 0) { in main()
578 static int readcsi(d, buf, nbytereq) in readcsi() function