Lines Matching refs:SETLOCAL
883 #define SETLOCAL(f) ((f)->mode |= SF_LOCAL) macro
888 #define SFSK(f,a,o,d) (SETLOCAL(f),sfsk(f,(Sfoff_t)a,o,d))
889 #define SFRD(f,b,n,d) (SETLOCAL(f),sfrd(f,(Void_t*)b,n,d))
890 #define SFWR(f,b,n,d) (SETLOCAL(f),sfwr(f,(Void_t*)b,n,d))
891 #define SFSYNC(f) (SETLOCAL(f),sfsync(f))
892 #define SFCLOSE(f) (SETLOCAL(f),sfclose(f))
893 #define SFFLSBUF(f,n) (SETLOCAL(f),_sfflsbuf(f,n))
894 #define SFFILBUF(f,n) (SETLOCAL(f),_sffilbuf(f,n))
895 #define SFSETBUF(f,s,n) (SETLOCAL(f),sfsetbuf(f,s,n))
896 #define SFWRITE(f,s,n) (SETLOCAL(f),sfwrite(f,s,n))
897 #define SFREAD(f,s,n) (SETLOCAL(f),sfread(f,s,n))
898 #define SFSEEK(f,p,t) (SETLOCAL(f),sfseek(f,p,t))
899 #define SFNPUTC(f,c,n) (SETLOCAL(f),sfnputc(f,c,n))
900 #define SFRAISE(f,e,d) (SETLOCAL(f),sfraise(f,e,d))