Lines Matching defs:filename
462 add_headers_from_file(debuginfod_client *client, const char* filename)
465 FILE *f = fopen (filename, "r");
469 dprintf(vds, "header file %s: %s\n", filename, strerror(errno));
693 /* Compute the absolute filename we'll write the section to.
695 section filename. */
819 section). If type is source, then type_arg should be a filename. If
835 const char *filename = NULL;
851 filename = type_arg;
867 if (filename != NULL)
868 dprintf (vfd, " %s\n", filename);
947 if (filename != NULL)
950 dprintf (vfd, "checking filename\n");
951 if (filename[0] != '/') // must start with /
957 path_escape (filename, suffix);
1257 if (filename)
1259 escaped_string = curl_easy_escape(&target_handle, filename+1, 0);
1294 if (filename) curl_free (escaped_string);
1300 if (filename) /* must start with / */
1372 if (filename) curl_free(escaped_string);
1904 const char *filename, char **path)
1907 "source", filename, path);