|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#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 1567 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 1528 of file string.c.
Referenced by __STRINGTOLD(), and _atoldbl_l().
Definition at line 3539 of file string.c.
Referenced by test___strncnt().
| int CDECL _atodbl | ( | _CRT_DOUBLE * | value, |
| char * | str | ||
| ) |
Definition at line 1167 of file string.c.
Referenced by test__atodbl().
| int CDECL _atodbl_l | ( | _CRT_DOUBLE * | value, |
| char * | str, | ||
| _locale_t | locale | ||
| ) |
Definition at line 1152 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 1762 of file string.c.
Referenced by InitFunctionPtrs().
| __msvcrt_long CDECL _atol_l | ( | const char * | str, |
| _locale_t | locale | ||
| ) |
Definition at line 1589 of file string.c.
| int CDECL _atoldbl_l | ( | MSVCRT__LDOUBLE * | value, |
| char * | str, | ||
| _locale_t | locale | ||
| ) |
Definition at line 1575 of file string.c.
Referenced by _atoldbl().
Definition at line 2252 of file string.c.
Referenced by InitFunctionPtrs().
Definition at line 2521 of file string.c.
Definition at line 2294 of file string.c.
Referenced by InitFunctionPtrs().
Definition at line 2596 of file string.c.
Definition at line 2116 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 2140 of file string.c.
Referenced by InitFunctionPtrs().
| 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 2148 of file string.c.
Referenced by InitFunctionPtrs().
Definition at line 3490 of file string.c.
Referenced by test__memicmp().
Definition at line 3463 of file string.c.
Referenced by _memicmp(), and test__memicmp_l().
Definition at line 1175 of file string.c.
Referenced by strcoll().
Definition at line 3412 of file string.c.
Definition at line 3396 of file string.c.
Referenced by _mbsicmp_l().
Definition at line 1219 of file string.c.
Definition at line 1201 of file string.c.
Referenced by _stricoll().
Definition at line 1246 of file string.c.
Referenced by test__tcsncoll().
Definition at line 1227 of file string.c.
Referenced by _strncoll().
Definition at line 3352 of file string.c.
Referenced by _stricmp(), _stricmp_l(), and _strnicmp().
Definition at line 1273 of file string.c.
Referenced by test__tcsnicoll().
Definition at line 1254 of file string.c.
Referenced by _strnicoll().
Definition at line 224 of file string.c.
Definition at line 1622 of file string.c.
Referenced by _atoi64(), _atoi64_l(), _atoi_l(), _atol_l(), _strtoi64(), _strtol_l(), and _strtoul_l().
Definition at line 1940 of file string.c.
| unsigned __int64 CDECL _strtoui64_l | ( | const char * | nptr, |
| char ** | endptr, | ||
| int | base, | ||
| _locale_t | locale | ||
| ) |
Definition at line 1874 of file string.c.
Referenced by _strtoui64().
Definition at line 1471 of file string.c.
Referenced by strxfrm().
Definition at line 343 of file string.c.
Referenced by test_swab().
Definition at line 2180 of file string.c.
Referenced by InitFunctionPtrs(), and ulltoa().
Definition at line 2228 of file string.c.
Referenced by InitFunctionPtrs(), and ulltow().
| 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 2204 of file string.c.
Referenced by AddNewLayout(), CliGetPreloadKeyboardLayouts(), RecycleBin5::DeleteFile(), InitFunctionPtrs(), IntLoadPreloadKeyboardLayouts(), OnInitDialog(), PerformancePageRefreshThread(), PrintingThreadProc(), ScmWaitForServiceConnect(), and ShowItemError().
| __msvcrt_long CDECL atol | ( | const char * | str | ) |
Definition at line 1787 of file string.c.
Referenced by InitFunctionPtrs(), and test_atol().
Definition at line 370 of file string.c.
Referenced by _wcstod_l(), I10_OUTPUT(), and strtod_helper().
| int fpnum_ldouble | ( | struct fpnum * | fp, |
| MSVCRT__LDOUBLE * | d | ||
| ) |
Definition at line 489 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 990 of file string.c.
Referenced by __STRINGTOLD_L(), and strtod_helper().
|
static |
Definition at line 758 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 2695 of file string.c.
|
static |
Definition at line 1945 of file string.c.
|
static |
Definition at line 2009 of file string.c.
Definition at line 2807 of file string.c.
Definition at line 2782 of file string.c.
Referenced by memcmp().
Definition at line 3093 of file string.c.
Definition at line 3235 of file string.c.
Definition at line 1373 of file string.c.
Definition at line 3324 of file string.c.
Referenced by _strcoll_l(), test__itoa_s(), test__snprintf(), test__snprintf_s(), 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 1193 of file string.c.
Definition at line 3498 of file string.c.
Referenced by __Extract_locale_name(), __ParseLocaleString(), _mbscspn_l(), add_sequence(), CmdLineParse(), ConvertStabs(), debugstr_ok(), 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(), test_strcspn(), and WinLdrInitializePhase1().
Definition at line 3335 of file string.c.
Referenced by _strncoll_l(), strstr(), test_strcmp(), and test_strncpy().
Definition at line 3303 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(), gen_forward_chain_testdll(), generate_joliet_path_tables(), generate_path_tables(), get_app_key(), get_application_directory(), get_assembly_search_flags(), 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(), RuntimeHost_GetDefaultDomain(), 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_MoveFileA(), test_PlaySound(), test_PrintDlgA(), test_reg_load_app_key(), test_reg_load_key(), test_RegLoadMUIString(), test_SearchPathA(), test_SetupCopyOEMInf(), test_SetupDecompressOrCopyFile(), test_utf8(), test_wow64_redirection_for_dll(), u_strrchr(), UDFGetDeviceName(), VerInstallFileA(), Win32DbgPrint(), wined3d_dll_init(), winetest_set_location(), WINHELP_HistoryWndProc(), WINHELP_LookupHelpFile(), WinLdrInitializePhase1(), WinLdrLoadDeviceDriver(), xHalIoAssignDriveLetters(), and xkeymap_from_locale().
Definition at line 1077 of file string.c.
Referenced by _test_strtod_str(), and test__strtod().
|
inlinestatic |
Definition at line 1029 of file string.c.
Referenced by _atodbl_l(), _atoflt_l(), and _strtod_l().
Definition at line 1016 of file string.c.
Referenced by __STRINGTOLD_L(), and strtod_helper().
Definition at line 1023 of file string.c.
Referenced by __STRINGTOLD_L(), and strtod_helper().
Definition at line 290 of file string.c.
Referenced by test__mbstok(), and test_strtok().
Definition at line 1838 of file string.c.
Referenced by test_strtol().
Definition at line 1864 of file string.c.
Referenced by test_strtol().
Definition at line 1517 of file string.c.
Referenced by test_strxfrm().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |