Home
last modified time | relevance | path

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

/dports/www/bozohttpd/bozohttpd-20210227/
H A Dbozohttpd.c2723 #define bozo_unconst(x) ((void *)(uintptr_t)x) in bozo_cleanup() macro
2724 free(bozo_unconst(httpd->server_software)); in bozo_cleanup()
2725 free(bozo_unconst(httpd->index_html)); in bozo_cleanup()
2726 free(bozo_unconst(httpd->dir_readme)); in bozo_cleanup()
2727 free(bozo_unconst(httpd->public_html)); in bozo_cleanup()
2728 #undef bozo_unconst in bozo_cleanup()