Home
last modified time | relevance | path

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

/dports/math/yices/yices-2.6.2/examples/
H A Dexample1b.c42 yices_free_string(s); in print_term()
47 yices_free_string(s); in print_term()
128 yices_free_string(s); in simple_test()
H A Dexample_mcsat.c41 yices_free_string(s); in print_error()
126 yices_free_string(s); in test_mcsat()
H A Dnames.c60 yices_free_string(str); in show_name()
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_mcsat.c43 yices_free_string(s); in print_error()
126 yices_free_string(s); in test_mcsat()
H A Dtest_api11.c51 yices_free_string(s); in test_type_to_string()
93 yices_free_string(s); in test_term_to_string()
H A Dtest_error_string.c280 yices_free_string(str); in test_error()
/dports/math/yices/yices-2.6.2/src/include/
H A Dyices.h162 __YICES_DLLSPEC__ extern void yices_free_string(char *s);
/dports/math/yices/yices-2.6.2/src/api/
H A Dyices_api.c6409 EXPORTED void yices_free_string(char *s) { in yices_free_string() function