Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_disk_directory_traversals.c92 wchar_t *wcwd, *wp, *fullpath; in test_basic() local
435 wcwd = _wgetcwd(NULL, 0); in test_basic()
438 wcscat(fullpath, wcwd); in test_basic()
440 free(wcwd); in test_basic()
442 while ((wcwd = wcschr(fullpath, L'\\')) != NULL) in test_basic()
443 *wcwd = L'/'; in test_basic()
467 wcwd = _wgetcwd(NULL, 0); in test_basic()
470 wcscat(fullpath, wcwd); in test_basic()
472 free(wcwd); in test_basic()
474 while ((wcwd = wcschr(fullpath, L'\\')) != NULL) in test_basic()
[all …]