Home
last modified time | relevance | path

Searched refs:OPT_WRITE (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dpkcs12_format_test.c865 OPT_WRITE, enumerator
875 { "write", OPT_WRITE, '-', "Write PKCS12 objects to file" }, in test_get_options()
889 case OPT_WRITE: in setup_tests()
/freebsd/contrib/jemalloc/src/
H A Dstats.c1030 #define OPT_WRITE(name, var, size, emitter_type) \ in stats_general_print() macro
1047 #define OPT_WRITE_BOOL(name) OPT_WRITE(name, bv, bsz, emitter_type_bool) in stats_general_print()
1052 OPT_WRITE(name, uv, usz, emitter_type_unsigned) in stats_general_print()
1055 OPT_WRITE(name, sv, ssz, emitter_type_size) in stats_general_print()
1057 OPT_WRITE(name, ssv, sssz, emitter_type_ssize) in stats_general_print()
1063 OPT_WRITE(name, cpv, cpsz, emitter_type_string) in stats_general_print()
1103 #undef OPT_WRITE in stats_general_print()