Home
last modified time | relevance | path

Searched refs:GetFullPathNameA (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/dports/lang/vala/vala-0.48.18/gobject-introspection/
H A Dgrealpath.h29 extern __stdcall GetFullPathNameA(const char*, int, char*, char**); in g_realpath()
34 rc = GetFullPathNameA(path, 1, &dummy, NULL); in g_realpath()
45 rc = GetFullPathNameA(path, len, buffer, NULL); in g_realpath()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dgrealpath.h48 rc = GetFullPathNameA(path, 1, &dummy, NULL); in g_realpath()
59 rc = GetFullPathNameA(path, len, buffer, NULL); in g_realpath()
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dgrealpath.h48 rc = GetFullPathNameA(path, 1, &dummy, NULL); in g_realpath()
59 rc = GetFullPathNameA(path, len, buffer, NULL); in g_realpath()
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/sysdep/win32/
H A Dfiles.c94 retval = GetFullPathNameA (name, path_max, rpath, NULL); in _gst_get_full_file_name()
98 retval = GetFullPathNameA (name, retval, rpath, NULL); in _gst_get_full_file_name()
/dports/science/py-dlib/dlib-19.22/dlib/dir_nav/
H A Ddir_nav_kernel_1.cpp37 if (GetFullPathNameA(name.c_str(),sizeof(buf),buf,&str) == 0) in init()
112 if (GetFullPathNameA(name.c_str(),sizeof(buf),buf,&str) == 0) in init()
/dports/science/dlib-cpp/dlib-19.22/dlib/dir_nav/
H A Ddir_nav_kernel_1.cpp37 if (GetFullPathNameA(name.c_str(),sizeof(buf),buf,&str) == 0) in init()
112 if (GetFullPathNameA(name.c_str(),sizeof(buf),buf,&str) == 0) in init()
/dports/devel/z88dk/z88dk/ext/UNIXem/src/
H A Dunistd.c125 DWORD dw = GetFullPathNameA(s, cchBuff, buff, pFile);
455 DWORD dw = GetFullPathNameA(path, 1 + _MAX_PATH, resolvedPath, &lpFile); in unixem_realpath()
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/giscanner/
H A Dscannerlexer.l385 extern unsigned long __stdcall GetFullPathNameA(const char*, int, char*, char**);
400 rc = GetFullPathNameA (path, 1, &dummy, NULL);
410 rc = GetFullPathNameA (path, len, buffer, NULL);
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/utils/
H A Dgetpath.cpp18 …DWORD path_size = GetFullPathNameA(filePath.c_str(), static_cast<DWORD>(MAX_PATH), buffer, &file_n… in getPathName()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/tar/test/
H A Dtest_windows.c51 l = GetFullPathNameA(tpath, 0, NULL, NULL); in mkfullpath()
57 l = GetFullPathNameA(tpath, (DWORD)l, fp1, NULL); in mkfullpath()
/dports/archivers/libarchive/libarchive-3.5.2/tar/test/
H A Dtest_windows.c51 l = GetFullPathNameA(tpath, 0, NULL, NULL); in mkfullpath()
57 l = GetFullPathNameA(tpath, (DWORD)l, fp1, NULL); in mkfullpath()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/tar/test/
H A Dtest_windows.c51 l = GetFullPathNameA(tpath, 0, NULL, NULL); in mkfullpath()
57 l = GetFullPathNameA(tpath, (DWORD)l, fp1, NULL); in mkfullpath()
/dports/textproc/jade/jade-1.2.1/jade/
H A DRtfOle.cxx261 int n = GetFullPathNameA(mb.data(), buf.size(), &buf[0], &tem); in makeAbsolute()
264 n = GetFullPathNameA(mb.data(), buf.size(), &buf[0], &tem); in makeAbsolute()
/dports/textproc/openjade/openjade-1.3.3-pre1/jade/
H A DRtfOle.cxx261 int n = GetFullPathNameA(mb.data(), buf.size(), &buf[0], &tem); in makeAbsolute()
264 n = GetFullPathNameA(mb.data(), buf.size(), &buf[0], &tem); in makeAbsolute()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dopendir.c53 # define GetFullPathName GetFullPathNameA
/dports/archivers/gtar/tar-1.34/gnu/
H A Dopendir.c53 # define GetFullPathName GetFullPathNameA
/dports/devel/m4/m4-1.4.19/lib/
H A Dopendir.c53 # define GetFullPathName GetFullPathNameA
/dports/devel/gdb/gdb-11.1/gnulib/import/
H A Dopendir.c53 # define GetFullPathName GetFullPathNameA
/dports/math/octave/octave-6.4.0/libgnu/
H A Dopendir.c53 # define GetFullPathName GetFullPathNameA
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/
H A Dopendir.c53 # define GetFullPathName GetFullPathNameA
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/
H A Dopendir.c53 # define GetFullPathName GetFullPathNameA
/dports/editors/nano/nano-5.9/lib/
H A Dopendir.c53 # define GetFullPathName GetFullPathNameA
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-lib/
H A Dopendir.c53 # define GetFullPathName GetFullPathNameA
/dports/devel/rcs/rcs-5.10.0/lib/
H A Dopendir.c53 # define GetFullPathName GetFullPathNameA
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dopendir.c53 # define GetFullPathName GetFullPathNameA

12345678910>>...22