HomeSort by: relevance | last modified time | path
    Searched refs:SHF_INTERRUPT (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/ksh/
shf.h 35 #define SHF_INTERRUPT 0x0080 /* EINTR in read/write causes error */
shf.c 379 && !(shf->flags & SHF_INTERRUPT))
438 && !(shf->flags & SHF_INTERRUPT))
664 && !(shf->flags & SHF_INTERRUPT))
737 && !(shf->flags & SHF_INTERRUPT))
c_sh.c 297 shf = shf_reopen(fd, SHF_RD | SHF_INTERRUPT | can_seek(fd), shl_spare);
main.c 314 s->u.shf->flags |= SHF_INTERRUPT;

Completed in 13 milliseconds