Home
last modified time | relevance | path

Searched refs:szRelative (Results 1 – 3 of 3) sorted by relevance

/dports/devel/z88dk/z88dk/ext/UNIXem/src/
H A Dglob.c119 char szRelative[1 + _MAX_PATH]; in unixem_glob() local
175 (void)lstrcpyA(szRelative, effectivePattern); in unixem_glob()
176 szRelative[file_part - effectivePattern] = '\0'; in unixem_glob()
180 szRelative[0] = '\0'; in unixem_glob()
309 (void)lstrcpynA(buffer + cbCurr, szRelative, 1 + (int)(file_part - effectivePattern)); in unixem_glob()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/win32/
H A Dglob.cpp105 char szRelative[1 + _MAX_PATH]; in glob() local
161 (void)lstrcpyA(szRelative, effectivePattern); in glob()
162 szRelative[file_part - effectivePattern] = '\0'; in glob()
166 szRelative[0] = '\0'; in glob()
303 (void)lstrcpynA(buffer + cbCurr, szRelative, 1 + (int)(file_part - effectivePattern)); in glob()
/dports/games/openclonk/openclonk-release-8.1-src/src/config/
H A DC4Config.cpp668 const char *szRelative = GetRelativePathS(sFilename->getData(), General.SystemDataPath); in ForceRelativePath() local
669 if (szRelative != sFilename->getData()) in ForceRelativePath()
672 StdStrBuf sTemp; sTemp.Copy(szRelative); in ForceRelativePath()