Searched refs:SF_FINAL (Results 1 - 24 of 24) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/disc/ |
H A D | sfdcslow.c | 46 case SF_FINAL:
|
H A D | sfdctee.c | 70 if(type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcprefix.c | 104 if (type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcfilter.c | 141 if(type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcdio.c | 142 if(type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcseekable.c | 179 case SF_FINAL:
|
H A D | sfdcsubstr.c | 166 if(type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcunion.c | 157 if(type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcmore.c | 271 if (type == SF_FINAL || type == SF_DPOP)
|
H A D | sfdcdos.c | 377 if(type==SF_DPOP || type==SF_FINAL)
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfraise.c | 78 type == SF_FINAL || type == SF_ATEXIT)) && 85 if(type == SF_FINAL)
|
H A D | sfclose.c | 152 { if(f->disc && (ex = SFRAISE(f,SF_FINAL,NIL(Void_t*))) != 0 )
|
H A D | sfdisc.c | 60 if(disc && type == SF_FINAL)
|
H A D | sfvscanf.c | 1062 (*fm->eventf)(f,SF_FINAL,NIL(Void_t*),ft); 1087 (*fm->eventf)(f,SF_FINAL,NIL(Void_t*),fm->ft);
|
H A D | sfvprintf.c | 1352 (*fm->eventf)(f,SF_FINAL,NIL(Void_t*),ft); 1377 (*fm->eventf)(f,SF_FINAL,NIL(Void_t*),fm->ft);
|
/illumos-gate/usr/src/lib/libast/common/stdio/ |
H A D | vfwscanf.c | 50 case SF_FINAL:
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | stk.c | 181 case SF_FINAL:
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | lex.c | 2341 else if(type==SF_FINAL)
|
H A D | io.c | 427 if(type==SF_DPOP || type==SF_FINAL) 1612 if(type==SF_DPOP || type==SF_FINAL) 1936 if(mode==SF_DPOP || mode==SF_FINAL) 2083 else if(ep && (type==SF_DPOP || type==SF_FINAL)) 2154 else if(disp && (mode==SF_DPOP || mode==SF_FINAL))
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 172 #define SF_FINAL 11 /* closing is done except stream free */ macro
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 172 #define SF_FINAL 11 /* closing is done except stream free */ macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 172 #define SF_FINAL 11 /* closing is done except stream free */ macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 172 #define SF_FINAL 11 /* closing is done except stream free */ macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 172 #define SF_FINAL 11 /* closing is done except stream free */ macro
|
Completed in 105 milliseconds