Skip to content

Commit 8333614

Browse files
committed
make toc match
1 parent 5957f99 commit 8333614

9 files changed

+30
-12
lines changed

docs/c-runtime-library/reference/access-s-waccess-s.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ By default, this function's global state is scoped to the application. To change
6969

7070
### Generic-text routine mappings
7171

72-
| `Tchar.h` routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
72+
The function in the `tchar.h` column maps to the function in the other columns depending on the character set that is defined at compile time.
73+
74+
| `tchar.h` function | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
7375
|---|---|---|---|
7476
| `_taccess_s` | **`_access_s`** | **`_access_s`** | **`_waccess_s`** |
7577

docs/c-runtime-library/reference/fprintf-fprintf-l-fwprintf-fwprintf-l.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ The versions of these functions with the **`_l`** suffix are identical except th
7575
7676
### Generic-text routine mappings
7777

78-
| `TCHAR.H` routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
78+
The function in the `tchar.h` column maps to the function in the other columns depending on the character set that is defined at compile time.
79+
80+
| `tchar.h` function | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
7981
|---|---|---|---|
8082
| **`_ftprintf`** | **`fprintf`** | **`fprintf`** | **`fwprintf`** |
8183
| **`_ftprintf_l`** | **`_fprintf_l`** | **`_fprintf_l`** | **`_fwprintf_l`** |

