Skip to content

Commit 8445fa7

Browse files
authored
BULK FIX: CRT F1 updates, part 1 of many (MicrosoftDocs#4584)
* BULK FIX: CRT F1 updates, part 1 of many * Fix some helpviewer entries
1 parent 374ebe9 commit 8445fa7

32 files changed

+37
-39
lines changed

docs/c-runtime-library/abnormal-termination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_name: ["_abnormal_termination"]
66
api_location: ["msvcr110.dll", "msvcr110_clr0400.dll", "msvcr90.dll", "msvcr120.dll", "msvcrt.dll", "msvcr80.dll", "msvcr100.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
9-
f1_keywords: ["_abnormal_termination"]
9+
f1_keywords: ["_abnormal_termination", "EXCPT/_abnormal_termination"]
1010
helpviewer_keywords: ["_abnormal_termination"]
1111
ms.assetid: 952970a4-9586-4c3d-807a-db729448c91c
1212
---

docs/c-runtime-library/acmdln-tcmdln-wcmdln.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_name: ["_wcmdln", "_acmdln"]
66
api_location: ["msvcrt.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
9-
f1_keywords: ["_acmdln", "acmdln", "_wcmdln", "wcmdln", "_tcmdln", "tcmdln"]
9+
f1_keywords: ["_acmdln", "_wcmdln", "_tcmdln"]
1010
helpviewer_keywords: ["_wcmdln global variable", "wcmdln global variable", "_acmdln global variable", "_tcmdln global variable", "tcmdln global variable", "acmdln global variable"]
1111
ms.assetid: 4fc0a6a0-3f93-420a-a19f-5276061ba539
1212
---

docs/c-runtime-library/ansi-c-compliance.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "ANSI C Conformance"
33
description: "An overview of Microsoft C runtime naming conventions for ANSI C conformance."
44
ms.date: "11/04/2016"
55
ms.topic: "conceptual"
6-
f1_keywords: ["Ansi"]
76
helpviewer_keywords: ["underscores, leading", "compatibility [C++], ANSI C", "conformance with ANSI C", "conventions [C++], Microsoft extensions", "underscores", "naming conventions [C++], Microsoft library", "ANSI [C++], C standard", "Microsoft extensions naming conventions"]
87
ms.assetid: 6be271bf-eecf-491a-a928-0ee2dd60e3b9
98
---

docs/c-runtime-library/argc-argv-wargv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_name: ["__wargv", "__argv", "__argc"]
66
api_location: ["msvcrt120.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
9-
f1_keywords: ["__argv", "__argc", "__wargv"]
9+
f1_keywords: ["__argc", "STDLIB/__argc", "__argv", "STDLIB/__argv", "__wargv", "STDLIB/__wargv"]
1010
helpviewer_keywords: ["__argv", "__wargv", "__argc"]
1111
ms.assetid: 17001b0a-04ad-4762-b3a6-c54847f02d7c
1212
no-loc: [__argc, __argv, __wargv, main, wmain]

docs/c-runtime-library/bufsiz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: BUFSIZ"
33
title: "BUFSIZ"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["BUFSIZ"]
5+
f1_keywords: ["BUFSIZ", "STDIO/BUFSIZ"]
66
helpviewer_keywords: ["BUFSIZ constant"]
77
ms.assetid: 94ac04a3-d154-476b-bd89-eefbc7b949ae
88
---

docs/c-runtime-library/byte-and-wide-streams.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Byte and Wide Streams"
33
description: "An overview of byte streams in the Microsoft C runtime library."
44
ms.date: "11/04/2016"
55
ms.topic: "conceptual"
6-
f1_keywords: ["Byte and Wide Streams"]
76
helpviewer_keywords: ["byte streams", "wide streams"]
87
ms.assetid: 61ef0587-4cbc-4eb8-aae5-4c298dbbc6f9
98
---

docs/c-runtime-library/clocks-per-sec-clk-tck.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: CLOCKS_PER_SEC, CLK_TCK"
33
title: "CLOCKS_PER_SEC, CLK_TCK"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["CLOCKS_PER_SEC", "CLK_TCK"]
5+
f1_keywords: ["CLOCKS_PER_SEC", "TIME/CLOCKS_PER_SEC", "CLK_TCK", "TIME/CLK_TCK"]
66
helpviewer_keywords: ["CLOCKS_PER_SEC", "CLK_TCK constant"]
77
ms.assetid: bc285106-383d-44cb-91bf-276ad7de57bf
88
---

docs/c-runtime-library/constant-and-global-variable-mappings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
description: "Learn more about: Constant and Global Variable Mappings"
33
title: "Constant and Global Variable Mappings"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["_tenviron", "_TEOF", "_tfinddata_t"]
6-
helpviewer_keywords: ["tfinddatat function", "tenviron function", "TEOF type", "_TEOF type", "generic-text mappings", "_tenviron function", "_tfinddata_t function"]
5+
f1_keywords: ["_tenviron", "TCHAR/_tenviron", "_TEOF", "TCHAR/_TEOF", "_tpgmptr", "TCHAR/_tpgmptr"]
6+
helpviewer_keywords: ["_tenviron global constant", "_TEOF global constant", "_tpgmptr global constant"]
77
ms.assetid: 3af4fd3e-9ed5-4ed9-96fd-7031e5126fd1
88
---
99
# Constant and global variable mappings

docs/c-runtime-library/controlling-streams.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Controlling Streams"
33
description: "An overview of working with streams in the Microsoft C runtime library."
44
ms.date: "11/04/2016"
55
ms.topic: "conceptual"
6-
f1_keywords: ["Controlling Streams"]
76
helpviewer_keywords: ["streams, controlling", "controlling streams", "streams"]
87
ms.assetid: 267e9013-9afc-45f6-91e3-ca093230d9d9
98
---

docs/c-runtime-library/crt-disable-perfcrit-locks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: _CRT_DISABLE_PERFCRIT_LOCKS"
33
title: "_CRT_DISABLE_PERFCRIT_LOCKS"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["_CRT_DISABLE_PERFCRIT_LOCKS", "CRT_DISABLE_PERFCRIT_LOCKS"]
5+
f1_keywords: ["_CRT_DISABLE_PERFCRIT_LOCKS"]
66
helpviewer_keywords: ["CRT_DISABLE_PERFCRIT_LOCKS constant", "_CRT_DISABLE_PERFCRIT_LOCKS constant"]
77
ms.assetid: 36cc2d86-cdb1-4b2b-a03c-c0d3818e7c6f
88
---

docs/c-runtime-library/crtdbgflag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: _crtDbgFlag"
33
title: "_crtDbgFlag"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["_crtDbgFlag", "crtDbgFlag"]
5+
f1_keywords: ["_crtDbgFlag", "CRTDBG/_crtDbgFlag"]
66
helpviewer_keywords: ["memory allocation, tracking flag", "crtDbgFlag constant", "_crtDbgFlag constant", "debug heap, tracking memory on", "debug heap, control flags", "enable memory allocation tracking flag", "memory, tracking on the debug heap"]
77
ms.assetid: 9e7adb47-8ab9-4e19-81d5-e2f237979973
88
---

docs/c-runtime-library/data-type-constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: Data Type Constants"
33
title: "Data Type Constants"
44
ms.date: "06/25/2018"
5-
f1_keywords: ["FLT_MIN", "SHRT_MAX", "CHAR_MIN", "MB_LEN_MAX", "DBL_EPSILON", "SHRT_MIN", "_FLT_RADIX", "FLT_DIG", "FLT_MAX_10_EXP", "FLT_MANT_DIG", "DBL_MAX_EXP", "SCHAR_MIN", "SCHAR_MAX", "DBL_MIN", "FLT_MIN_10_EXP", "_DBL_ROUNDS", "USHRT_MAX", "FLT_MAX_EXP", "LONG_MAX", "DBL_MAX", "DBL_DIG", "FLT_MIN_EXP", "INT_MIN", "DBL_MIN_10_EXP", "CHAR_BIT", "INT_MAX", "ULONG_MAX", "DBL_MIN_EXP", "LONG_MIN", "_FLT_ROUNDS", "DBL_MANT_DIG", "_DBL_RADIX", "CHAR_MAX", "FLT_MAX", "DBL_MAX_10_EXP", "UCHAR_MAX", "FLT_EPSILON", "UINT_MAX", "LLONG_MIN", "LLONG_MAX", "ULLONG_MAX", "_I8_MIN", "_I8_MAX", "_UI8_MAX", "_I16_MIN", "_I16_MAX", "_UI16_MAX", "_I32_MIN", "_I32_MAX", "_UI32_MAX", "_I64_MIN", "_I64_MAX", "_UI64_MAX", "_I128_MIN", "_I128_MAX", "_UI128_MAX", "SIZE_MAX", "RSIZE_MAX", "LDBL_DIG", "LDBL_EPSILON", "LDBL_HAS_SUBNORM", "LDBL_MANT_DIG", "LDBL_MAX", "LDBL_MAX_10_EXP", "LDBL_MAX_EXP", "LDBL_MIN", "LDBL_MIN_10_EXP", "LDBL_MIN_EXP", "_LDBL_RADIX", "LDBL_TRUE_MIN", "DECIMAL_DIG"]
5+
f1_keywords: ["CHAR_BIT", "SCHAR_MIN", "SCHAR_MAX", "UCHAR_MAX", "CHAR_MIN", "CHAR_MAX", "MB_LEN_MAX", "SHRT_MIN", "SHRT_MAX", "USHRT_MAX", "INT_MIN", "INT_MAX", "UINT_MAX", "LONG_MIN", "LONG_MAX", "ULONG_MAX", "LLONG_MIN", "LLONG_MAX", "ULLONG_MAX", "_I8_MIN", "_I8_MAX", "_UI8_MAX", "_I16_MIN", "_I16_MAX", "_UI16_MAX", "_I32_MIN", "_I32_MAX", "_UI32_MAX", "_I64_MIN", "_I64_MAX", "_UI64_MAX", "_I128_MIN", "_I128_MAX", "_UI128_MAX", "SIZE_MAX", "RSIZE_MAX", "LIMITS/CHAR_BIT", "LIMITS/SCHAR_MIN", "LIMITS/SCHAR_MAX", "LIMITS/UCHAR_MAX", "LIMITS/CHAR_MIN", "LIMITS/CHAR_MAX", "LIMITS/MB_LEN_MAX", "LIMITS/SHRT_MIN", "LIMITS/SHRT_MAX", "LIMITS/USHRT_MAX", "LIMITS/INT_MIN", "LIMITS/INT_MAX", "LIMITS/UINT_MAX", "LIMITS/LONG_MIN", "LIMITS/LONG_MAX", "LIMITS/ULONG_MAX", "LIMITS/LLONG_MIN", "LIMITS/LLONG_MAX", "LIMITS/ULLONG_MAX", "LIMITS/_I8_MIN", "LIMITS/_I8_MAX", "LIMITS/_UI8_MAX", "LIMITS/_I16_MIN", "LIMITS/_I16_MAX", "LIMITS/_UI16_MAX", "LIMITS/_I32_MIN", "LIMITS/_I32_MAX", "LIMITS/_UI32_MAX", "LIMITS/_I64_MIN", "LIMITS/_I64_MAX", "LIMITS/_UI64_MAX", "LIMITS/_I128_MIN", "LIMITS/_I128_MAX", "LIMITS/_UI128_MAX", "LIMITS/SIZE_MAX", "LIMITS/RSIZE_MAX", "DBL_DECIMAL_DIG", "DBL_DIG", "DBL_EPSILON", "DBL_HAS_SUBNORM", "DBL_MANT_DIG", "DBL_MAX", "DBL_MAX_10_EXP", "DBL_MAX_EXP", "DBL_MIN", "DBL_MIN_10_EXP", "DBL_MIN_EXP", "_DBL_RADIX", "DBL_TRUE_MIN", "FLT_DECIMAL_DIG", "FLT_DIG", "FLT_EPSILON", "FLT_HAS_SUBNORM", "FLT_MANT_DIG", "FLT_MAX", "FLT_MAX_10_EXP", "FLT_MAX_EXP", "FLT_MIN", "FLT_MIN_10_EXP", "FLT_MIN_EXP", "FLT_RADIX", "FLT_TRUE_MIN", "LDBL_DIG", "LDBL_EPSILON", "LDBL_HAS_SUBNORM", "LDBL_MANT_DIG", "LDBL_MAX", "LDBL_MAX_10_EXP", "LDBL_MAX_EXP", "LDBL_MIN", "LDBL_MIN_10_EXP", "LDBL_MIN_EXP", "_LDBL_RADIX", "LDBL_TRUE_MIN", "DECIMAL_DIG", "FLOAT/DBL_DECIMAL_DIG", "FLOAT/DBL_DIG", "FLOAT/DBL_EPSILON", "FLOAT/DBL_HAS_SUBNORM", "FLOAT/DBL_MANT_DIG", "FLOAT/DBL_MAX", "FLOAT/DBL_MAX_10_EXP", "FLOAT/DBL_MAX_EXP", "FLOAT/DBL_MIN", "FLOAT/DBL_MIN_10_EXP", "FLOAT/DBL_MIN_EXP", "FLOAT/_DBL_RADIX", "FLOAT/DBL_TRUE_MIN", "FLOAT/FLT_DECIMAL_DIG", "FLOAT/FLT_DIG", "FLOAT/FLT_EPSILON", "FLOAT/FLT_HAS_SUBNORM", "FLOAT/FLT_MANT_DIG", "FLOAT/FLT_MAX", "FLOAT/FLT_MAX_10_EXP", "FLOAT/FLT_MAX_EXP", "FLOAT/FLT_MIN", "FLOAT/FLT_MIN_10_EXP", "FLOAT/FLT_MIN_EXP", "FLOAT/FLT_RADIX", "FLOAT/FLT_TRUE_MIN", "FLOAT/LDBL_DIG", "FLOAT/LDBL_EPSILON", "FLOAT/LDBL_HAS_SUBNORM", "FLOAT/LDBL_MANT_DIG", "FLOAT/LDBL_MAX", "FLOAT/LDBL_MAX_10_EXP", "FLOAT/LDBL_MAX_EXP", "FLOAT/LDBL_MIN", "FLOAT/LDBL_MIN_10_EXP", "FLOAT/LDBL_MIN_EXP", "FLOAT/_LDBL_RADIX", "FLOAT/LDBL_TRUE_MIN", "FLOAT/DECIMAL_DIG"]
66
helpviewer_keywords: ["DBL_MAX_EXP constant", "_DBL_RADIX constant", "FLT_MIN_EXP constant", "DBL_EPSILON constant", "INT_MIN constant", "FLT_EPSILON constant", "DBL_MANT_DIG constant", "_FLT_RADIX constant", "DBL_MIN constant", "USHRT_MAX constant", "FLT_MAX_10_EXP constant", "_FLT_ROUNDS constant", "data type constants [C++]", "_DBL_ROUNDS constant", "CHAR_MAX constant", "FLT_MAX_EXP constant", "FLT_MIN constant", "CHAR_MIN constant", "FLT_MIN_10_EXP constant", "DBL_MIN_EXP constant", "SCHAR_MAX constant", "FLT_RADIX constant", "CHAR_BIT constant", "UCHAR_MAX constant", "DBL_RADIX constant", "FLT_ROUNDS constant", "LONG_MIN constant", "SHRT_MAX constant", "LONG_MAX constant", "DBL_MAX_10_EXP constant", "DBL_MIN_10_EXP constant", "INT_MAX constant", "constants [C++], data type", "ULONG_MAX constant", "FLT_DIG constant", "MB_LEN_MAX constant", "DBL_DIG constant", "SHRT_MIN constant", "DBL_MAX constant", "DBL_ROUNDS constant", "FLT_MAX constant", "UINT_MAX constant", "FLT_MANT_DIG constant", "SCHAR_MIN constant", "LLONG_MIN constant", "LLONG_MAX constant", "ULLONG_MAX constant", "_I8_MIN constant", "_I8_MAX constant", "_UI8_MAX constant", "_I16_MIN constant", "_I16_MAX constant", "_UI16_MAX constant", "_I32_MIN constant", "_I32_MAX constant", "_UI32_MAX constant", "_I64_MIN constant", "_I64_MAX constant", "_UI64_MAX constant", "_I128_MIN constant", "_I128_MAX constant", "_UI128_MAX constant", "SIZE_MAX constant", "RSIZE_MAX constant"]
77
---
88
# Data type constants

docs/c-runtime-library/data-type-mappings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: Data Type Mappings"
33
title: "Data Type Mappings"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["_TXCHAR", "_TUCHAR", "_TINT", "_TSCHAR", "_TCHAR", "TCHAR::H", "TCHAR", "_T", "_TEXT"]
5+
f1_keywords: ["_TXCHAR", "_TUCHAR", "_TINT", "_TSCHAR", "_TCHAR", "TCHAR", "_T", "_TEXT"]
66
helpviewer_keywords: ["_TXCHAR type", "TINT type", "_TCHAR type", "TSCHAR type", "TEXT type", "TCHAR type", "TCHAR.H data types, mappings defined in", "generic-text data types", "_TINT type", "TUCHAR type", "TXCHAR type", "_TSCHAR type", "T type", "_TUCHAR type", "_TEXT type", "_T type"]
77
ms.assetid: 4e573c05-8800-468b-ae5f-76ff7409835e
88
---

docs/c-runtime-library/daylight-dstbias-timezone-and-tzname.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
description: "Learn more about: _daylight, _dstbias, _timezone, and _tzname"
33
title: "_daylight, _dstbias, _timezone, and _tzname"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["tzname", "_timezone", "timezone", "_daylight", "_tzname", "daylight"]
6-
helpviewer_keywords: ["time zones", "time adjustments", "timezone variables", "_tzname function", "_daylight function", "_timezone function", "daylight function", "local time adjustments", "timezone function", "tzname function", "time-zone variables"]
5+
f1_keywords: ["_daylight", "TIME/_daylight", "_dstbias", "TIME/_dstbias", "_timezone", "TIME/_timezone", "_tzname", "TIME/_tzname"]
6+
helpviewer_keywords: ["time zones", "time adjustments", "timezone variables", "_daylight global variable", "_dstbias global variable", "_timezone global variable", "_tzname global variable", "local time adjustments", "time-zone variables"]
77
ms.assetid: d06c7292-6b99-4aba-b284-16a96570c856
88
---
99
# `_daylight`, `_dstbias`, `_timezone`, and `_tzname`

docs/c-runtime-library/environ-wenviron.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
description: "Learn more about: _environ, _wenviron"
33
title: "_environ, _wenviron"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["environ", "wenviron", "_wenviron", "_environ"]
6-
helpviewer_keywords: ["environ function", "_environ function", "_wenviron function", "process environment", "wenviron function"]
5+
f1_keywords: ["_environ", "STDLIB/_environ", "_wenviron", "STDLIB/_wenviron"]
6+
helpviewer_keywords: ["_environ global variable", "_wenviron global variable", "process environment"]
77
ms.assetid: 7e639962-6536-47cd-8095-0cbe44a56e03
88
---
99
# `_environ`, `_wenviron`

docs/c-runtime-library/eof-weof.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
description: "Learn more about: EOF, WEOF"
33
title: "EOF, WEOF"
44
ms.date: "11/04/2016"
5-
helpviewer_keywords: ["EOF function", "WEOF function", "end of file"]
5+
f1_keywords: ["EOF", "STDIO/EOF", "WEOF", "CORECRT_WSTDIO/WEOF"]
6+
helpviewer_keywords: ["EOF constant", "WEOF constant", "end of file"]
67
ms.assetid: a7150563-cdae-4cdf-9798-ad509990e505
78
---
89
# `EOF`, `WEOF`

docs/c-runtime-library/errno-doserrno-sys-errlist-and-sys-nerr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_name: ["_errno"]
66
api_location: ["msvcrt.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
9-
f1_keywords: ["_sys_errlist", "errno", "_sys_nerr", "_doserrno"]
9+
f1_keywords: ["errno", "ERRNO/errno", "_doserrno", "ERRNO/_doserrno", "_sys_errlist", "STDLIB/_sys_errlist", "_sys_nerr", "STDLIB/_sys_nerr"]
1010
helpviewer_keywords: ["error codes, printing", "sys_errlist global variable", "doserrno global variable", "errno global variable", "_doserrno global variable", "_sys_errlist global variable", "_sys_nerr global variable", "sys_nerr global variable"]
1111
ms.assetid: adbec641-6d91-4e19-8398-9a34046bd369
1212
---

docs/c-runtime-library/exception-handling-constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: Exception-Handling Constants"
33
title: "Exception-Handling Constants"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["EXCEPTION_CONTINUE_SEARCH", "EXCEPTION_CONTINUE_EXECUTION", "EXCEPTION_EXECUTE_HANDLER"]
5+
f1_keywords: ["EXCEPTION_CONTINUE_SEARCH", "EXCEPTION_CONTINUE_EXECUTION", "EXCEPTION_EXECUTE_HANDLER", "EXCPT/EXCEPTION_CONTINUE_SEARCH", "EXCPT/EXCEPTION_CONTINUE_EXECUTION", "EXCPT/EXCEPTION_EXECUTE_HANDLER"]
66
helpviewer_keywords: ["exception handling, constants", "EXCEPTION_CONTINUE_SEARCH constant", "EXCEPTION_EXECUTE_HANDLER constant", "EXCEPTION_CONTINUE_EXECUTION constant", "EH constants"]
77
ms.assetid: e1870f41-be9e-46a3-a2ea-830dfbaa18fb
88
---

docs/c-runtime-library/exit-success-exit-failure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: EXIT_SUCCESS, EXIT_FAILURE"
33
title: "EXIT_SUCCESS, EXIT_FAILURE"
44
ms.date: "06/25/2018"
5-
f1_keywords: ["EXIT_FAILURE", "EXIT_SUCCESS"]
5+
f1_keywords: ["EXIT_FAILURE", "EXIT_SUCCESS", "STDLIB/EXIT_FAILURE", "STDLIB/EXIT_SUCCESS"]
66
helpviewer_keywords: ["EXIT_SUCCESS constant", "EXIT_FAILURE constant"]
77
---
88
# `EXIT_SUCCESS`, `EXIT_FAILURE`

docs/c-runtime-library/file-attribute-constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: File Attribute Constants"
33
title: "File Attribute Constants"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["A_HIDDEN", "_A_NORMAL", "_A_SUBDIR", "_A_RDONLY", "A_NORMAL", "A_SUBDIR", "_A_SYSTEM", "c.constants.file", "_A_HIDDEN", "A_RDONLY", "_A_ARCH", "A_ARCH"]
5+
f1_keywords: ["_A_ARCH", "_A_HIDDEN", "_A_NORMAL", "_A_RDONLY", "_A_SUBDIR", "_A_SYSTEM", "CORECRT_IO/_A_ARCH", "CORECRT_IO/_A_HIDDEN", "CORECRT_IO/_A_NORMAL", "CORECRT_IO/_A_RDONLY", "CORECRT_IO/_A_SUBDIR", "CORECRT_IO/_A_SYSTEM", "c.constants.file"]
66
helpviewer_keywords: ["constants [C++], file attributes", "file attribute constants [C++]", "_A_SYSTEM constant", "files [C++], file attribute constants", "_A_SUBDIR constant", "_A_ARCH constant", "_A_NORMAL constant", "_A_HIDDEN constant", "_A_RDONLY constant"]
77
ms.assetid: 8dc8ccb9-99f5-446b-876c-7ebecc2f764f
88
---

docs/c-runtime-library/file-constants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: File Constants"
33
title: "File Constants"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["_O_EXCL", "_O_RDWR", "_O_APPEND", "_O_RDONLY", "_O_TRUNC", "_O_CREAT", "_O_WRONLY"]
5+
f1_keywords: ["_O_APPEND", "_O_CREAT", "_O_EXCL", "_O_RDONLY", "_O_RDWR", "_O_TRUNC", "_O_WRONLY", "FCNTL/_O_APPEND", "FCNTL/_O_CREAT", "FCNTL/_O_EXCL", "FCNTL/_O_RDONLY", "FCNTL/_O_RDWR", "FCNTL/_O_TRUNC", "FCNTL/_O_WRONLY"]
66
helpviewer_keywords: ["_O_RDWR constant", "O_EXCL constant", "O_RDWR constant", "O_WRONLY constant", "O_APPEND constant", "O_CREAT constant", "_O_CREAT constant", "_O_APPEND constant", "_O_EXCL constant", "O_TRUNC constant", "_O_RDONLY constant", "_O_TRUNC constant", "O_RDONLY constant", "_O_WRONLY constant"]
77
ms.assetid: c8fa5548-9ac2-4217-801d-eb45e86f2fa4
88
---

docs/c-runtime-library/fmode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
description: "Learn more about: _fmode"
33
title: "_fmode"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["fmode", "_fmode"]
6-
helpviewer_keywords: ["file translation [C++], default mode", "fmode function", "_fmode function"]
5+
f1_keywords: ["_fmode", "STDLIB/_fmode"]
6+
helpviewer_keywords: ["file translation [C++], default mode", "_fmode global variable"]
77
ms.assetid: ac6df9eb-e5cc-4c54-aff3-373c21983118
88
---
99
# `_fmode`

docs/c-runtime-library/iob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_name: ["_iob"]
66
api_location: ["msvcrt.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
9-
f1_keywords: ["_iob", "iob"]
9+
f1_keywords: ["_iob", "_IOB_ENTRIES", "STDIO/_IOB_ENTRIES"]
1010
helpviewer_keywords: ["_iob global variable", "iob global variable"]
1111
ms.assetid: 008ed376-8078-4bbd-bc6c-0677c63d0ff1
1212
---

docs/c-runtime-library/max-env.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
description: "Learn more about: _MAX_ENV"
33
title: "_MAX_ENV"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["_MAX_ENV", "MAX_ENV"]
6-
helpviewer_keywords: ["MAX_ENV constant", "_MAX_ENV constant"]
5+
f1_keywords: ["_MAX_ENV", "STDLIB/_MAX_ENV"]
6+
helpviewer_keywords: ["_MAX_ENV constant"]
77
ms.assetid: 66f0683e-6132-4297-b99b-6940534898b5
88
---
99
# `_MAX_ENV`

docs/c-runtime-library/mb-cur-max.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: MB_CUR_MAX"
33
title: "MB_CUR_MAX"
44
ms.date: "10/18/2017"
5-
f1_keywords: ["MB_CUR_MAX"]
5+
f1_keywords: ["MB_CUR_MAX", "CTYPE/MB_CUR_MAX"]
66
helpviewer_keywords: ["MB_CUR_MAX constant"]
77
ms.assetid: fab22609-c14d-4c19-991c-bd09ff30e604
88
---

docs/c-runtime-library/null-crt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: NULL (CRT)"
33
title: "NULL (CRT)"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["null"]
5+
f1_keywords: ["NULL", "VCRUNTIME/NULL"]
66
helpviewer_keywords: ["NULL", "null pointers", "NULL, null pointer value"]
77
ms.assetid: f9aac2a0-4f79-423f-8738-a76dccc0b1c3
88
---

docs/c-runtime-library/path-field-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn more about: Path Field Limits"
33
title: "Path Field Limits"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["_MAX_EXT", "_MAX_DIR", "_MAX_PATH", "_MAX_FNAME", "_MAX_DRIVE"]
5+
f1_keywords: ["_MAX_EXT", "_MAX_DIR", "_MAX_PATH", "_MAX_FNAME", "_MAX_DRIVE", "STDLIB/_MAX_EXT", "STDLIB/_MAX_DIR", "STDLIB/_MAX_PATH", "STDLIB/_MAX_FNAME", "STDLIB/_MAX_DRIVE"]
66
helpviewer_keywords: ["path field constants", "MAX_FNAME constant", "_MAX_DIR constant", "_MAX_DRIVE constant", "paths, maximum limit", "_MAX_PATH constant", "MAX_DRIVE constant", "_MAX_FNAME constant", "_MAX_EXT constant", "MAX_DIR constant", "MAX_EXT constant"]
77
ms.assetid: 2b5d0e43-1347-45b4-8397-24a8a45c444e
88
---

docs/c-runtime-library/pctype-pwctype-wctype-mbctype-mbcasemap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ api_name: ["_pctype", "_pwctype", "_wctype", "_mbctype", "_mbcasemap"]
66
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll", "api-ms-win-crt-string-l1-1-0.dll", "api-ms-win-crt-multibyte-l1-1-0.dll"]
77
api_type: ["DLLExport"]
88
topic_type: ["apiref"]
9-
f1_keywords: ["pwctype", "pctype", "mbctype", "mbcasemap", "_mbcasemap", "_mbctype", "_pctype", "_wctype", "_pcwtype"]
10-
helpviewer_keywords: ["_wctype function", "_pwctype function", "_pctype function", "_mbctype function", "wctype function", "pwctype function", "pctype function", "mbcasemap function", "mbctype function", "_mbcasemap function"]
9+
f1_keywords: ["_pctype", "CORECRT_WCTYPE/_pctype", "_pwctype", "CORECRT_WCTYPE/_pcwtype", "_mbctype", "MBCTYPE/_mbctype", "_mbcasemap", "MBCTYPE/_mbcasemap", "_wctype"]
10+
helpviewer_keywords: ["_pctype global variable", "_pwctype global variable", "_wctype global variable", "_mbctype global variable", "_mbcasemap global variable"]
1111
ms.assetid: 7f5e1107-c43b-4b9b-b387-781e6d2373cb
1212
---
1313
# `_pctype`, `_pwctype`, `_wctype`, `_mbctype`, `_mbcasemap`

docs/c-runtime-library/pgmptr-wpgmptr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
description: "Learn more about: _pgmptr, _wpgmptr"
33
title: "_pgmptr, _wpgmptr"
44
ms.date: "11/04/2016"
5-
f1_keywords: ["pgmptr", "_pgmptr", "wpgmptr", "_wpgmptr"]
6-
helpviewer_keywords: ["wpgmptr function", "_wpgmptr function", "_pgmptr function", "pgmptr function"]
5+
f1_keywords: ["_pgmptr", "STDLIB/_pgmptr", "_wpgmptr", "STDLIB/_wpgmptr"]
6+
helpviewer_keywords: ["_pgmptr global variable", "_wpgmptr global variable"]
77
ms.assetid: 4d44b515-0eff-4136-8bc4-684195f218f5
88
---
99
# `_pgmptr`, `_wpgmptr`

0 commit comments

Comments
 (0)