Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-glob-util.c67 const char *fn, *fn2, *fname; in TEST() local
78 fn2 = strjoina(template, "/.*"); in TEST()
79 r = safe_glob(fn2, GLOB_NOSORT|GLOB_BRACE, &g); in TEST()
88 r = safe_glob(fn2, GLOB_NOSORT|GLOB_BRACE, &g); in TEST()
Dtest-copy.c227 char fn2[] = "/tmp/test-copy-file-XXXXXX"; in test_copy_bytes_regular_file_one() local
238 fd2 = mkostemp_safe(fn2); in test_copy_bytes_regular_file_one()
278 unlink(fn2); in test_copy_bytes_regular_file_one()