docs/c-runtime-library/reference/fprintf-p-fprintf-p-l-fwprintf-p-fwprintf-p-l.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ Like the non-secure versions (see [`fprintf`, `_fprintf_l`, `fwprintf`, `_fwprin
7575

7676
### Generic-text routine mappings
7777

78-
| Tchar.h routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
78+
The function in the `tchar.h` column maps to the function in the other columns depending on the character set that is defined at compile time.
79+
80+
| `tchar.h` function | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
7981
|---|---|---|---|
8082
| `_ftprintf_p` | **`_fprintf_p`** | **`_fprintf_p`** | **`_fwprintf_p`** |
8183
| `_ftprintf_p_l` | **`_fprintf_p_l`** | **`_fprintf_p_l`** | **`_fwprintf_p_l`** |

docs/c-runtime-library/reference/fprintf-s-fprintf-s-l-fwprintf-s-fwprintf-s-l.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ Like the non-secure versions (see [`fprintf`, `_fprintf_l`, `fwprintf`, `_fwprin
7676

7777
### Generic-text routine mappings
7878

79-
| `TCHAR.H` routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
79+
The function in the `tchar.h` column maps to the function in the other columns depending on the character set that is defined at compile time.
80+
81+
| `tchar.h` function | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
8082
|---|---|---|---|
8183
| **`_ftprintf_s`** | **`fprintf_s`** | **`fprintf_s`** | **`fwprintf_s`** |
8284
| **`_ftprintf_s_l`** | **`_fprintf_s_l`** | **`_fprintf_s_l`** | **`_fwprintf_s_l`** |

docs/c-runtime-library/reference/putenv-s-wputenv-s.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ By default, this function's global state is scoped to the application. To change
6060

6161
### Generic-text routine mappings
6262

63-
| `TCHAR.H` routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
63+
The function in the `tchar.h` column maps to the function in the other columns depending on the character set that is defined at compile time.
64+
65+
| `tchar.h` routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
6466
|---|---|---|---|
6567
| `_tputenv_s` | **`_putenv_s`** | **`_putenv_s`** | **`_wputenv_s`** |
6668

docs/c-runtime-library/reference/strncpy-s-strncpy-s-l-wcsncpy-s-wcsncpy-s-l-mbsncpy-s-mbsncpy-s-l.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ By default, this function's global state is scoped to the application. To change
171171

172172
### Generic-text routine mappings
173173

174-
| `TCHAR.H` routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
174+
The function in the `tchar.h` column maps to the function in the other columns depending on the character set that is defined at compile time.
175+
176+
| `tchar.h` routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
175177
|---|---|---|---|
176178
| `_tcsncpy_s` | **`strncpy_s`** | **`_mbsnbcpy_s`** | **`wcsncpy_s`** |
177179
| `_tcsncpy_s_l` | **`_strncpy_s_l`** | **`_mbsnbcpy_s_l`** | **`_wcsncpy_s_l`** |

docs/c-runtime-library/reference/strnset-s-strnset-s-l-wcsnset-s-wcsnset-s-l-mbsnset-s-mbsnset-s-l.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ By default, this function's global state is scoped to the application. To change
9999

100100
### Generic-text routine mappings
101101

102-
| `TCHAR.H` routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
102+
The function in the `tchar.h` column maps to the function in the other columns depending on the character set that is defined at compile time.
103+
104+
| `tchar.h` routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
103105
|---|---|---|---|
104106
| `_tcsnset_s` | **`_strnset_s`** | **`_mbsnbset_s`** | **`_wcsnset_s`** |
105107
| `_tcsnset_s_l` | **`_strnset_s_l`** | **`_mbsnbset_s_l`** | **`_wcsnset_s_l`** |

docs/c-runtime-library/reference/vsprintf-s-vsprintf-s-l-vswprintf-s-vswprintf-s-l.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ helpviewer_keywords: ["_vstprintf_s_l function", "vsprintf_s_l function", "_vstp
1313

1414
Write formatted output using a pointer to a list of arguments. These functions are versions of [`vsprintf`, `_vsprintf_l`, `vswprintf`, `_vswprintf_l`, \`__vswprintf_l`](vsprintf-vsprintf-l-vswprintf-vswprintf-l-vswprintf-l.md) with security enhancements as described in [Security features in the CRT](../security-features-in-the-crt.md).
1515

16+
For `_vstprintf_s` and `_vstprintf_s_l`, see [Generic-text routine mappings](#generic-text-routine-mappings).
17+
1618
## Syntax
1719

1820
```C
@@ -96,7 +98,9 @@ In C++, using these functions is simplified by template overloads. The overloads
9698
9799
### Generic-text routine mappings
98100

99-
| `TCHAR.H` routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
101+
The function in the `tchar.h` column maps to the function in the other columns depending on the character set that is defined at compile time.
102+
103+
| `tchar.h` routine | `_UNICODE` and `_MBCS` not defined | `_MBCS` defined | `_UNICODE` defined |
100104
|---|---|---|---|
101105
| `_vstprintf_s` | **`vsprintf_s`** | **`vsprintf_s`** | **`vswprintf_s`** |
102106
| `_vstprintf_s_l` | **`_vsprintf_s_l`** | **`_vsprintf_s_l`** | **`_vswprintf_s_l`** |

docs/c-runtime-library/toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ items:
477477
href: ../c-runtime-library/reference/access-crt.md
478478
- name: _access, _waccess
479479
href: ../c-runtime-library/reference/access-waccess.md
480-
- name: _access_s, _waccess_s
480+
- name: _access_s, _waccess_s, taccess_s
481481
href: ../c-runtime-library/reference/access-s-waccess-s.md
482482
- name: acos, acosf, acosl
483483
href: ../c-runtime-library/reference/acos-acosf-acosl.md
@@ -1457,7 +1457,7 @@ items:
14571457
href: ../c-runtime-library/reference/putenv.md
14581458
- name: _putenv, _wputenv
14591459
href: ../c-runtime-library/reference/putenv-wputenv.md
1460-
- name: _putenv_s, _wputenv_s
1460+
- name: _putenv_s, _wputenv_s, _tputenv_s
14611461
href: ../c-runtime-library/reference/putenv-s-wputenv-s.md
14621462
- name: puts, _putws
14631463
href: ../c-runtime-library/reference/puts-putws.md
@@ -1737,7 +1737,7 @@ items:
17371737
href: ../c-runtime-library/reference/strncoll-wcsncoll-mbsncoll-strncoll-l-wcsncoll-l-mbsncoll-l.md
17381738
- name: strncpy, _strncpy_l, wcsncpy, _wcsncpy_l, _mbsncpy, _mbsncpy_l
17391739
href: ../c-runtime-library/reference/strncpy-strncpy-l-wcsncpy-wcsncpy-l-mbsncpy-mbsncpy-l.md
1740-
- name: strncpy_s, _strncpy_s_l, wcsncpy_s, _wcsncpy_s_l, _mbsncpy_s, _mbsncpy_s_l
1740+
- name: strncpy_s, _strncpy_s_l, wcsncpy_s, _wcsncpy_s_l, _mbsncpy_s, _mbsncpy_s_l, _tcsnccpy_s, _tcsnccpy_s_l
17411741
href: ../c-runtime-library/reference/strncpy-s-strncpy-s-l-wcsncpy-s-wcsncpy-s-l-mbsncpy-s-mbsncpy-s-l.md
17421742
- name: _strnextc, _wcsnextc, _mbsnextc, _mbsnextc_l
17431743
href: ../c-runtime-library/reference/strnextc-wcsnextc-mbsnextc-mbsnextc-l.md
@@ -1755,7 +1755,7 @@ items:
17551755
href: ../c-runtime-library/reference/strnset-wcsnset.md
17561756
- name: _strnset, _strnset_l, _wcsnset, _wcsnset_l, _mbsnset, _mbsnset_l
17571757
href: ../c-runtime-library/reference/strnset-strnset-l-wcsnset-wcsnset-l-mbsnset-mbsnset-l.md
1758-
- name: _strnset_s, _strnset_s_l, _wcsnset_s, _wcsnset_s_l, _mbsnset_s, _mbsnset_s_l
1758+
- name: _strnset_s, _strnset_s_l, _wcsnset_s, _wcsnset_s_l, _mbsnset_s, _mbsnset_s_l, _tcsncset_s, _tcsncset_s_l
17591759
href: ../c-runtime-library/reference/strnset-s-strnset-s-l-wcsnset-s-wcsnset-s-l-mbsnset-s-mbsnset-s-l.md
17601760
- name: strpbrk, wcspbrk, _mbspbrk, _mbspbrk_l
17611761
href: ../c-runtime-library/reference/strpbrk-wcspbrk-mbspbrk-mbspbrk-l.md

0 commit comments

Comments
 (0)