Home
last modified time | relevance | path

Searched refs:pathname2 (Results 1 – 25 of 30) sorted by relevance

12

/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/
H A Dpath.h244 #define netwib_path_init_concat(dirname1,pathname2,pout) netwib_path_init(dirname1,pathname2,NETWIB… argument
245 #define netwib_path_init_jail(dirname1,pathname2,pout) netwib_path_init(dirname1,pathname2,NETWIB_P… argument
246 #define netwib_path_init_abs(dirname1,pathname2,pout) netwib_path_init(dirname1,pathname2,NETWIB_PA… argument
247 #define netwib_path_init_rela(dirname1,pathname2,pout) netwib_path_init(dirname1,pathname2,NETWIB_P… argument
248 #define netwib_path_init_relb(dirname1,pathname2,pout) netwib_path_init(dirname1,pathname2,NETWIB_P… argument
/dports/devel/py-behave/behave-1.2.6/behave4cmd0/
H A Dpathutil.py52 pathname2 = os.path.normpath(pathname) or "."
53 if backslash in pathname2:
54 pathname2 = pathname2.replace(backslash, '/')
55 return pathname2
/dports/lang/abcl/abcl-src-1.8.0/test/lisp/abcl/
H A Dfile-system-tests.lisp39 (defun pathnames-equal-p (pathname1 pathname2)
41 (equal pathname1 pathname2)
44 (pathnamep pathname2)
45 (equal (pathname-host pathname1) (pathname-host pathname2))
46 (equal (pathname-device pathname1) (pathname-device pathname2))
47 (equal (pathname-directory pathname1) (pathname-directory pathname2))
48 (equal (pathname-name pathname1) (pathname-name pathname2))
49 (equal (pathname-type pathname1) (pathname-type pathname2))
50 (or (equal (pathname-version pathname1) (pathname-version pathname2))
52 (member (pathname-version pathname2) '(:newest nil))
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/loaders/lw3d/
H A DLwsObject.java250 String pathname2 = ""; in getQualifiedFilename() local
257 pathname2 = filename.substring (0, index+1); in getQualifiedFilename()
270 if (new File(pathname2 + filename).exists()) { in getQualifiedFilename()
271 return (pathname2 + filename); in getQualifiedFilename()
278 if (new File(pathname2 + filename.toLowerCase()).exists()) { in getQualifiedFilename()
279 return (pathname2 + filename.toLowerCase()); in getQualifiedFilename()
/dports/graphics/libjxl/libjxl-0.6.1/tools/
H A Dbutteraugli_main.cc45 Status RunButteraugli(const char* pathname1, const char* pathname2, in RunButteraugli() argument
62 if (!SetFromFile(pathname2, color_hints, &io2, &pool)) { in RunButteraugli()
63 fprintf(stderr, "Failed to read image from %s\n", pathname2); in RunButteraugli()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dcompile.cpp353 string pathname2 = pathname; in generateMacroInterfaceTree() local
356 if (str.length() > 0) pathname2 += str + "/"; in generateMacroInterfaceTree()
357 generateMacroInterfaceElements(pathname2, elements); in generateMacroInterfaceTree()
/dports/lang/sbcl/sbcl-1.3.13/src/code/
H A Dtarget-pathname.lisp226 (defun pathname= (pathname1 pathname2)
228 (type pathname pathname2))
229 (or (eq pathname1 pathname2)
231 (%pathname-host pathname2))
233 (%pathname-device pathname2))
235 (%pathname-directory pathname2))
237 (%pathname-name pathname2))
239 (%pathname-type pathname2))
242 (%pathname-version pathname2))))))
/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpIoTools.h199 static bool isSamePathname(const std::string &pathname1, const std::string &pathname2);
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/programs/
H A Dutil.c876 static int compareDir(const void* pathname1, const void* pathname2) { in compareDir() argument
879 const char* s2 = trimPath(*(char * const *) pathname2); in compareDir()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/programs/
H A Dutil.c905 static int compareDir(const void* pathname1, const void* pathname2) { in compareDir() argument
908 const char* s2 = trimPath(*(char * const *) pathname2); in compareDir()
/dports/archivers/zstd/zstd-1.5.0/programs/
H A Dutil.c905 static int compareDir(const void* pathname1, const void* pathname2) { in compareDir() argument
908 const char* s2 = trimPath(*(char * const *) pathname2); in compareDir()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/zstd/programs/
H A Dutil.c905 static int compareDir(const void* pathname1, const void* pathname2) { in compareDir() argument
908 const char* s2 = trimPath(*(char * const *) pathname2); in compareDir()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/programs/
H A Dutil.c905 static int compareDir(const void* pathname1, const void* pathname2) { in compareDir() argument
908 const char* s2 = trimPath(*(char * const *) pathname2); in compareDir()
/dports/emulators/citra/citra-ac98458e0/externals/zstd/programs/
H A Dutil.c876 static int compareDir(const void* pathname1, const void* pathname2) { in compareDir() argument
879 const char* s2 = trimPath(*(char * const *) pathname2); in compareDir()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/zstd/programs/
H A Dutil.c876 static int compareDir(const void* pathname1, const void* pathname2) { in compareDir() argument
879 const char* s2 = trimPath(*(char * const *) pathname2); in compareDir()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/zstd/programs/
H A Dutil.c905 static int compareDir(const void* pathname1, const void* pathname2) { in compareDir() argument
908 const char* s2 = trimPath(*(char * const *) pathname2); in compareDir()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/zstd-sys-1.4.18+zstd.1.4.7/zstd/programs/
H A Dutil.c876 static int compareDir(const void* pathname1, const void* pathname2) { in compareDir() argument
879 const char* s2 = trimPath(*(char * const *) pathname2); in compareDir()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/programs/
H A Dutil.c905 static int compareDir(const void* pathname1, const void* pathname2) { in compareDir() argument
908 const char* s2 = trimPath(*(char * const *) pathname2); in compareDir()
/dports/misc/visp/visp-3.4.0/modules/core/src/tools/file/
H A DvpIoTools.cpp1511 bool vpIoTools::isSamePathname(const std::string &pathname1, const std::string &pathname2) in isSamePathname() argument
1515 std::string path2_normalize = vpIoTools::path(pathname2); in isSamePathname()
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.3/
H A DMagick.def332 pathname2 = Pathname "Read profile file" "";
339 if pathname2.value == "" then "" else (
341 "\"" ++ pathname2.value ++ "\""),
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.6/
H A DMagick.def332 pathname2 = Pathname "Read profile file" "";
339 if pathname2.value == "" then "" else (
341 "\"" ++ pathname2.value ++ "\""),
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.40/
H A DMagick.def332 pathname2 = Pathname "Read profile file" "";
339 if pathname2.value == "" then "" else (
341 "\"" ++ pathname2.value ++ "\""),
/dports/graphics/nip2/nip2-8.7.1/share/nip2/start/
H A DMagick.def332 pathname2 = Pathname "Read profile file" "";
339 if pathname2.value == "" then "" else (
341 "\"" ++ pathname2.value ++ "\""),
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.2/
H A DMagick.def332 pathname2 = Pathname "Read profile file" "";
339 if pathname2.value == "" then "" else (
341 "\"" ++ pathname2.value ++ "\""),
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.4/
H A DMagick.def332 pathname2 = Pathname "Read profile file" "";
339 if pathname2.value == "" then "" else (
341 "\"" ++ pathname2.value ++ "\""),

12