Home
last modified time | relevance | path

Searched refs:rpath2 (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/vxtools/vxtools-0.2/
H A Dvxls.c47 char *rpath1, *rpath2; /* Paths for recursive ls */ in listdir() local
118 rpath2 = (char *)malloc(strlen(name)+strlen(dirent->name)+2); in listdir()
119 strcpy(rpath2,name); in listdir()
120 if (rpath2[strlen(rpath2)-1] != '/') in listdir()
121 strcat(rpath2,"/"); in listdir()
122 strcat(rpath2,dirent->name); in listdir()
124 rpath2 = strdup(dirent->name); in listdir()
126 listdir(rpath1,rpath2); /* Recursive ls */ in listdir()
129 free(rpath2); in listdir()
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dobjects.py268 def svn_move(self, rpath1, rpath2, parents=False): argument
273 lpath2 = local_path(rpath2)
279 rpath2: self.state.desc[rpath1]
283 def svn_copy(self, rpath1, rpath2, parents=False, rev=None): argument
289 lpath2 = local_path(rpath2)
297 rpath2: self.state.desc[rpath1]
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dobjects.py268 def svn_move(self, rpath1, rpath2, parents=False): argument
273 lpath2 = local_path(rpath2)
279 rpath2: self.state.desc[rpath1]
283 def svn_copy(self, rpath1, rpath2, parents=False, rev=None): argument
289 lpath2 = local_path(rpath2)
297 rpath2: self.state.desc[rpath1]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dobjects.py268 def svn_move(self, rpath1, rpath2, parents=False): argument
273 lpath2 = local_path(rpath2)
279 rpath2: self.state.desc[rpath1]
283 def svn_copy(self, rpath1, rpath2, parents=False, rev=None): argument
289 lpath2 = local_path(rpath2)
297 rpath2: self.state.desc[rpath1]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/cmdline/svntest/
H A Dobjects.py268 def svn_move(self, rpath1, rpath2, parents=False): argument
273 lpath2 = local_path(rpath2)
279 rpath2: self.state.desc[rpath1]
283 def svn_copy(self, rpath1, rpath2, parents=False, rev=None): argument
289 lpath2 = local_path(rpath2)
297 rpath2: self.state.desc[rpath1]
/dports/devel/efl/efl-1.25.1/src/bin/elementary/
H A Delm_prefs_cc.c88 char rpath[PATH_MAX], rpath2[PATH_MAX]; in main() local
179 if (realpath(file_out, rpath2) && !strcmp(rpath, rpath2)) in main()
/dports/www/moodle310/moodle/backup/cc/cc_lib/
H A Dcc_converters.php89 $rpath2 = realpath($path);
102 $this->path = $rpath2;
/dports/www/moodle311/moodle/backup/cc/cc_lib/
H A Dcc_converters.php89 $rpath2 = realpath($path);
102 $this->path = $rpath2;
/dports/www/moodle39/moodle/backup/cc/cc_lib/
H A Dcc_converters.php89 $rpath2 = realpath($path);
102 $this->path = $rpath2;
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/
H A Dlinux-conflict.cmake9 install(TARGETS rpath DESTINATION lib/rpath2)
40 "${CMAKE_BINARY_DIR}/root-all/lib/rpath2"
H A Dmacos-conflict.cmake10 install(TARGETS rpath DESTINATION lib/rpath2)
41 "${CMAKE_BINARY_DIR}/root-all/lib/rpath2"
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/
H A Dlinux-conflict.cmake9 install(TARGETS rpath DESTINATION lib/rpath2)
40 "${CMAKE_BINARY_DIR}/root-all/lib/rpath2"
H A Dmacos-conflict.cmake10 install(TARGETS rpath DESTINATION lib/rpath2)
41 "${CMAKE_BINARY_DIR}/root-all/lib/rpath2"
H A Dlinux-conflict-all-stderr.txt7 ]*/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/linux-conflict-build/root-all/lib/rpath2/librpath\.…
H A Dmacos-conflict-all-stderr.txt7 ]*/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/macos-conflict-build/root-all/lib/rpath2/librpath\.…
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/
H A Dlinux-conflict.cmake9 install(TARGETS rpath DESTINATION lib/rpath2)
40 "${CMAKE_BINARY_DIR}/root-all/lib/rpath2"
H A Dmacos-conflict.cmake10 install(TARGETS rpath DESTINATION lib/rpath2)
41 "${CMAKE_BINARY_DIR}/root-all/lib/rpath2"
/dports/sysutils/burp/burp-2.4.0/test/
H A Dtest_main309 rpath2=$(echo "$2" | sed -e 's/\/C:\//\/C_\//g')
328 diff -ur "$rpath1" "$rpath2" || fail "$3"
336 <( cd "$rpath2" ; find . $extra_find_arg -print0 | xargs -0 stat $stat_args | sort $exclude_dir) \
339 rm -rf "$rpath2"
/dports/sysutils/burp-devel/burp-2.5.4/test/
H A Dtest_main309 rpath2=$(echo "$2" | sed -e 's/\/C:\//\/C_\//g')
328 diff -ur "$rpath1" "$rpath2" || fail "$3"
336 <( cd "$rpath2" ; find . $extra_find_arg -print0 | xargs -0 stat $stat_args | sort $exclude_dir) \
339 rm -rf "$rpath2"
/dports/devel/efl/efl-1.25.1/src/bin/edje/
H A Dedje_cc.c148 char rpath[PATH_MAX], rpath2[PATH_MAX]; in main() local
390 if (realpath(file_out, rpath2) && !strcmp(rpath, rpath2)) in main()
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/fish/
H A Dfish.c1230 char *rpath1, *rpath2; in fish_rename() local
1246 rpath2 = strutils_shell_escape (crpath2); in fish_rename()
1250 "FISH_FILEFROM=%s FISH_FILETO=%s;\n", rpath1, rpath2); in fish_rename()
1253 g_free (rpath2); in fish_rename()
1264 char *rpath1, *rpath2; in fish_link() local
1280 rpath2 = strutils_shell_escape (crpath2); in fish_link()
1284 "FISH_FILEFROM=%s FISH_FILETO=%s;\n", rpath1, rpath2); in fish_link()
1287 g_free (rpath2); in fish_link()
/dports/misc/mc/mc-4.8.27/src/vfs/fish/
H A Dfish.c1230 char *rpath1, *rpath2; in fish_rename() local
1246 rpath2 = strutils_shell_escape (crpath2); in fish_rename()
1250 "FISH_FILEFROM=%s FISH_FILETO=%s;\n", rpath1, rpath2); in fish_rename()
1253 g_free (rpath2); in fish_rename()
1264 char *rpath1, *rpath2; in fish_link() local
1280 rpath2 = strutils_shell_escape (crpath2); in fish_link()
1284 "FISH_FILEFROM=%s FISH_FILETO=%s;\n", rpath1, rpath2); in fish_link()
1287 g_free (rpath2); in fish_link()
/dports/www/nginx-full/njs-0.7.1/src/
H A Dnjs_module.c451 char rpath1[MAXPATHLEN], rpath2[MAXPATHLEN]; in njs_module_realpath_equal() local
454 realpath((char *) path2->start, rpath2); in njs_module_realpath_equal()
456 return (strcmp(rpath1, rpath2) == 0); in njs_module_realpath_equal()
/dports/archivers/rpm4/rpm-4.16.1.3/build/
H A Dfiles.c1763 char *rpath2 = realpath(linkpath, NULL); in addNewIDSymlink() local
1765 rpath1, rpath2); in addNewIDSymlink()
1767 free(rpath2); in addNewIDSymlink()