/openbsd/usr.sbin/amd/amd/ |
H A D | sfs_ops.c | 81 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 D | nodes.c | 160 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 D | dir.c | 127 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 D | nodes.h | 103 char *fullpath; /* The full pathname of this info file. */ member
|
/openbsd/gnu/usr.bin/texinfo/makeinfo/ |
H A D | files.c | 109 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 D | Library.pm | 126 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 D | dir.c | 385 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 D | lldb_module_utils.py | 64 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 D | lldbtk.py | 115 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 D | mtree.c | 51 char fullpath[PATH_MAX]; variable 164 if ((cflag || sflag) && !getcwd(fullpath, sizeof fullpath)) in main()
|
H A D | verify.c | 47 extern char fullpath[PATH_MAX]; 145 "mtree: %s checksum: %u\n", fullpath, crc_total); in vwalk()
|
H A D | create.c | 60 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 D | lp.c | 47 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 D | Library.pm | 85 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 D | Program.pm | 90 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 D | SBModule.i | 521 if comp_unit.file.fullpath == key: 530 fullpath = comp_unit.file.fullpath 531 if fullpath: 532 re_match = key.search(fullpath)
|
H A D | SBFileSpec.i | 87 …fullpath = property(str, None, doc='''A read only property that returns the fullpath as a python s…
|
/openbsd/gnu/usr.bin/perl/utils/ |
H A D | h2xs.PL | 776 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 D | targequiv.c | 403 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 D | formatting.rst | 71 | ``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 D | Link.pm | 589 $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 D | write_entry.c | 189 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 D | TEST | 211 my $fullpath = "$dir/$f"; 212 if (-d $fullpath) { 213 _find_files($patt, $fullpath); 215 push @found, $fullpath;
|
/openbsd/gnu/usr.bin/perl/ |
H A D | README.qnx | 92 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 D | cgi.c | 954 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()
|