Searched refs:source_dir (Results 1 – 5 of 5) sorted by relevance
48 our $source_dir;159 $source_dir = $full;436 my $src = "$source_dir/man/$docs";458 my @docs = &read_dir("$source_dir/man");517 ©_code( $source_dir . "/" . $setup_dir{$dst}, $update_dir )679 my $oldfile = "$source_dir/n$libname/Makefile";840 my $oldfile = "$source_dir/$libname/Makefile";891 my $oldfile = "$source_dir/progs/Makefile";1006 ©_code( "$source_dir/ncurses/base", "$update_dir/base" );1007 ©_code( "$source_dir/ncurses/tinfo", "$update_dir/tinfo" );[all …]
457 preserve_dir_acls(const char *source_dir, const char *dest_dir) in preserve_dir_acls() argument461 if ((source_fd = open(source_dir, O_DIRECTORY | O_RDONLY)) < 0) { in preserve_dir_acls()462 warn("%s: failed to copy ACLs", source_dir); in preserve_dir_acls()468 warn("%s: failed to copy ACLs to %s%s", source_dir, in preserve_dir_acls()
121 FileSpec source_dir = {}; in DoExecute() local123 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()124 if (!source_dir) { in DoExecute()133 if (source_dir) { in DoExecute()141 cmd_file.MakeAbsolute(source_dir); in DoExecute()1988 FileSpec source_dir = {}; in DoExecute() local1990 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()1991 if (!source_dir) { in DoExecute()2016 source_dir)) { in DoExecute()
1078 source_dir=`echo "$source" | sed -e "s%/[[^/]]*$%%"`1087 elif test "$source" != "$source_dir" ; then1088 failed "unexpected directory for source-link: $source_dir"
7160 elif test "$source" != "$source_dir" ; then7161 failed "unexpected directory for source-link: $source_dir"