OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHF_ERROR
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ksh/
shf.h
20
#define
shf_error
(shf) ((shf)->flags &
SHF_ERROR
)
macro
22
#define shf_clearerr(shf) ((shf)->flags &= ~(SHF_EOF |
SHF_ERROR
))
40
#define
SHF_ERROR
0x0800 /* read()/write() error */
shf.c
308
if (shf->flags &
SHF_ERROR
) {
340
if (shf->flags &
SHF_ERROR
) {
381
shf->flags |=
SHF_ERROR
;
422
if (shf->flags & (SHF_EOF |
SHF_ERROR
)) {
423
if (shf->flags &
SHF_ERROR
)
444
shf->flags |=
SHF_ERROR
;
470
if (shf->flags &
SHF_ERROR
) {
495
shf->flags |=
SHF_ERROR
;
536
return orig_bsize == bsize ? (
shf_error
(shf) ? EOF : 0)
611
if ((shf->flags &
SHF_ERROR
) || c == EO
[
all
...]
Completed in 11 milliseconds
Indexes created Fri Nov 07 05:10:14 GMT 2025