Home
last modified time | relevance | path

Searched refs:GetFullPathName (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dopendir.c52 # undef GetFullPathName
53 # define GetFullPathName GetFullPathNameA macro
102 if (!GetFullPathName (dir_name, MAX_PATH, dir_name_mask, NULL)) in opendir()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dlrealpath.c99 len = GetFullPathName(filename, 0, NULL, NULL); in get_full_path_name()
107 len = GetFullPathName(filename, len, buf, NULL); in get_full_path_name()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dlrealpath.c141 DWORD len = GetFullPathName (filename, MAX_PATH, buf, &basename); in lrealpath()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dlrealpath.c141 DWORD len = GetFullPathName (filename, MAX_PATH, buf, &basename); in lrealpath()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dlrealpath.c141 DWORD len = GetFullPathName (filename, MAX_PATH, buf, &basename); in lrealpath()
/netbsd-src/external/public-domain/sqlite/dist/tea/win/
H A Dnmakehlp.c709 GetFullPathName(szPath, sizeof(szCwd)-1, szCwd, NULL); in QualifyPath()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinbase.d2555 alias GetFullPathNameW GetFullPathName;
2734 alias GetFullPathNameA GetFullPathName;
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A DChangeLog238 (GetFullPathName): Update.