Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c341 static int pipeexcept(Sfio_t*, int, void*, Sfdisc_t*);
580 dp->disc.exceptf = pipeexcept; in sh_iostream()
2225 static int pipeexcept(Sfio_t* iop, int mode, void *data, Sfdisc_t* handle) in pipeexcept() function