Home
last modified time | relevance | path

Searched refs:fullpath (Results 1 – 25 of 41) sorted by relevance

12

/openbsd/usr.sbin/amd/amd/
H A Dsfs_ops.c81 char *fullpath; in sfs_match() local
85 fullpath = strdup(link); in sfs_match()
87 fullpath = str3cat(NULL, fo->opt_fs, "/", link); in sfs_match()
89 fullpath = strdup(fo->opt_fs); in sfs_match()
93 fo->opt_sublink = fullpath; in sfs_match()
94 fo->opt_fs = str3cat(fo->opt_fs, ".", fullpath, ""); in sfs_match()
/openbsd/gnu/usr.bin/texinfo/info/
H A Dnodes.c160 node->filename = file_buffer->fullpath; in info_get_node_of_file_buffer()
311 char *fullpath, *contents; in info_load_file_internal() local
319 fullpath = info_find_fullpath (filename); in info_load_file_internal()
322 retcode = stat (fullpath, &finfo); in info_load_file_internal()
348 retcode = stat (fullpath, &finfo); in info_load_file_internal()
369 file_buffer->fullpath = xstrdup (fullpath); in info_load_file_internal()
562 entry->filename = file_buffer->fullpath; in get_nodes_of_info_file()
791 char *fullpath; in get_tags_of_indirect_tags_table() local
793 fullpath = (char *) xmalloc in get_tags_of_indirect_tags_table()
796 sprintf (fullpath, "%s/%s", in get_tags_of_indirect_tags_table()
[all …]
H A Ddir.c127 char *fullpath = xmalloc (3 + strlen (this_dir) + namelen); in maybe_build_dir_node() local
129 strcpy (fullpath, this_dir); in maybe_build_dir_node()
130 if (!IS_SLASH (fullpath[strlen (fullpath) - 1])) in maybe_build_dir_node()
131 strcat (fullpath, "/"); in maybe_build_dir_node()
132 strcat (fullpath, from_file); in maybe_build_dir_node()
134 statable = (stat (fullpath, &finfo) == 0); in maybe_build_dir_node()
141 char *contents = filesys_read_info_file (fullpath, &filesize, in maybe_build_dir_node()
151 free (fullpath); in maybe_build_dir_node()
H A Dnodes.h103 char *fullpath; /* The full pathname of this info file. */ member
/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dfiles.c109 char *fullpath; in get_file_info_in_path() local
124 return fullpath; in get_file_info_in_path()
126 free (fullpath); in get_file_info_in_path()
196 char *fullpath, *result; in find_and_load() local
199 result = fullpath = NULL; in find_and_load()
201 fullpath in find_and_load()
205 if (!fullpath) in find_and_load()
208 filename = fullpath; in find_and_load()
237 if (fullpath) in find_and_load()
238 free (fullpath); in find_and_load()
[all …]
/openbsd/usr.bin/libtool/LT/
H A DLibrary.pm126 delete $self->{fullpath};
134 $self->{fullpath} = $libfile;
136 $self->{fullpath}};
166 my $filename = $self->{fullpath};
188 my $filename = $self->{fullpath};
/openbsd/sbin/fsck_msdos/
H A Ddir.c385 fullpath(dir)); in checksize()
472 fullpath(dir)); in readDosDirSection()
608 fullpath(dir), 2); in readDosDirSection()
663 fullpath(&dirent)); in readDosDirSection()
689 fullpath(&dirent)); in readDosDirSection()
693 fullpath(&dirent), in readDosDirSection()
700 fullpath(&dirent), in readDosDirSection()
750 fullpath(dir)); in readDosDirSection()
770 fullpath(dir)); in readDosDirSection()
782 fullpath(dir)); in readDosDirSection()
[all …]
/openbsd/gnu/llvm/lldb/examples/python/
H A Dlldb_module_utils.py64 print('Module: "%s"' % (module.file.fullpath), end=' ', file=result)
71 print(' Compile Unit: %s' % (cu.file.fullpath), file=result)
166 print('Module: "%s"' % (module.file.fullpath), end=' ', file=result)
173 print(' Compile Unit: %s' % (cu.file.fullpath), file=result)
177 path = cu.GetSupportFileAtIndex(j).fullpath
H A Dlldbtk.py115 summary = self.process.target.executable.fullpath
137 summary = self.target.executable.fullpath
158 summary = self.target.executable.fullpath
358 summary = self.line_entry.GetFileSpec().fullpath + ':' + \
/openbsd/usr.sbin/mtree/
H A Dmtree.c51 char fullpath[PATH_MAX]; variable
164 if ((cflag || sflag) && !getcwd(fullpath, sizeof fullpath)) in main()
H A Dverify.c47 extern char fullpath[PATH_MAX];
145 "mtree: %s checksum: %u\n", fullpath, crc_total); in vwalk()
H A Dcreate.c60 extern char fullpath[PATH_MAX];
84 getlogin(), host, fullpath, ctime(&clock)); in cwalk()
124 "mtree: %s checksum: %u\n", fullpath, crc_total); in cwalk()
/openbsd/usr.sbin/lpd/
H A Dlp.c47 static int fullpath(struct lp_printer *, const char *, char *, size_t);
400 fullpath(struct lp_printer *lp, const char *fname, char *dst, size_t sz) in fullpath() function
421 if (fullpath(lp, fname, path, sizeof(path)) == -1) in lp_fopen()
435 if (fullpath(lp, fname, path, sizeof(path)) == -1) in lp_unlink()
449 if (fullpath(lp, fname, path, sizeof(path)) == -1) in lp_stat()
471 if (fullpath(lp, LP_LO(lp), path, sizeof(path)) == -1) { in lp_lock()
734 if (fullpath(lp, LP_ST(lp), path, sizeof(path)) == -1) { in lp_setstatus()
818 if (fullpath(lp, fname, path, sizeof(path)) == -1) { in lp_create()
855 if (fullpath(lp, cf, ipath, sizeof(ipath)) == -1 || in lp_commit()
856 fullpath(lp, cf, opath, sizeof(opath)) == -1) in lp_commit()
/openbsd/usr.bin/libtool/LT/Mode/Link/
H A DLibrary.pm85 my $a = $l->{fullpath};
131 join("\n", map { $_->{fullpath}//'UNDEF' } @libobjects) };
137 my $a = $libs->{$k}->{fullpath} || die "Link error: $k not found in \$libs\n";
H A DProgram.pm90 tsay {"libfiles:\n", join("\n", map { $_->{fullpath} } @libobjects)};
94 my $a = $libs->{$k}->{fullpath} || die "Link error: $k not found in \$libs\n";
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBModule.i521 if comp_unit.file.fullpath == key:
530 fullpath = comp_unit.file.fullpath
531 if fullpath:
532 re_match = key.search(fullpath)
H A DSBFileSpec.i87fullpath = property(str, None, doc='''A read only property that returns the fullpath as a python s…
/openbsd/gnu/usr.bin/perl/utils/
H A Dh2xs.PL776 my ($name, %fullpath, %prefix, %seen_define, %prefixless, %const_names);
811 my $fullpath = $path_h;
813 $fullpath{$path_h} = $fullpath;
829 $fullpath{$path_h} = $fullpath;
990 if ($fullpath{$filename} =~ /,/) {
/openbsd/usr.bin/make/
H A Dtargequiv.c403 char *fullpath; in find_siblings() local
415 fullpath = names_match(gn, gn2); in find_siblings()
416 if (fullpath) { in find_siblings()
/openbsd/gnu/llvm/lldb/docs/use/
H A Dformatting.rst71 | ``file.fullpath`` | The current compile unit file fullpath for th…
109 | ``line.file.fullpath`` | The line table entry fullpath to the file for…
119 | ``module.file.fullpath`` | The basename of the current module (shared li…
123 | ``process.file.fullpath`` | The fullname of the file for the process …
/openbsd/usr.bin/libtool/LT/Mode/
H A DLink.pm589 $libs->{$key}->{fullpath} = $file;
621 $libs->create($key)->{fullpath} = $arg;
700 $libs->create($key)->{fullpath} = $arg;
763 my $f = $l->{fullpath};
/openbsd/lib/libcurses/tinfo/
H A Dwrite_entry.c189 char fullpath[PATH_MAX]; in make_db_root() local
191 if ((rc = make_db_path(fullpath, path, sizeof(fullpath))) == 0) { in make_db_root()
195 if ((capdbp = _nc_db_open(fullpath, TRUE)) == NULL) { in make_db_root()
/openbsd/gnu/usr.bin/perl/t/
H A DTEST211 my $fullpath = "$dir/$f";
212 if (-d $fullpath) {
213 _find_files($patt, $fullpath);
215 push @found, $fullpath;
/openbsd/gnu/usr.bin/perl/
H A DREADME.qnx92 the same results. cwd calls `fullpath -t`, so if you
93 cd `fullpath -t` before running the test, it will
98 `fullpath -t`.
/openbsd/usr.bin/mandoc/
H A Dcgi.c954 pg_show(struct req *req, const char *fullpath) in pg_show() argument
959 if ((file = strchr(fullpath, '/')) == NULL) { in pg_show()
964 manpath = mandoc_strndup(fullpath, file - fullpath); in pg_show()

12