Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c2750 size_t tried_size, buff_size; in get_refdir() local
2765 tried_size = buff_size * 2; in get_refdir()
2766 tried = calloc(tried_size, 1); in get_refdir()
2778 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
2779 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir()
2796 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
2797 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir()
2802 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
2803 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir()
2812 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
[all …]
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c3686 size_t tried_size, buff_size; in get_refdir() local
3701 tried_size = buff_size * 2; in get_refdir()
3702 tried = calloc(tried_size, 1); in get_refdir()
3714 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
3715 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir()
3732 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
3733 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir()
3738 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
3739 strncat(tried, "\n", tried_size - strlen(tried) - 1); in get_refdir()
3748 strncat(tried, buff, tried_size - strlen(tried) - 1); in get_refdir()
[all …]