Searched defs:sfputm (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libast/sfio/
H A Dsfputm.c24 #undef sfputm macro
27 int sfputm(Sfio_t* f, Sfulong_t u, Sfulong_t m) function
29 int sfputm(f,u,m)
/ast/src/lib/libast/include/
H A Dsfio.h289 extern int sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_t));
372 __INLINE__ int sfputm(Sfio_t* f, Sfulong_t v, Sfulong_t m) function
396 #define sfputm(f,v,m) ( __sf_putm((f),(v),(m)) )

Completed in 28 milliseconds