csh.c | 189 static ssize_t writef(void *, const void *, size_t); 301 if (!(cshin = funopen2((void *) &SHIN, readf, writef, seekf, NULL, 304 if (!(cshout = funopen2((void *) &SHOUT, readf, writef, seekf, NULL, 307 if (!(csherr = funopen2((void *) &SHERR, readf, writef, seekf, NULL, 1339 writef(void *oreo, const void *buf, size_t siz) function in typeref:typename:ssize_t
|