Home
last modified time | relevance | path

Searched refs:tempbuf2 (Results 1 – 6 of 6) sorted by relevance

/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Demuopl.cpp71 short *tempbuf2=mixbuf1; in update() local
98 YM3812UpdateOne(opl[0],tempbuf2,samples); in update()
107 outbuf[i*2] = tempbuf2[i]; in update()
115 outbuf[i] = (tempbuf[i]>>1) + (tempbuf2[i]>>1); in update()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DFileNameUtils.cpp320 wchar_t tempbuf2[MAX_PATH + 1]; in getRealPath() local
323 if (0 == GetLongPathNameW(tempbuf1, tempbuf2, _countof(tempbuf2))) in getRealPath()
325 FilePath = convertUTF16toUTF8(tempbuf2); in getRealPath()
351 char tempbuf2[MAX_PATH + 1]; in getRealPath()
354 if (0 == GetLongPathName(tempbuf1, tempbuf2, sizeof(tempbuf2))) in getRealPath()
356 FilePath = std::string(tempbuf2); in getRealPath()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DFileNameUtils.cpp319 wchar_t tempbuf2[MAX_PATH + 1]; in getRealPath() local
322 if (0 == GetLongPathNameW(tempbuf1, tempbuf2, _countof(tempbuf2))) in getRealPath()
324 FilePath = convertUTF16toUTF8(tempbuf2); in getRealPath()
350 char tempbuf2[MAX_PATH + 1]; in getRealPath()
353 if (0 == GetLongPathName(tempbuf1, tempbuf2, sizeof(tempbuf2))) in getRealPath()
355 FilePath = std::string(tempbuf2); in getRealPath()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dstring.cpp198 char *tempbuf2 = (char*)malloc(strlen(s2) + 1); in StrContains() local
200 strcpy(tempbuf2, s2); in StrContains()
202 strlwr(tempbuf2); in StrContains()
204 char *offs = strstr (tempbuf1, tempbuf2); in StrContains()
206 free(tempbuf2); in StrContains()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dstring.cpp211 char *tempbuf2 = ags_strdup(s2); in StrContains() local
213 ustrlwr(tempbuf2); in StrContains()
215 char *offs = const_cast<char *>(ustrstr(tempbuf1, tempbuf2)); in StrContains()
219 free(tempbuf2); in StrContains()
226 free(tempbuf2); in StrContains()
/dports/mail/ecartis/ecartis-1.0.0/src/modules/digest/
H A Ddigest.c573 char tempbuf[SMALL_BUF], tempbuf2[BIG_BUF]; in HOOK_HANDLER() local
583 LMAPI->unquote_string(tptr, tempbuf2, sizeof(tempbuf2) - 1); in HOOK_HANDLER()
584 LMAPI->buffer_printf(tempbuf, sizeof(tempbuf) - 1, "%.70s", tempbuf2); in HOOK_HANDLER()
597 LMAPI->buffer_printf(tempbuf2, sizeof(tempbuf2) - 1, "%s%s", tempbuf, tptr); in HOOK_HANDLER()
598 LMAPI->buffer_printf(tempbuf, sizeof(tempbuf) - 1, "%s", tempbuf2); in HOOK_HANDLER()