Home
last modified time | relevance | path

Searched refs:_SF_ (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dsfio.h337 #define _SF_(f) (f) macro
339 #define _SF_(f) ((Sfio_t*)(f))
347 #define __sf_putc(f,c) (_SF_(f)->_next >= _SF_(f)->_endw ? \
348 _sfflsbuf(_SF_(f),(int)((unsigned char)(c))) : \
349 (int)(*_SF_(f)->_next++ = (unsigned char)(c)) )
350 #define __sf_getc(f) (_SF_(f)->_next >= _SF_(f)->_endr ? _sffilbuf(_SF_(f),0) : \
351 (int)(*_SF_(f)->_next++) )
358 #define __sf_fileno(f) (_SF_(f)->_file)
359 #define __sf_eof(f) (_SF_(f)->_flags&SF_EOF)
360 #define __sf_error(f) (_SF_(f)->_flags&SF_ERROR)
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A D_sfgetl.c40 sfungetc(f, (unsigned char)_SF_(f)->val);
H A D_sfgetu.c40 sfungetc(f, (unsigned char)_SF_(f)->val);