Searched refs:sferror (Results 1 - 25 of 39) sorted by relevance
12
| /ast/src/lib/libast/sfio/ |
| H A D | _sferror.c | 24 #undef sferror macro 27 int sferror(reg Sfio_t* f) function 29 int sferror(f)
|
| H A D | sfreserve.c | 157 if(n == now || sferror(f) || sfeof(f)) /* no progress */
|
| /ast/src/lib/libast/stdio/ |
| H A D | ferror.c | 39 return sferror(f);
|
| /ast/src/cmd/tests/sfio/ |
| H A D | tflags.c | 28 if(sfeof(f) || sferror(f)) 32 if(sfeof(f) || sferror(f)) 36 if(sfeof(f) || sferror(f)) 49 if(sfeof(f) || sferror(f)) 57 if(sfeof(f) || sferror(f)) 61 if(sfeof(f) || sferror(f)) 84 if(sferror(sfstdout))
|
| H A D | tstatus.c | 42 if(sferror(ip)) 43 terror("sferror(ip) not expected"); 44 if(sferror(op)) 45 terror("sferror(op) not expected");
|
| H A D | tmove.c | 54 if(sferror(sfstdin)) 56 if(sferror(sfstdout)) 70 if(sferror(sfstdin)) 72 if(sferror(sfstdout))
|
| H A D | tsync.c | 116 if(sferror(sfstdout) ) 122 if(sferror(sfstdout) )
|
| H A D | tstack.c | 131 !sfeof(sfstdin) || sferror(sfstdout))
|
| /ast/src/lib/libdss/ |
| H A D | dssmagic.c | 51 if (sferror(sp))
|
| /ast/src/cmd/codex/ |
| H A D | codex.c | 284 if (sfmove(ip, op, SF_UNBOUND, -1) < 0 || !sfeof(ip) || sferror(ip)) 288 if (sfsync(op) || sferror(op))
|
| /ast/src/lib/libcmd/ |
| H A D | revlib.c | 49 if(sfmove(in, tmp, SF_UNBOUND, -1) < 0 || !sfeof(in) || sferror(tmp))
|
| H A D | cat.c | 549 if (sferror(sfstdout))
|
| /ast/src/lib/libpz/ |
| H A D | pzinflate.c | 115 else if (sfmove(pz->io, op, SF_UNBOUND, -1) < 0 || sferror(pz->io)) 226 if ((m = sfgetu(pz->io)) && !sferror(pz->io) && !sfeof(pz->io) && (pat = (unsigned char*)sfreserve(pz->io, m, 0))) 232 if (sferror(op))
|
| H A D | pzhead.c | 278 return sferror(op) ? -1 : 0; 314 while ((n = sfgetu(pz->io)) && !sferror(pz->io) && !sfeof(pz->io) && (s = (unsigned char*)sfreserve(pz->io, n, 0)))
|
| H A D | pzsplit.c | 201 if (sferror(op)) 238 if (sfwrite(op, sfstrbase(ip->sp), n) != n || sferror(op)) 270 if (sferror(op)) 341 if (sferror(op)) 445 if (sferror(op)) 662 if (sferror(op))
|
| H A D | pzread.c | 133 if ((m = sfgetu(pz->io)) && !sferror(pz->io) && !sfeof(pz->io) && (x = (unsigned char*)sfreserve(pz->io, m, 0)))
|
| H A D | pzdeflate.c | 86 if (r < 0 || sferror(pz->io))
|
| /ast/src/lib/libardir/ |
| H A D | ar-local.c | 131 if (sferror(state->sp))
|
| /ast/src/cmd/ksh93/sh/ |
| H A D | shcomp.c | 147 if(sferror(in))
|
| H A D | main.c | 531 if(sh_isstate(SH_INTERACTIVE) && !sferror(iop)) 534 !sferror(sfstderr) && (shp->fdstatus[fno]&IOTTY)) 543 if(errno==0 && sferror(iop) && --maxtry>0)
|
| /ast/src/cmd/std/ |
| H A D | iconv.c | 237 if (!id.errors && (!sfeof(ip) || sferror(ip)))
|
| /ast/src/lib/libast/include/ |
| H A D | sfio.h | 314 extern int sferror _ARG_((Sfio_t*)); 384 __INLINE__ int sferror(Sfio_t* f) { return __sf_error(f); } function 407 #define sferror(f) ( __sf_error(f) )
|
| /ast/src/cmd/kshlib/cmdtst/ |
| H A D | grep.c | 497 else if (sferror(input) && errno != EISDIR) 547 if ((sfvalue(input) || sferror(input)) && errno != EISDIR) 597 if ((sfvalue(input) || sferror(input)) && errno != EISDIR)
|
| /ast/src/cmd/re/ |
| H A D | grep.c | 384 if (sferror(input) && errno != EISDIR) 465 if ((sfvalue(input) || sferror(input)) && errno != EISDIR) 510 if ((sfvalue(input) || sferror(input)) && errno != EISDIR)
|
| /ast/src/cmd/ksh93/bltins/ |
| H A D | read.c | 179 if(r==0 && (r=(sfeof(shp->sftable[fd])||sferror(shp->sftable[fd])))) 489 if(!sferror(iop) && sfgetc(iop) >=0)
|
Completed in 84 milliseconds
12