Searched defs:o_type (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/lib/libcrypto/lhash/ |
H A D | lhash.h | 91 #define DECLARE_LHASH_HASH_FN(name, o_type) \ argument 93 #define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ argument 100 #define DECLARE_LHASH_COMP_FN(name, o_type) \ argument 102 #define IMPLEMENT_LHASH_COMP_FN(name, o_type) \ argument 110 #define DECLARE_LHASH_DOALL_FN(name, o_type) \ argument 112 #define IMPLEMENT_LHASH_DOALL_FN(name, o_type) \ argument 119 #define DECLARE_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument 121 #define IMPLEMENT_LHASH_DOALL_ARG_FN(name, o_type, a_type) \ argument
|
/openbsd-src/usr.bin/tftp/ |
H A D | tftp.c | 109 const char *o_type; member
|