path_file         144 main/fopen_wrappers.c 	char *path_file;
path_file         188 main/fopen_wrappers.c 		path_file = strrchr(path_tmp, DEFAULT_SLASH);
path_file         189 main/fopen_wrappers.c 		if (!path_file) {
path_file         190 main/fopen_wrappers.c 			path_file = strrchr(path_tmp, '/');
path_file         193 main/fopen_wrappers.c 		path_file = strrchr(path_tmp, DEFAULT_SLASH);
path_file         195 main/fopen_wrappers.c 		if (!path_file) {
path_file         199 main/fopen_wrappers.c 			path_len = path_file - path_tmp + 1;