Home
last modified time | relevance | path

Searched refs:source_dir (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/ncurses/misc/
H A Dncu2openbsd48 our $source_dir;
159 $source_dir = $full;
436 my $src = "$source_dir/man/$docs";
458 my @docs = &read_dir("$source_dir/man");
679 my $oldfile = "$source_dir/n$libname/Makefile";
840 my $oldfile = "$source_dir/$libname/Makefile";
891 my $oldfile = "$source_dir/progs/Makefile";
1051 &copy_file( "$source_dir/include/nc_string.h", $update_dir )
1053 &copy_file( "$source_dir/include/nc_access.h", $update_dir )
1155 &copy_file( "$source_dir/misc/terminfo.src",
[all …]
/freebsd-14.2/bin/cp/
H A Dutils.c445 preserve_dir_acls(struct stat *fs, char *source_dir, char *dest_dir) in preserve_dir_acls() argument
454 ret = pathconf(source_dir, _PC_ACL_NFS4); in preserve_dir_acls()
459 warn("fpathconf(..., _PC_ACL_NFS4) failed for %s", source_dir); in preserve_dir_acls()
463 ret = pathconf(source_dir, _PC_ACL_EXTENDED); in preserve_dir_acls()
469 source_dir); in preserve_dir_acls()
492 acl = aclgetf(source_dir, ACL_TYPE_DEFAULT); in preserve_dir_acls()
495 source_dir); in preserve_dir_acls()
508 acl = aclgetf(source_dir, acl_type); in preserve_dir_acls()
510 warn("failed to get acl entries on %s", source_dir); in preserve_dir_acls()
514 warn("acl_is_trivial() failed on %s", source_dir); in preserve_dir_acls()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp140 FileSpec source_dir = {}; in DoExecute() local
142 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
143 if (!source_dir) { in DoExecute()
152 if (source_dir) { in DoExecute()
160 cmd_file.MakeAbsolute(source_dir); in DoExecute()
1328 FileSpec source_dir = {}; in DoExecute() local
1330 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
1331 if (!source_dir) { in DoExecute()
1356 source_dir)) { in DoExecute()