path_file         148 main/fopen_wrappers.c 	char *path_file;
path_file         198 main/fopen_wrappers.c 		path_file = strrchr(path_tmp, DEFAULT_SLASH);
path_file         199 main/fopen_wrappers.c 		if (!path_file) {
path_file         200 main/fopen_wrappers.c 			path_file = strrchr(path_tmp, '/');
path_file         203 main/fopen_wrappers.c 		path_file = strrchr(path_tmp, DEFAULT_SLASH);
path_file         205 main/fopen_wrappers.c 		if (!path_file) {
path_file         209 main/fopen_wrappers.c 			path_len = path_file - path_tmp + 1;