Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfsetfd.c131 (*_Sfnotify)(f, SF_SETFD, (void*)((long)newfd));
H A Dsftmp.c361 (*_Sfnotify)(f, SF_SETFD, (void*)((long)f->file));
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h185 #define SF_SETFD (-1) /* about to set the file descriptor */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c2247 if(flag==SF_SETFD || flag==SF_CLOSING) in sftrack()
2274 if(sp==shp->heredocs && fd < 10 && flag==SF_SETFD) in sftrack()
2308 else if(flag==SF_CLOSING || (flag==SF_SETFD && newfd<=2)) in sftrack()