|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <assert.h>#include <stdlib.h>#include <stdio.h>#include <math.h>#include <limits.h>#include <locale.h>#include <float.h>#include "msvcrt.h"#include "bnum.h"#include "winnls.h"#include "wine/asm.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | _I10_OUTPUT_DATA |
Macros | |
| #define | LDBL_EXP_BITS 15 |
| #define | LDBL_MANT_BITS 64 |
| #define | I10_OUTPUT_MAX_PREC 21 |
| #define | MERGE(w1, sh1, w2, sh2) ((w1 >> sh1) | (w2 << sh2)) |
Definition at line 1562 of file string.c.
Referenced by test___STRINGTOLD().
| int CDECL __STRINGTOLD_L | ( | MSVCRT__LDOUBLE * | value, |
| char ** | endptr, | ||
| const char * | str, | ||
| int | flags, | ||
| _locale_t | locale | ||
| ) |
Definition at line 1523 of file string.c.
Referenced by __STRINGTOLD(), and _atoldbl_l().
Definition at line 3534 of file string.c.
Referenced by test___strncnt().
| int CDECL _atodbl | ( | _CRT_DOUBLE * | value, |
| char * | str | ||
| ) |
Definition at line 1162 of file string.c.
Referenced by test__atodbl().
| int CDECL _atodbl_l | ( | _CRT_DOUBLE * | value, |
| char * | str, | ||
| _locale_t | locale | ||
| ) |
Definition at line 1147 of file string.c.
Referenced by _atodbl().
| int CDECL _atoflt | ( | _CRT_FLOAT * | value, |
| char * | str | ||
| ) |
| int CDECL _atoflt_l | ( | _CRT_FLOAT * | value, |
| char * | str, | ||
| _locale_t | locale | ||
| ) |
Definition at line 1757 of file string.c.
| __msvcrt_long CDECL _atol_l | ( | const char * | str, |
| _locale_t | locale | ||
| ) |
Definition at line 1584 of file string.c.
| int CDECL _atoldbl_l | ( | MSVCRT__LDOUBLE * | value, |
| char * | str, | ||
| _locale_t | locale | ||
| ) |
Definition at line 1570 of file string.c.
Referenced by _atoldbl().
Definition at line 2516 of file string.c.
Definition at line 2591 of file string.c.
Definition at line 2111 of file string.c.
This file has no copyright assigned and is placed in the Public Domain. This file is part of the Wine project.
Definition at line 2135 of file string.c.
| char *CDECL _ltoa | ( | __msvcrt_long | value, |
| char * | str, | ||
| int | radix | ||
| ) |
| wchar_t *CDECL _ltow | ( | __msvcrt_long | value, |
| wchar_t * | str, | ||
| int | radix | ||
| ) |
Definition at line 3485 of file string.c.
Referenced by test__memicmp().
Definition at line 3458 of file string.c.
Referenced by _memicmp(), and test__memicmp_l().
Definition at line 1170 of file string.c.
Referenced by strcoll().
Definition at line 3407 of file string.c.
Definition at line 3391 of file string.c.
Referenced by _mbsicmp_l().
Definition at line 1214 of file string.c.
Definition at line 1196 of file string.c.
Referenced by _stricoll().
Definition at line 1241 of file string.c.
Referenced by test__tcsncoll().
Definition at line 1222 of file string.c.
Referenced by _strncoll().
Definition at line 3347 of file string.c.
Referenced by _stricmp(), _stricmp_l(), and _strnicmp().
Definition at line 1268 of file string.c.
Referenced by test__tcsnicoll().
Definition at line 1249 of file string.c.
Referenced by _strnicoll().
Definition at line 219 of file string.c.
Definition at line 1617 of file string.c.
Referenced by _atoi64(), _atoi64_l(), _atoi_l(), _atol_l(), _strtoi64(), _strtol_l(), and _strtoul_l().
Definition at line 1935 of file string.c.
| unsigned __int64 CDECL _strtoui64_l | ( | const char * | nptr, |
| char ** | endptr, | ||
| int | base, | ||
| _locale_t | locale | ||
| ) |
Definition at line 1869 of file string.c.
Referenced by _strtoui64().
Definition at line 1466 of file string.c.
Referenced by strxfrm().
Definition at line 338 of file string.c.
Referenced by test_swab().
| char *CDECL _ultoa | ( | __msvcrt_ulong | value, |
| char * | str, | ||
| int | radix | ||
| ) |
| wchar_t *CDECL _ultow | ( | __msvcrt_ulong | value, |
| wchar_t * | str, | ||
| int | radix | ||
| ) |
Definition at line 2199 of file string.c.
Referenced by AddNewLayout(), BcdDeleteElement(), CliGetPreloadKeyboardLayouts(), RecycleBin5::DeleteFile(), IntLoadPreloadKeyboardLayouts(), OnInitDialog(), PerformancePageRefreshThread(), PrintingThreadProc(), ScmWaitForServiceConnect(), and ShowItemError().
| __msvcrt_long CDECL atol | ( | const char * | str | ) |
Definition at line 1782 of file string.c.
Referenced by test_atol().
Definition at line 365 of file string.c.
Referenced by I10_OUTPUT(), and strtod_helper().
| int fpnum_ldouble | ( | struct fpnum * | fp, |
| MSVCRT__LDOUBLE * | d | ||
| ) |
Definition at line 484 of file string.c.
Referenced by __STRINGTOLD_L().
| struct fpnum fpnum_parse | ( | wchar_t(*)(void *ctx) | get, |
| void(*)(void *ctx) | unget, | ||
| void * | ctx, | ||
| pthreadlocinfo | locinfo, | ||
| BOOL | ldouble | ||
| ) |
Definition at line 985 of file string.c.
Referenced by __STRINGTOLD_L(), and strtod_helper().
|
static |
Definition at line 753 of file string.c.
Referenced by fpnum_parse().
| int CDECL I10_OUTPUT | ( | MSVCRT__LDOUBLE | ld80, |
| int | prec, | ||
| int | flag, | ||
| struct _I10_OUTPUT_DATA * | data | ||
| ) |
Definition at line 2690 of file string.c.
|
static |
Definition at line 1940 of file string.c.
|
static |
Definition at line 2004 of file string.c.
Definition at line 2802 of file string.c.
Definition at line 2777 of file string.c.
Referenced by memcmp().
Definition at line 3088 of file string.c.
Definition at line 3230 of file string.c.
Definition at line 1368 of file string.c.
Definition at line 3319 of file string.c.
Referenced by _strcoll_l(), test__itoa_s(), test__snprintf(), test__strlwr_s(), test__strnset_s(), test__strupr(), test__tcscoll(), test__tcsncoll(), test__tcsnicoll(), test__ultoa_s(), test_gcvt(), test_printf_format(), test_qsort(), test_strcmp(), test_strcpy_s(), test_StrDupA(), test_StrFormatByteSize64A(), test_StrFormatKBSizeA(), test_StrFormatKBSizeW(), test_StrFromTimeIntervalA(), test_strncpy(), and test_strxfrm().
Definition at line 1188 of file string.c.
Definition at line 3493 of file string.c.
Referenced by __Extract_locale_name(), __ParseLocaleString(), _mbscspn_l(), add_sequence(), CmdLineParse(), ConvertStabs(), get_annotation_by_name(), get_constant_by_name(), get_parameter_by_name(), gl_text(), KdbpCliInterpretInitFile(), KdbpCmdFilter(), KdbpDoCommand(), KdbpPagerInternal(), LoadWindowsCore(), NtLdrGetNextOption(), parse_options(), PcVideoSetDisplayMode(), RpnpParseExpression(), ATL::ChTraitsCRT< char >::StringSpanExcluding(), and test_strcspn().
Definition at line 3330 of file string.c.
Referenced by _strncoll_l(), strstr(), test_strcmp(), and test_strncpy().
Definition at line 3298 of file string.c.
Referenced by __rpc_uaddr2taddr_af(), _mbsrchr_l(), _module_name_from_addr(), appName(), ArcOpen(), AssertFail(), basename(), check_directory(), CLRRuntimeHost_ExecuteInDefaultAppDomain(), ComputeLNames(), ComputeRNames(), ConvertCoffs(), create_full_path(), create_monodata(), CWebServiceLibCurl::CWebServiceLibCurl(), d3dx_include_from_file_open(), DbgHelpAddLineNumber(), DecodeDirectoryURL(), disk_query_directory(), disk_query_information(), doChildren(), download_url(), Extract(), extract_rev_infos(), fdi_notify_extract(), find_or_create_directory(), FsOpenFile(), FTPChdirAndGetCWD(), FTPDecodeURL(), FTPFtw(), FTPFtwL2(), FTPGetCWD(), FTPMkdir2(), FTPPutOneF(), generate_joliet_path_tables(), generate_path_tables(), get_app_key(), get_basename(), get_basename_noext(), get_dirname(), get_events(), get_graft(), get_temp_filename(), getDirectory(), getFilename(), getopt(), if(), init(), init_event(), init_logger_addr(), InitDirComponents(), InitOurDirectory(), InitUserInfo(), insert_boot_cat(), iso9660_check(), iso9660_file_length(), KdpFilterEscapes(), TConfig::keyfile_init(), LdrQueryProcessModuleInformationEx(), load_hook_dll(), LoadAndBootWindows(), LoadReactOSSetup(), main(), mkPath(), MLLoadLibraryA(), MMIO_ParseExtA(), nFTPChdirAndGetCWD(), OnImage(), path_name(), pathcp(), PeLdrpBindImportName(), PRINTDLG_CreateDevNames(), PxeGetFileInformation(), read_rcfile(), reg_unreg_wine_test_class(), RemoteCompletionFunction(), rename_file(), RtlpQueryRemoteProcessModules(), run_script(), save_av0(), searchfileinpath(), SearchPathA(), set_progname(), setup_dsound_options(), ShellCmd(), sort_n_finish(), SpoolGetCmd(), SpoolPutCmd(), START_TEST(), StoreNameInSft(), strip_path(), StrRemoveTrailingSlashes(), test__lcreat(), test_appsearch_inilocator(), test_appsearch_reglocator(), test_CommandLine(), test_CreateScalableFontResource(), test_CryptCATAdminAddRemoveCatalog(), test_dde(), test_debug_children(), test_debug_heap(), test_EnumPrinterDrivers(), test_filenames(), test_find_file(), test_GetMappedFileName(), test_GetModuleBaseName(), test_GetPrivateProfileString(), test_GetSetConsoleInputExeName(), test_internet_features_registry(), test_load_save(), test_LoadImage_working_directory(), test_PlaySound(), test_PrintDlgA(), test_SetupCopyOEMInf(), test_SetupDecompressOrCopyFile(), test_utf8(), u_strrchr(), UDFGetDeviceName(), VerInstallFileA(), Win32DbgPrint(), wined3d_dll_init(), WINHELP_HistoryWndProc(), WINHELP_LookupHelpFile(), WinLdrLoadDeviceDriver(), xHalIoAssignDriveLetters(), and xkeymap_from_locale().
Definition at line 1072 of file string.c.
Referenced by _test_strtod_str(), and test__strtod().
|
inlinestatic |
Definition at line 1024 of file string.c.
Referenced by _atodbl_l(), _atoflt_l(), and _strtod_l().
Definition at line 1011 of file string.c.
Referenced by __STRINGTOLD_L(), and strtod_helper().
Definition at line 1018 of file string.c.
Referenced by __STRINGTOLD_L(), and strtod_helper().
Definition at line 285 of file string.c.
Referenced by test__mbstok(), and test_strtok().
Definition at line 1833 of file string.c.
Referenced by test_strtol().
Definition at line 1859 of file string.c.
Referenced by test_strtol().
Definition at line 1512 of file string.c.
Referenced by test_strxfrm().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |