Searched defs:sfputu (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfputu.c24 #undef sfputu macro
27 int sfputu(reg Sfio_t* f, Sfulong_t u) function
29 int sfputu(f,u)
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfio.h286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t));
369 __INLINE__ int sfputu(Sfio_t* f, Sfulong_t v) { return __sf_putu(f,v); } function
393 #define sfputu(f,v) ( __sf_putu((f),(v)) )
/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfio.h286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t));
369 __INLINE__ int sfputu(Sfio_t* f, Sfulong_t v) { return __sf_putu(f,v); } function
393 #define sfputu(f,v) ( __sf_putu((f),(v)) )
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfio.h286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t));
369 __INLINE__ int sfputu(Sfio_t* f, Sfulong_t v) { return __sf_putu(f,v); } function
393 #define sfputu(f,v) ( __sf_putu((f),(v)) )
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfio.h286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t));
369 __INLINE__ int sfputu(Sfio_t* f, Sfulong_t v) { return __sf_putu(f,v); } function
393 #define sfputu(f,v) ( __sf_putu((f),(v)) )
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfio.h286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t));
369 __INLINE__ int sfputu(Sfio_t* f, Sfulong_t v) { return __sf_putu(f,v); } function
393 #define sfputu(f,v) ( __sf_putu((f),(v)) )

Completed in 58 milliseconds