Home | History | Annotate | Download | only in cgi

Lines Matching full:path

299   char path[_POSIX_PATH_MAX];
304 snprintf (path, sizeof(path), "%s/cgi_upload.XXXXXX",
307 fd = mkstemp(path);
311 path);
318 return nerr_raise_errno (NERR_SYSTEM, "Unable to fdopen file %s", path);
320 if (unlink_files) unlink(path);
346 err = uListAppend (cgi->filenames, strdup(path));
491 char *path;
494 (void *)&path);
495 if (!err) err = hdf_set_value (cgi->hdf, buf, path);