Searched refs:srcpath (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddebuginfod-support.c29 const char *srcpath,
98 const char *srcpath,
109 user_data data ("source file", srcpath);
115 srcpath,
122 styled_string (file_name_style.style (), srcpath));
124 destname->reset (xstrdup (srcpath));
27 debuginfod_source_query(const unsigned char *build_id, int build_id_len, const char *srcpath, gdb::unique_xmalloc_ptr<char> *destname) argument
96 debuginfod_source_query(const unsigned char *build_id, int build_id_len, const char *srcpath, gdb::unique_xmalloc_ptr<char> *destname) argument
H A Dsource.c1161 std::string srcpath;
1163 srcpath = s->filename;
1166 srcpath = SYMTAB_DIRNAME (s);
1167 srcpath += SLASH_STRING;
1168 srcpath += s->filename;
1174 if (build_id != nullptr && !srcpath.empty ())
1177 srcpath.c_str (),
1158 std::string srcpath; local
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dshow-headers127 srcpath = os.path.dirname(x)
128 if srcpath:
129 incl_dirs.insert (0, srcpath)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dshow-headers127 srcpath = os.path.dirname(x)
128 if srcpath:
129 incl_dirs.insert (0, srcpath)
/netbsd-current/usr.sbin/makefs/v7fs/
H A Dv7fs_populate.c199 char srcpath[MAXPATHLEN + 1]; local
236 snprintf(srcpath, sizeof(srcpath), "%s/%s", dir,
238 error = file_copy(fs, parent_inode, cur, srcpath);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddebuginfod-support.c59 const char *srcpath,
281 const char *srcpath,
293 user_data data ("source file", srcpath);
306 srcpath,
57 debuginfod_source_query(const unsigned char *build_id, int build_id_len, const char *srcpath, gdb::unique_xmalloc_ptr<char> *destname) argument
279 debuginfod_source_query(const unsigned char *build_id, int build_id_len, const char *srcpath, gdb::unique_xmalloc_ptr<char> *destname) argument
H A Dsource.c1191 std::string srcpath;
1193 srcpath = s->filename;
1196 srcpath = s->compunit ()->dirname ();
1197 srcpath += SLASH_STRING;
1198 srcpath += s->filename;
1205 if (build_id != nullptr && !srcpath.empty ())
1208 srcpath.c_str (),
1188 std::string srcpath; local
/netbsd-current/external/bsd/libarchive/dist/cpio/
H A Dcpio.c702 file_to_archive(struct cpio *cpio, const char *srcpath) argument
716 archive_entry_copy_sourcepath(entry, srcpath);
746 destpath = srcpath;
748 len = cpio->destdir_len + strlen(srcpath) + 8;
761 strcat(cpio->pass_destpath, remove_leading_slash(srcpath));
797 const char *srcpath = archive_entry_sourcepath(entry); local
828 archive_entry_set_hardlink(t, srcpath);
854 fd = open(srcpath, O_RDONLY | O_BINARY);
857 "%s: could not open file", srcpath);
870 srcpath,
[all...]
/netbsd-current/usr.sbin/sysinst/
H A Dtarget.c407 cp_to_target(const char *srcpath, const char *tgt_path) argument
411 return run_program(0, "/bin/cp %s %s", srcpath, real_path);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dcoverage-report-server.py17 --srcpath root_src_dir
188 parser.add_argument('--srcpath', required=True)
194 ServerHandler.src_path = args.srcpath
/netbsd-current/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dhfs.c1842 int hfs_rename(hfsvol *vol, char *srcpath, char *dstpath) argument
1854 v_resolve(&vol, srcpath, &src, &srcid, srcname, 0) <= 0)

Completed in 237 milliseconds