Searched refs:print_func (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/tests/ |
D | dwflmodtest.c | 113 print_func (Dwarf_Die *func, void *arg) in print_func() function 196 (void) dwarf_getfuncs (info.cudie, print_func, &info, 0); in print_module()
|
D | ChangeLog | 2265 * dwflmodtest.c (print_inline, print_func): Likewise. 2386 (print_func): Call print_inline.
|
/external/tcpdump/ |
D | print-radius.c | 372 void (*print_func)(netdissect_options *, register u_char *, u_int, u_short); member 925 if ( attr_type[rad_attr->type].print_func ) in radius_attrs_print() 926 (*attr_type[rad_attr->type].print_func)( in radius_attrs_print()
|
/external/strace/ |
D | util.c | 1451 bool (*const print_func)(struct tcb *, in print_array() 1496 if (!print_func(tcp, elem_buf, elem_size, opaque_data)) { in print_array()
|
D | defs.h | 474 bool (*print_func)(struct tcb *,
|
/external/conscrypt/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 1035 typedef int print_func(BIO*, const EVP_PKEY*, int, ASN1_PCTX*); typedef 1037 static jstring evp_print_func(JNIEnv* env, jobject pkeyRef, print_func* func, in evp_print_func()
|