gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__UNCONST from t2ex/bsd_source/t2ex/network/net/include/netbsd/nsswitch.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/include/netbsd/nsswitch.h - 7.8KB - 237 lines
125:  */
126: #define NS_FILES_CB(F,C)        { NSSRC_FILES, F,      __UNCONST(C) },
127: #define NS_COMPAT_CB(F,C)       { NSSRC_COMPAT,       F,    __UNCONST(C) },
128:  
129: #ifdef HESIOD
130: #   define NS_DNS_CB(F,C)       { NSSRC_DNS,  F,       __UNCONST(C) },
131: #else
135: #ifdef YP 136: # define NS_NIS_CB(F,C) { NSSRC_NIS, F, __UNCONST(C) }, 137: #else