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

  /external/mksh/src/
shf.c 297 if (shf->flags & SHF_ERROR) {
328 if (shf->flags & SHF_ERROR) {
370 shf->flags |= SHF_ERROR;
414 if (shf->flags & (SHF_EOF | SHF_ERROR)) {
415 if (shf->flags & SHF_ERROR)
433 shf->flags |= SHF_ERROR;
474 return (orig_bsize == bsize ? (shf_error(shf) ? EOF : 0) :
546 if ((shf->flags & SHF_ERROR) || c == EOF ||
592 if (shf->flags & SHF_ERROR) {
601 shf->flags |= SHF_ERROR;
    [all...]
sh.h 1035 #define shf_error(shf) ((shf)->flags & SHF_ERROR) macro
1037 #define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF | SHF_ERROR))
1055 #define SHF_ERROR 0x0800 /* read()/write() error */
    [all...]

Completed in 36 milliseconds