Searched refs:file_path (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsolib-darwin.c50 CORE_ADDR file_path; member in struct:gdb_dyld_image_info
236 char *file_path; local
249 target_read_string (path_addr, &file_path,
261 strncpy (new->so_name, file_path, SO_NAME_MAX_PATH_SIZE - 1);
264 xfree (file_path);
/netbsd-6-1-5-RELEASE/sbin/dmctl/
H A Ddmctl.c458 char *file_path; local
463 file_path = NULL;
471 file_path = argv[0];
473 while ((params = parse_stdin(file_path)) != NULL) {
552 parse_stdin(char *file_path) argument
560 if (file_path) {
561 if ((fp = fopen(file_path, "r")) == NULL)
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dmakemandb.c89 char *file_path; member in struct:mandb_rec
767 rec->file_path = estrdup(file);
768 // file_path is freed by insert_into_db itself.
1658 rc = sqlite3_bind_text(stmt, idx, rec->file_path, -1, NULL);
1691 warnx("Trying to update index for %s", rec->file_path);
1696 rec->file_path);
1729 sqlite3_bind_text(stmt, idx, rec->file_path, -1, NULL);
1743 warnx("Failed at %s\n%s", rec->file_path, sqlite3_errmsg(db));
1890 free(rec->file_path);
1891 rec->file_path
[all...]

Completed in 122 milliseconds