HomeSort by relevance Sort by last modified time
    Searched refs:SHF_INTERRUPT (Results 1 - 3 of 3) sorted by null

  /external/mksh/src/
shf.c 368 !(shf->flags & SHF_INTERRUPT))
428 if (n < 0 && errno == EINTR && !(shf->flags & SHF_INTERRUPT))
599 !(shf->flags & SHF_INTERRUPT))
673 !(shf->flags & SHF_INTERRUPT))
main.c 528 s->u.shf->flags |= SHF_INTERRUPT;
    [all...]
sh.h 1050 #define SHF_INTERRUPT 0x0080 /* EINTR in read/write causes error */
    [all...]

Completed in 46 milliseconds