Home
last modified time | relevance | path

Searched refs:ppszEnd (Results 1 – 15 of 15) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dpath.h60 WINPR_API HRESULT PathCchAddBackslashExA(PSTR pszPath, size_t cchPath, PSTR* ppszEnd,
62 WINPR_API HRESULT PathCchAddBackslashExW(PWSTR pszPath, size_t cchPath, PWSTR* ppszEnd,
65 WINPR_API HRESULT PathCchRemoveBackslashExA(PSTR pszPath, size_t cchPath, PSTR* ppszEnd,
67 WINPR_API HRESULT PathCchRemoveBackslashExW(PWSTR pszPath, size_t cchPath, PWSTR* ppszEnd,
189 WINPR_API HRESULT PathCchAddSlashExA(PSTR pszPath, size_t cchPath, PSTR* ppszEnd,
191 WINPR_API HRESULT PathCchAddSlashExW(PWSTR pszPath, size_t cchPath, PWSTR* ppszEnd,
224 WINPR_API HRESULT PathCchAddSeparatorExA(PSTR pszPath, size_t cchPath, PSTR* ppszEnd,
226 WINPR_API HRESULT PathCchAddSeparatorExW(PWSTR pszPath, size_t cchPath, PWSTR* ppszEnd,
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/include/
H A DPathCchAddSeparatorEx.c10 HRESULT PATH_CCH_ADD_SEPARATOR_EX(PWSTR pszPath, size_t cchPath, PWSTR* ppszEnd, in PATH_CCH_ADD_SEPARATOR_EX() argument
36 HRESULT PATH_CCH_ADD_SEPARATOR_EX(PSTR pszPath, size_t cchPath, PSTR* ppszEnd, in PATH_CCH_ADD_SEPARATOR_EX() argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpathcch.h26 …LT APIENTRY PathCchAddBackslashEx (PWSTR pszPath, size_t cchPath, PWSTR *ppszEnd, size_t *pcchRema…
36 …APIENTRY PathCchRemoveBackslashEx (PWSTR pszPath, size_t cchPath, PWSTR *ppszEnd, size_t *pcchRema…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpathcch.h26 …LT APIENTRY PathCchAddBackslashEx (PWSTR pszPath, size_t cchPath, PWSTR *ppszEnd, size_t *pcchRema…
36 …APIENTRY PathCchRemoveBackslashEx (PWSTR pszPath, size_t cchPath, PWSTR *ppszEnd, size_t *pcchRema…
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/
H A Dmisc.cpp395 INT32 QuoteRead(TCHAR** ppszQuote, TCHAR** ppszEnd, TCHAR* pszSrc) // Read a (quoted) string from s… in QuoteRead() argument
426 if (ppszEnd) { in QuoteRead()
427 *ppszEnd = e; in QuoteRead()
H A Dburner.h147 INT32 QuoteRead(TCHAR** ppszQuote, TCHAR** ppszEnd, TCHAR* pszSrc); // Read a quoted string fro…
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/
H A Dmisc.cpp425 INT32 QuoteRead(TCHAR** ppszQuote, TCHAR** ppszEnd, TCHAR* pszSrc) // Read a (quoted) string from s… in QuoteRead() argument
456 if (ppszEnd) { in QuoteRead()
457 *ppszEnd = e; in QuoteRead()
H A Dburner.h181 INT32 QuoteRead(TCHAR** ppszQuote, TCHAR** ppszEnd, TCHAR* pszSrc); // Read a quoted string fro…
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/
H A Dretro_cdemu.cpp964 INT32 QuoteRead(TCHAR** ppszQuote, TCHAR** ppszEnd, TCHAR* pszSrc) // Read a (quoted) string from s… in QuoteRead() argument
995 if (ppszEnd) { in QuoteRead()
996 *ppszEnd = e; in QuoteRead()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/
H A Dretro_cdemu.cpp938 INT32 QuoteRead(TCHAR** ppszQuote, TCHAR** ppszEnd, TCHAR* pszSrc) // Read a (quoted) string from s… in QuoteRead() argument
969 if (ppszEnd) { in QuoteRead()
970 *ppszEnd = e; in QuoteRead()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/path/
H A Dpath.c201 HRESULT PathCchRemoveBackslashExA(PSTR pszPath, size_t cchPath, PSTR* ppszEnd, in PathCchRemoveBackslashExA() argument
208 HRESULT PathCchRemoveBackslashExW(PWSTR pszPath, size_t cchPath, PWSTR* ppszEnd, in PathCchRemoveBackslashExW() argument
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dlocalise.cpp67 int QuoteReadW(wchar_t** ppszQuote, wchar_t** ppszEnd, wchar_t* pszSrc) in QuoteReadW() argument
98 if (ppszEnd) { in QuoteReadW()
99 *ppszEnd = e; in QuoteReadW()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dlocalise.cpp67 int QuoteReadW(wchar_t** ppszQuote, wchar_t** ppszEnd, wchar_t* pszSrc) in QuoteReadW() argument
98 if (ppszEnd) { in QuoteReadW()
99 *ppszEnd = e; in QuoteReadW()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimport.c221 char *FindBlank(pszStr, ppszEnd) in FindBlank() argument
222 char *pszStr, **ppszEnd; in FindBlank()
227 *ppszEnd = strchr(pszStr, ' ');
234 *ppszEnd = c_ptr;
238 *ppszEnd = NULL;
H A Dfile.c574 char *GetPostScriptToken(read_fname, pszStart, ppszEnd) in GetPostScriptToken() argument
575 char *read_fname, *pszStart, **ppszEnd; in GetPostScriptToken()
579 *ppszEnd = NULL;
594 *ppszEnd = (&psz[1]);
607 *ppszEnd = psz;