Home
last modified time | relevance | path

Searched refs:_tcstol (Results 76 – 93 of 93) sorted by relevance

1234

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/sdl/
H A Dsdl2_gui.cpp665 unsigned int n = _tcstol(label, NULL, 0); in DoCheck()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/win32/
H A Dcona.cpp58 if (szValue) x = _tcstol(szValue, NULL, 0); } in ConfigAppLoad()
H A Dneocdsel.cpp595 /*UINT8 track = */ _tcstol(s, &t, 10); in NeoCDList_ParseCUE()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dwxchar.h353 #define wxStrtol _tcstol
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dwxchar.h353 #define wxStrtol _tcstol
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dwxchar.h353 #define wxStrtol _tcstol
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dwxchar.h353 #define wxStrtol _tcstol
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/win32/
H A Dneocdsel.cpp743 /*UINT8 track = */ _tcstol(s, &t, 10); in NeoCDList_ParseCUE()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcfgfile.c1317 *location = _tcstol (value, &endptr, base) * scale; in cfgfile_intval_unsigned()
1446 uae_u32 crc32 = _tcstol (id, &endptr, 16) << 16; in cfgfile_rom()
1448 crc32 |= _tcstol (id + 4, &endptr, 16); in cfgfile_rom()
1475 *result = _tcstol (value, &endptr, base); in getintval()
1503 *result = _tcstol (value, &endptr, base); in getintval2()
2642 v = _tcstol (val, &endptr, 16); in parse_geo()
H A Dblkdev_cdimage.c942 return _tcstol (s, &endptr, base); in readval()
/dports/lang/racket-minimal/racket-8.3/src/start/
H A DMemoryModule.c956 long int tmpkey = (WORD) _tcstol((TCHAR *) &key[1], &endpos, 10); in _MemorySearchResourceEntry()
/dports/lang/racket/racket-8.3/src/start/
H A DMemoryModule.c956 long int tmpkey = (WORD) _tcstol((TCHAR *) &key[1], &endpos, 10); in _MemorySearchResourceEntry()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcfgfile.cpp2059 *location = _tcstol (value, &endptr, base) * scale; in cfgfile_intval()
2231 uae_u32 crc32 = _tcstol (id, &endptr, 16) << 16; in cfgfile_rom()
2233 crc32 |= _tcstol (id + 4, &endptr, 16); in cfgfile_rom()
2267 *result = _tcstol (value, &endptr, base); in getintval()
2307 *result = _tcstol (value, &endptr, base); in getintval2()
3729 v = _tcstol (val, &endptr, 16); in parse_geo()
H A Dblkdev_cdimage.cpp1117 return _tcstol (s, &endptr, base); in readval()
H A Dinputdevice.cpp234 v = _tcstol(value, &endptr, base); in inputdevice_uaelib()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Dnewcpu.c8120 return _tcstol(s, &endptr, 16);
8193 *v = _tcstol(startptr, &endptr, 10);
8196 *v = _tcstol(startptr, &endptr, 16);
8219 *v = _tcstol(startptr, &endptr, 10);
8222 *v = _tcstol(startptr, &endptr, 16);
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dproperty.c2024 value = (int)_tcstol(property->value, NULL, 0); in getIntProperty()
H A Dwrapper_win.c1147 posi = (DWORD)_tcstol((const TCHAR*)hexPosi, NULL, 16); in wrapperAllocHiddenConsole()

1234