Home
last modified time | relevance | path

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

/freebsd/lib/libcasper/services/cap_fileargs/tests/
H A Dfileargs_test.c153 char fapath[PATH_MAX], origpath[PATH_MAX]; in test_file_realpath_static() local
155 if (fileargs_realpath(fa, file, fapath) == NULL) in test_file_realpath_static()
160 if (strcmp(fapath, origpath) != 0) in test_file_realpath_static()
169 char *fapath, *origpath; in test_file_realpath_alloc() local
172 fapath = fileargs_realpath(fa, file, NULL); in test_file_realpath_alloc()
173 if (fapath == NULL) in test_file_realpath_alloc()
180 if (strcmp(fapath, origpath) != 0) in test_file_realpath_alloc()
183 free(fapath); in test_file_realpath_alloc()