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

/illumos-gate/usr/src/lib/libast/common/include/
H A Dsfdisc.h49 extern int sfkeyprintf(Sfio_t*, void*, const char*, Sf_key_lookup_t, Sf_key_convert_t);
50 #define sfkeyprintf sfkeyprintf_20000308 /* Sffmt_t* callback args */ macro
51 extern int sfkeyprintf(Sfio_t*, void*, const char*, Sf_key_lookup_t, Sf_key_convert_t);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dsfdisc.h59 extern __MANGLE__ int sfkeyprintf __PROTO__((Sfio_t*, __V_*, const char*, Sf_key_lookup_t, Sf_key_convert_t));
60 #define sfkeyprintf sfkeyprintf_20000308 /* Sffmt_t* callback args */ macro
61 extern __MANGLE__ int sfkeyprintf __PROTO__((Sfio_t*, __V_*, const char*, Sf_key_lookup_t, Sf_key_convert_t));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dsfdisc.h59 extern __MANGLE__ int sfkeyprintf __PROTO__((Sfio_t*, __V_*, const char*, Sf_key_lookup_t, Sf_key_convert_t));
60 #define sfkeyprintf sfkeyprintf_20000308 /* Sffmt_t* callback args */ macro
61 extern __MANGLE__ int sfkeyprintf __PROTO__((Sfio_t*, __V_*, const char*, Sf_key_lookup_t, Sf_key_convert_t));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dsfdisc.h59 extern __MANGLE__ int sfkeyprintf __PROTO__((Sfio_t*, __V_*, const char*, Sf_key_lookup_t, Sf_key_convert_t));
60 #define sfkeyprintf sfkeyprintf_20000308 /* Sffmt_t* callback args */ macro
61 extern __MANGLE__ int sfkeyprintf __PROTO__((Sfio_t*, __V_*, const char*, Sf_key_lookup_t, Sf_key_convert_t));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dsfdisc.h59 extern __MANGLE__ int sfkeyprintf __PROTO__((Sfio_t*, __V_*, const char*, Sf_key_lookup_t, Sf_key_convert_t));
60 #define sfkeyprintf sfkeyprintf_20000308 /* Sffmt_t* callback args */ macro
61 extern __MANGLE__ int sfkeyprintf __PROTO__((Sfio_t*, __V_*, const char*, Sf_key_lookup_t, Sf_key_convert_t));
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c339 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) function
364 #undef sfkeyprintf macro
367 sfkeyprintf(Sfio_t* sp, void* handle, const char* format, Sf_key_lookup_t lookup, Sf_key_convert_t convert) function

Completed in 65 milliseconds