|
ReactOS 0.4.16-dev-2104-gb84fa49
|

Go to the source code of this file.
Macros | |
| #define | _C_ _CONTROL |
| #define | _S_ _SPACE |
| #define | _P_ _PUNCT |
| #define | _D_ _DIGIT |
| #define | _H_ _HEX |
| #define | _U_ _UPPER |
| #define | _L_ _LOWER |
| #define | B110 _BLANK |
| #define | D120 4 |
| #define | S140 0 |
| #define | L140 0 |
| #define | C140 0 |
Variables | |
| WORD | MSVCRT__ctype [257] |
| WORD | MSVCRT__wctype [257] |
| WORD * | MSVCRT__pwctype = MSVCRT__wctype + 1 |
Definition at line 149 of file ctype.c.
Referenced by Test__wctype().
Definition at line 198 of file ctype.c.
Referenced by _tolower(), _toupper(), isalnum(), isalpha(), isblank(), iscntrl(), isdigit(), isgraph(), isleadbyte(), islower(), isprint(), ispunct(), isspace(), isupper(), iswctype(), isxdigit(), test_isblank(), tolower(), and toupper().
Definition at line 165 of file ctype.c.
Referenced by _isalnum_l(), _isalpha_l(), _isblank_l(), _iscntrl_l(), _isctype(), _isdigit_l(), _isgraph_l(), _isleadbyte_l(), _islower_l(), _isprint_l(), _ispunct_l(), _isspace_l(), _isupper_l(), _isxdigit_l(), fast_check_current_locale(), and fast_check_given_locale().
Definition at line 532 of file ctype.c.
Referenced by _mbslwr_l(), _mbslwr_s_l(), _memicmp_l(), _strlwr_s_l(), _strnicmp_l(), _strtoi64_l(), _strtoui64_l(), test__tolower_l(), and tolower().
Definition at line 474 of file ctype.c.
Referenced by _mbsupr_l(), _mbsupr_s_l(), _strupr_s_l(), and toupper().
Definition at line 214 of file ctype.c.
Referenced by __iscsym(), _ismbbalnum(), checkeql(), Close(), dup_basename_token(), ExpandTilde(), Format(), XMLStorage::get_xmlsym_end_utf8(), gl_display_matches(), IsFourCCFormat(), isurlneutral(), make_token(), NetBTinetResolve(), Open(), ParseURLA(), PathGetCharTypeW(), Protect(), readstdin(), Save(), strxlen(), TREEVIEW_ProcessLetterKeys(), Unlink(), RequestHandler::urlenc(), and wine_dbgstr_fcc().
Definition at line 246 of file ctype.c.
Referenced by _Locale_init(), DwordEditSubclassProc(), FTPListToMemory2(), HelpCmd(), TANSIParser::ParseANSIBuffer(), TANSIParser::PrintGoodChars(), TScroller::ScrollBack(), split(), and TANSIParser::StripBuffer().
Definition at line 278 of file ctype.c.
Referenced by _ismbbgraph(), compress_block(), and gen_codes().
Definition at line 334 of file ctype.c.
Referenced by _Locale_init(), and UnDosLine().
Definition at line 572 of file ctype.c.
Referenced by _Locale_tolower(), _mbbtolower(), _mbslwr(), _strlwr(), _strtoi64_l(), AcpiUtRemoveHexPrefix(), AcpiUtStricmp(), AcpiUtStrlwr(), Child_WndProc(), ConsolePager(), RecycleBin5::DeleteFile(), DliHook(), DoCommand(), ExceptionFilter(), FilenameExtensionIndicatesASCII(), NtObjDirectory::find_entry(), RegDirectory::find_entry(), WinDirectory::find_entry(), FindTagid(), FreeLdrMigrateBootDrivePartWorker(), GenericListKeyPress(), get_attr(), GetExpandedNameA(), GetStartSpoolDate(), html_src_compare(), ICOpen(), iequals(), InputChar(), InsertTagid(), kbd_c(), kbd_rc(), keymatch(), main(), MainUsage(), make_token(), MCIAVI_AddFrame(), NtfsCompareFileName(), PathCommonPrefixA(), PathGetDriveNumberA(), PathMakePrettyA(), PxeOpen(), rewrite_url(), RTFCharToHex(), SearchCHM_File(), StrToBool(), StrToInt64ExA(), test_C_locale(), test_CryptStringToBinary(), test_DriveExists(), test_GetDrive(), test_PathNameA(), test_ShortPathCase(), TRIO_ARGS1(), UrlGetPartW(), and xkeymap_from_locale().
Definition at line 514 of file ctype.c.
Referenced by _getdiskfree(), _ILCreateDrive(), _Locale_toupper(), _main(), _mbbtoupper(), _mbsicmp(), _mbsicoll(), _mbsupr(), _memicmp(), _stricmp(), _strnicmp(), _strupr(), _Success_(), AcpiNsBuildInternalName(), AcpiNsRepair_HID(), AcpiUtStrupr(), Addhost(), change_section_attribs(), Close(), ConvertPathCase(), DliHook(), DosIfCharYesNo(), DosToUpper(), DosToUpperStrN(), DosToUpperStrZ(), EtfspCompareNames(), ExceptionFilter(), FD31_WMInitDialog(), file_cvt(), find_str(), Format(), format_apicontract_macro(), getbyte(), GetExpandedNameA(), getVKNum(), InteractiveConsole(), FileTypeManager::is_exe_file(), iso9660_file_length(), KdbSymInit(), Link(), main(), MCICDA_Open(), mmioStringToFOURCCA(), NPAddConnection3(), Open(), parseArguments(), PathMatchSingleMaskA(), PeLdrpCompareDllName(), PrintDriveLetter(), ProcessCmdLine(), Protect(), put_resource_id(), read_rcfile(), regdump(), RepairIntroPage(), Save(), SdbMakeIndexKeyFromString(), ServeOneClient(), ShimLib_StrAEqualsWNC(), str_to_enum(), StrCmpPath(), SymMatchFileName(), test_C_locale(), test_GetDrive(), test_GetVolumeInformationA(), test_PathNameA(), test_query_dos_deviceA(), test_RtlIsNameLegalDOS8Dot3(), to_upper(), toupper_str(), UpgradeRepairPage(), VfdBroadcastLink(), VfdGetLocalLink(), VfdSetGlobalLink(), VfdSetLocalLink(), WelcomePage(), wtstrcasecmp(), XCOPY_DoCopy(), XCOPY_ParseCommandLine(), XCOPY_ProcessDestParm(), xkeymap_read(), xmlAddEncodingAlias(), xmlFindCharEncodingHandler(), xmlGetEncodingAlias(), xmlNewCharEncodingHandler(), and xmlParseCharEncoding().
| WORD MSVCRT__ctype[257] |
Definition at line 34 of file ctype.c.
Referenced by create_locinfo().
| WORD* MSVCRT__pwctype = MSVCRT__wctype + 1 |
Definition at line 128 of file ctype.c.
Referenced by __p__pwctype(), __pwctype_func(), and _iswctype_l().