Searched refs:fapath (Results 1 – 1 of 1) sorted by relevance
153 char fapath[PATH_MAX], origpath[PATH_MAX]; in test_file_realpath_static() local155 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() local172 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()