Lines Matching refs:path
155 if(file->path) {
164 result = Curl_urldecode(data->state.up.path, 0, &real_path,
172 the path, skip the slash. If we remove the initial
193 /* change path separators from '/' to '\\' for DOS, Windows and OS/2 */
203 file->path = actual_path;
213 * A leading slash in an AmigaDOS path denotes the parent
216 * this first. Failing that, we treat the path as a real unix
217 * path, but only if the application was compiled with -lunix.
220 file->path = real_path;
225 /* Amiga absolute path */
227 file->path++;
236 file->path = real_path;
244 failf(data, "Couldn't open file %s", data->state.up.path);
262 file->path = NULL;
289 const char *dir = strchr(file->path, DIRSEP);
320 fd = open(file->path, mode, data->set.new_file_perms);
322 failf(data, "Can't open %s for writing", file->path);
334 failf(data, "Can't get the size of %s", file->path);