Searched refs:SF_CLOSING (Results 1 – 16 of 16) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | io.h | 35 #ifndef SF_CLOSING 36 #define SF_CLOSING SF_CLOSE macro
|
/titanic_44/usr/src/lib/libast/common/stdio/ |
H A D | vfwscanf.c | 48 case SF_CLOSING: in wideexcept() 51 if (op != SF_CLOSING) in wideexcept()
|
/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sfclose.c | 74 if(f->disc && (ex = SFRAISE(f,local ? SF_NEW : SF_CLOSING,NIL(Void_t*))) != 0) 121 (*_Sfnotify)(f, SF_CLOSING, (void*)((long)f->file));
|
H A D | sftmp.c | 72 if(type == SF_CLOSING) 84 (*_Sfnotify)(f,SF_CLOSING,f->file); 108 _tmprmfile(ff->f, SF_CLOSING, NIL(Void_t*), ff->f->disc); in _rmfiles()
|
H A D | sfungetc.c | 45 if(type != SF_CLOSING)
|
H A D | sfraise.c | 77 (type == SF_NEW || type == SF_CLOSING ||
|
/titanic_44/usr/src/lib/libast/common/string/ |
H A D | tokline.c | 72 case SF_CLOSING: in spliceline()
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 165 #define SF_CLOSING 4 /* when stream is about to be closed */ macro 195 #define SF_CLOSE SF_CLOSING /* AIX sys/socket.h */
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 165 #define SF_CLOSING 4 /* when stream is about to be closed */ macro 195 #define SF_CLOSE SF_CLOSING /* AIX sys/socket.h */
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 165 #define SF_CLOSING 4 /* when stream is about to be closed */ macro 195 #define SF_CLOSE SF_CLOSING /* AIX sys/socket.h */
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 165 #define SF_CLOSING 4 /* when stream is about to be closed */ macro 195 #define SF_CLOSE SF_CLOSING /* AIX sys/socket.h */
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 165 #define SF_CLOSING 4 /* when stream is about to be closed */ macro 195 #define SF_CLOSE SF_CLOSING /* AIX sys/socket.h */
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 1953 if(flag==SF_SETFD || flag==SF_CLOSING) in sftrack() 1956 flag = SF_CLOSING; in sftrack() 1958 (*fdnotify)(sffileno(sp),flag==SF_CLOSING?-1:newfd); in sftrack() 2014 else if(flag==SF_CLOSING || (flag==SF_SETFD && newfd<=2)) in sftrack() 2081 if(type==SF_CLOSING) in eval_exceptf() 2149 if(mode==SF_CLOSING) in subexcept()
|
H A D | lex.c | 2335 if(type==SF_CLOSING) in alias_exceptf()
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | stk.c | 150 case SF_CLOSING: in stkexcept()
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 1017 sfio.h: SF_APPEND=>SF_APPENDWR, SF_CLOSE=>SF_CLOSING
|