Home
last modified time | relevance | path

Searched refs:to_free (Results 1 – 3 of 3) sorted by relevance

/minix/crypto/external/bsd/openssl/dist/apps/
H A Dopenssl.c226 char *to_free = NULL; in main() local
331 p = to_free = make_config_name(); in main()
420 if (to_free) in main()
421 OPENSSL_free(to_free); in main()
H A Dreq.c199 char *to_free; in MAIN() local
463 p = to_free = make_config_name(); in MAIN()
1016 if (to_free) in MAIN()
1017 OPENSSL_free(to_free); in MAIN()
/minix/external/bsd/top/dist/
H A Dhash.m4c308 dnl # HASH_TABLE_TMPL(suffix, keytype, to_hash, to_cmp, to_alloc, to_free)
316 dnl # "to_free" is an expression that frees "key", or empty if no