ReactOS 0.4.17-dev-116-ga4b6fe9
stdio_s.h
Go to the documentation of this file.
1
6#ifndef _INC_STDIO_S
7#define _INC_STDIO_S
8
9#include <stdio.h>
10
11#if defined(MINGW_HAS_SECURE_API)
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17#ifndef _STDIO_S_DEFINED
18#define _STDIO_S_DEFINED
19
25 _Inout_ FILE *_File);
26
28 int
31 _Inout_ FILE *_File,
33 ...);
34
36 size_t
38 fread_s(
39 _Out_writes_bytes_(_ElementSize * _Count) void *_DstBuf,
40 _In_ size_t _DstSize,
41 _In_ size_t _ElementSize,
42 _In_ size_t _Count,
43 _Inout_ FILE *_File);
44
47 int
50 _Inout_ FILE *_File,
53 ...);
54
56 int
60 ...);
61
64 int
69 ...);
70
73 int
78 ...);
79
82 int
85 _Out_writes_z_(_DstSize) char *_DstBuf,
86 _In_ size_t _DstSize,
87 _In_ size_t _MaxCount,
89 ...);
90
93 int
96 _Out_writes_(_MaxCount) char *_DstBuf,
97 _In_ size_t _MaxCount,
99 ...);
100
102 _CRTIMP
103 int
104 __cdecl
106 _Out_writes_(_MaxCount) char *_DstBuf,
107 _In_ size_t _MaxCount,
110
112 int
113 __cdecl
114 sprintf_s(
115 _Out_writes_z_(_DstSize) char *_DstBuf,
116 _In_ size_t _DstSize,
118 ...);
119
121 _CRTIMP
122 int
123 __cdecl
124 _fscanf_l(
125 _Inout_ FILE *_File,
128 ...);
129
131 _CRTIMP
132 int
133 __cdecl
134 _sscanf_l(
135 _In_z_ const char *_Src,
138 ...);
139
141 _CRTIMP
142 int
143 __cdecl
145 _In_z_ const char *_Src,
148 ...);
149
151 _CRTIMP
152 int
153 __cdecl
155 _In_reads_bytes_(_MaxCount) _Pre_z_ const char *_Src,
156 _In_ size_t _MaxCount,
158 ...);
159
161 _CRTIMP
162 int
163 __cdecl
165 _In_reads_bytes_(_MaxCount) _Pre_z_ const char *_Src,
166 _In_ size_t _MaxCount,
169 ...);
170
172 _CRTIMP
173 int
174 __cdecl
176 _In_reads_bytes_(_MaxCount) _Pre_z_ const char *_Src,
177 _In_ size_t _MaxCount,
180 ...);
181
183 int
184 __cdecl
186 _Inout_ FILE *_File,
189
191 int
192 __cdecl
193 vprintf_s(
196
198 int
199 __cdecl
200 vsnprintf_s(
201 _Out_writes_z_(_DstSize) char *_DstBuf,
202 _In_ size_t _DstSize,
203 _In_ size_t _MaxCount,
206
208 _CRTIMP
209 int
210 __cdecl
212 _Out_writes_z_(_DstSize) char *_DstBuf,
213 _In_ size_t _DstSize,
214 _In_ size_t _MaxCount,
217
218 int
219 __cdecl
221 _Out_writes_z_(_Size) char *_DstBuf,
222 _In_ size_t _Size,
225
227 _CRTIMP
228 int
229 __cdecl
231 _Inout_ FILE *_File,
233 ...);
234
236 _CRTIMP
237 int
238 __cdecl
239 _printf_p(
241 ...);
242
244 _CRTIMP
245 int
246 __cdecl
247 _sprintf_p(
248 _Out_writes_z_(_MaxCount) char *_Dst,
249 _In_ size_t _MaxCount,
251 ...);
252
254 _CRTIMP
255 int
256 __cdecl
258 _Inout_ FILE *_File,
261
263 _CRTIMP
264 int
265 __cdecl
266 _vprintf_p(
269
271 _CRTIMP
272 int
273 __cdecl
275 _Out_writes_z_(_MaxCount) char *_Dst,
276 _In_ size_t _MaxCount,
279
281 _CRTIMP
282 int
283 __cdecl
286 ...);
287
289 _CRTIMP
290 int
291 __cdecl
295
297 _CRTIMP
298 int
299 __cdecl
300 _printf_l(
303 ...);
304
306 _CRTIMP
307 int
308 __cdecl
309 _printf_p_l(
312 ...);
313
315 _CRTIMP
316 int
317 __cdecl
318 _vprintf_l(
322
324 _CRTIMP
325 int
326 __cdecl
327 _vprintf_p_l(
331
333 _CRTIMP
334 int
335 __cdecl
337 _Inout_ FILE *_File,
340 ...);
341
343 _CRTIMP
344 int
345 __cdecl
347 _Inout_ FILE *_File,
350 ...);
351
353 _CRTIMP
354 int
355 __cdecl
357 _Inout_ FILE *_File,
361
363 _CRTIMP
364 int
365 __cdecl
367 _Inout_ FILE *_File,
371
373 _CRTIMP
374 int
375 __cdecl
377 _Pre_notnull_ _Post_z_ char *_DstBuf,
380 ...);
381
383 _CRTIMP
384 int
385 __cdecl
387 _Out_writes_z_(_MaxCount) char *_DstBuf,
388 _In_ size_t _MaxCount,
391 ...);
392
394 _CRTIMP
395 int
396 __cdecl
398 _Pre_notnull_ _Post_z_ char *_DstBuf,
402
404 _CRTIMP
405 int
406 __cdecl
408 _Out_writes_z_(_MaxCount) char *_DstBuf,
409 _In_ size_t _MaxCount,
413
415 _CRTIMP
416 int
417 __cdecl
421 ...);
422
424 _CRTIMP
425 int
426 __cdecl
430 ...);
431
433 _CRTIMP
434 int
435 __cdecl
440
442 _CRTIMP
443 int
444 __cdecl
449
451 _CRTIMP
452 int
453 __cdecl
454 _printf_s_l(
457 ...);
458
460 _CRTIMP
461 int
462 __cdecl
463 _vprintf_s_l(
467
469 _CRTIMP
470 int
471 __cdecl
473 _Inout_ FILE *_File,
476 ...);
477
479 _CRTIMP
480 int
481 __cdecl
483 _Inout_ FILE *_File,
487
489 _CRTIMP
490 int
491 __cdecl
493 _Out_writes_z_(_DstSize) char *_DstBuf,
494 _In_ size_t _DstSize,
497 ...);
498
500 _CRTIMP
501 int
502 __cdecl
504 _Out_writes_z_(_DstSize) char *_DstBuf,
505 _In_ size_t _DstSize,
509
511 _CRTIMP
512 int
513 __cdecl
515 _Out_writes_z_(_DstSize) char *_DstBuf,
516 _In_ size_t _DstSize,
517 _In_ size_t _MaxCount,
520 ...);
521
523 _CRTIMP
524 int
525 __cdecl
527 _Out_writes_z_(_DstSize) char *_DstBuf,
528 _In_ size_t _DstSize,
529 _In_ size_t _MaxCount,
533
535 _CRTIMP
536 int
537 __cdecl
539 _Out_writes_(_MaxCount) char *_DstBuf,
540 _In_ size_t _MaxCount,
543 ...);
544
546 _CRTIMP
547 int
548 __cdecl
550 _Out_writes_(_MaxCount) char *_DstBuf,
551 _In_ size_t _MaxCount,
554 ...);
555
557 _CRTIMP
558 int
559 __cdecl
561 _Out_writes_(_MaxCount) char *_DstBuf,
562 _In_ size_t _MaxCount,
566
568 _CRTIMP
569 int
570 __cdecl
572 _Out_writes_(_MaxCount) char *_DstBuf,
573 _In_ size_t _MaxCount,
574 const char *,
577
579 _CRTIMP
580 errno_t
581 __cdecl
582 fopen_s(
584 _In_z_ const char *_Filename,
585 _In_z_ const char *_Mode);
586
587#ifndef _WSTDIO_S_DEFINED
588#define _WSTDIO_S_DEFINED
589
591 _CRTIMP
592 wchar_t *
593 __cdecl
594 _getws_s(
595 _Out_writes_z_(_SizeInWords) wchar_t *_Str,
596 _In_ size_t _SizeInWords);
597
599 int
600 __cdecl
602 _Inout_ FILE *_File,
604 ...);
605
607 int
608 __cdecl
609 wprintf_s(
611 ...);
612
614 int
615 __cdecl
617 _Inout_ FILE *_File,
620
622 int
623 __cdecl
627
628 int
629 __cdecl
631 _Out_writes_z_(_SizeInWords) wchar_t *_Dst,
632 _In_ size_t _SizeInWords,
634 ...);
635
636 int
637 __cdecl
639 _Out_writes_z_(_SizeInWords) wchar_t *_Dst,
640 _In_ size_t _SizeInWords,
643
645 _Success_(return >= 0)
647 _Always_(_Post_z_) wchar_t, _Buffer,
649 )
650
652 _CRTIMP
653 int
654 __cdecl
656 _Out_writes_z_(_DstSizeInWords) wchar_t *_DstBuf,
657 _In_ size_t _DstSizeInWords,
658 _In_ size_t _MaxCount,
660 ...);
661
663 _CRTIMP
664 int
665 __cdecl
667 _Out_writes_z_(_DstSizeInWords) wchar_t *_DstBuf,
668 _In_ size_t _DstSizeInWords,
669 _In_ size_t _MaxCount,
672
674 _CRTIMP
675 int
676 __cdecl
677 _wprintf_s_l(
680 ...);
681
683 _CRTIMP
684 int
685 __cdecl
686 _vwprintf_s_l(
690
692 _CRTIMP
693 int
694 __cdecl
696 _Inout_ FILE *_File,
699 ...);
700
702 _CRTIMP
703 int
704 __cdecl
706 _Inout_ FILE *_File,
710
712 _CRTIMP
713 int
714 __cdecl
716 _Out_writes_z_(_DstSize) wchar_t *_DstBuf,
717 _In_ size_t _DstSize,
720 ...);
721
723 _CRTIMP
724 int
725 __cdecl
727 _Out_writes_z_(_DstSize) wchar_t *_DstBuf,
728 _In_ size_t _DstSize,
732
734 _CRTIMP
735 int
736 __cdecl
738 _Out_writes_z_(_DstSize) wchar_t *_DstBuf,
739 _In_ size_t _DstSize,
740 _In_ size_t _MaxCount,
743 ...);
744
746 _CRTIMP
747 int
748 __cdecl
750 _Out_writes_z_(_DstSize) wchar_t *_DstBuf,
751 _In_ size_t _DstSize,
752 _In_ size_t _MaxCount,
756
758 _CRTIMP
759 int
760 __cdecl
762 _Inout_ FILE *_File,
765 ...);
766
768 _CRTIMP
769 int
770 __cdecl
772 _In_z_ const wchar_t *_Src,
775 ...);
776
778 _CRTIMP
779 int
780 __cdecl
782 _In_reads_(_MaxCount) _Pre_z_ const wchar_t *_Src,
783 _In_ size_t _MaxCount,
785 ...);
786
788 _CRTIMP
789 int
790 __cdecl
792 _In_reads_(_MaxCount) _Pre_z_ const wchar_t *_Src,
793 _In_ size_t _MaxCount,
796 ...);
797
799 _CRTIMP
800 int
801 __cdecl
805 ...);
806
808 _CRTIMP
809 errno_t
810 __cdecl
811 _wfopen_s(
813 _In_z_ const wchar_t *_Filename,
814 _In_z_ const wchar_t *_Mode);
815
817 _CRTIMP
818 errno_t
819 __cdecl
822 _In_z_ const wchar_t *_Filename,
823 _In_z_ const wchar_t *_Mode,
824 _Inout_ FILE *_OldFile);
825
827 _CRTIMP
828 errno_t
829 __cdecl
831 _Out_writes_z_(_SizeInWords) wchar_t *_DstBuf,
832 _In_ size_t _SizeInWords);
833
835 _CRTIMP
836 int
837 __cdecl
839 _Inout_ FILE *_File,
841 ...);
842
844 _CRTIMP
845 int
846 __cdecl
849 ...);
850
852 _CRTIMP
853 int
854 __cdecl
856 _Inout_ FILE *_File,
859
861 _CRTIMP
862 int
863 __cdecl
867
869 _CRTIMP
870 int
871 __cdecl
873 _Out_writes_z_(_MaxCount) wchar_t *_DstBuf,
874 _In_ size_t _MaxCount,
876 ...);
877
879 _CRTIMP
880 int
881 __cdecl
883 _Out_writes_z_(_MaxCount) wchar_t *_DstBuf,
884 _In_ size_t _MaxCount,
887
889 _CRTIMP
890 int
891 __cdecl
894 ...);
895
897 _CRTIMP
898 int
899 __cdecl
903
905 _CRTIMP
906 int
907 __cdecl
911 ...);
912
914 _CRTIMP
915 int
916 __cdecl
920 ...);
921
923 _CRTIMP
924 int
925 __cdecl
930
932 _CRTIMP
933 int
934 __cdecl
939
941 _CRTIMP
942 int
943 __cdecl
945 _Inout_ FILE *_File,
948 ...);
949
951 _CRTIMP
952 int
953 __cdecl
955 _Inout_ FILE *_File,
958 ...);
959
961 _CRTIMP
962 int
963 __cdecl
965 _Inout_ FILE *_File,
969
971 _CRTIMP
972 int
973 __cdecl
975 _Inout_ FILE *_File,
979
981 _CRTIMP
982 int
983 __cdecl
985 _Out_writes_z_(_MaxCount) wchar_t *_DstBuf,
986 _In_ size_t _MaxCount,
989 ...);
990
992 _CRTIMP
993 int
994 __cdecl
996 _Out_writes_z_(_MaxCount) wchar_t *_DstBuf,
997 _In_ size_t _MaxCount,
1000 ...);
1001
1003 _CRTIMP
1004 int
1005 __cdecl
1007 _Out_writes_z_(_MaxCount) wchar_t *_DstBuf,
1008 _In_ size_t _MaxCount,
1009 _In_z_ _Printf_format_string_ const wchar_t *_Format,
1012
1014 _CRTIMP
1015 int
1016 __cdecl
1018 _Out_writes_z_(_MaxCount) wchar_t *_DstBuf,
1019 _In_ size_t _MaxCount,
1020 _In_z_ _Printf_format_string_ const wchar_t *_Format,
1023
1025 _CRTIMP
1026 int
1027 __cdecl
1029 _In_z_ _Printf_format_string_ const wchar_t *_Format,
1031 ...);
1032
1034 _CRTIMP
1035 int
1036 __cdecl
1038 _In_z_ _Printf_format_string_ const wchar_t *_Format,
1040 ...);
1041
1043 _CRTIMP
1044 int
1045 __cdecl
1047 _In_z_ _Printf_format_string_ const wchar_t *_Format,
1050
1052 _CRTIMP
1053 int
1054 __cdecl
1056 _Out_writes_(_MaxCount) wchar_t *_DstBuf,
1057 _In_ size_t _MaxCount,
1058 _In_z_ _Printf_format_string_ const wchar_t *_Format,
1060 ...);
1061
1063 _CRTIMP
1064 int
1065 __cdecl
1067 _Out_writes_(_MaxCount) wchar_t *_DstBuf,
1068 _In_ size_t _MaxCount,
1069 _In_z_ _Printf_format_string_ const wchar_t *_Format,
1072
1073 _CRTIMP int __cdecl __swprintf_l(wchar_t *_Dest,const wchar_t *_Format,_locale_t _Plocinfo,...);
1074 _CRTIMP int __cdecl __vswprintf_l(wchar_t *_Dest,const wchar_t *_Format,_locale_t _Plocinfo,va_list _Args);
1075
1077 _CRTIMP
1078 int
1079 __cdecl
1081 _In_z_ _Printf_format_string_ const wchar_t *_Format,
1084
1086 _CRTIMP
1087 int
1088 __cdecl
1089 _fwscanf_l(
1090 _Inout_ FILE *_File,
1091 _In_z_ _Scanf_format_string_ const wchar_t *_Format,
1093 ...);
1094
1096 _CRTIMP
1097 int
1098 __cdecl
1099 _swscanf_l(
1100 _In_z_ const wchar_t *_Src,
1101 _In_z_ _Scanf_format_string_ const wchar_t *_Format,
1103 ...);
1104
1106 _CRTIMP
1107 int
1108 __cdecl
1110 _In_reads_(_MaxCount) _Pre_z_ const wchar_t *_Src,
1111 _In_ size_t _MaxCount,
1112 _In_z_ _Scanf_format_string_ const wchar_t *_Format,
1114 ...);
1115
1117 _CRTIMP
1118 int
1119 __cdecl
1120 _wscanf_l(
1121 _In_z_ _Scanf_format_string_ const wchar_t *_Format,
1123 ...);
1124
1126 _CRTIMP
1127 errno_t
1128 __cdecl
1129 _wfopen_s(
1131 _In_z_ const wchar_t *_Filename,
1132 _In_z_ const wchar_t *_Mode);
1133
1134#endif /* _WSTDIO_S_DEFINED */
1135
1136#endif /* _STDIO_S_DEFINED */
1137
1139 _CRTIMP
1140 size_t
1141 __cdecl
1143 _Out_writes_bytes_(_ElementSize * _Count) void *_DstBuf,
1144 _In_ size_t _DstSize,
1145 _In_ size_t _ElementSize,
1146 _In_ size_t _Count,
1147 _Inout_ FILE *_File);
1148
1149#ifdef __cplusplus
1150}
1151#endif
1152
1153#endif /* MINGW_HAS_SECURE_API */
1154
1155#endif /* _INC_STDIO_S */
int _vsnprintf_s(char *buffer, size_t sizeOfBuffer, size_t count, const char *format, va_list argptr)
int CDECL clearerr_s(FILE *file)
Definition: file.c:1684
int CDECL _vfprintf_s_l(FILE *file, const char *format, _locale_t locale, va_list valist)
Definition: file.c:5331
int WINAPIV _fprintf_s_l(FILE *file, const char *format, _locale_t locale,...)
Definition: file.c:5615
int CDECL _vfwprintf_s_l(FILE *file, const wchar_t *format, _locale_t locale, va_list valist)
Definition: file.c:5340
int WINAPIV _fwprintf_p(FILE *file, const wchar_t *format,...)
Definition: file.c:5667
int WINAPIV _fprintf_l(FILE *file, const char *format, _locale_t locale,...)
Definition: file.c:5575
int CDECL _vfwprintf_p(FILE *file, const wchar_t *format, va_list valist)
Definition: file.c:5509
int CDECL vwprintf_s(const wchar_t *format, va_list valist)
Definition: file.c:5541
int WINAPIV _fwprintf_s_l(FILE *file, const wchar_t *format, _locale_t locale,...)
Definition: file.c:5693
int WINAPIV printf_s(const char *format,...)
Definition: file.c:5719
int CDECL vfprintf_s(FILE *file, const char *format, va_list valist)
Definition: file.c:5357
int WINAPIV _fprintf_p_l(FILE *file, const char *format, _locale_t locale,...)
Definition: file.c:5602
int WINAPIV _fwprintf_l(FILE *file, const wchar_t *format, _locale_t locale,...)
Definition: file.c:5654
int WINAPIV _fwprintf_p_l(FILE *file, const wchar_t *format, _locale_t locale,...)
Definition: file.c:5680
int WINAPIV _fprintf_p(FILE *file, const char *format,...)
Definition: file.c:5589
int CDECL _vfprintf_p(FILE *file, const char *format, va_list valist)
Definition: file.c:5491
int WINAPIV fwprintf_s(FILE *file, const wchar_t *format,...)
Definition: file.c:5641
int CDECL _vfprintf_l(FILE *file, const char *format, _locale_t locale, va_list valist)
Definition: file.c:5463
int WINAPIV wprintf_s(const wchar_t *format,...)
Definition: file.c:5849
int WINAPIV fprintf_s(FILE *file, const char *format,...)
Definition: file.c:5562
int CDECL _vfwprintf_l(FILE *file, const wchar_t *format, _locale_t locale, va_list valist)
Definition: file.c:5472
int CDECL _wfreopen_s(FILE **pFile, const wchar_t *path, const wchar_t *mode, FILE *file)
Definition: file.c:4605
int CDECL vfwprintf_s(FILE *file, const wchar_t *format, va_list valist)
Definition: file.c:5373
int CDECL vprintf_s(const char *format, va_list valist)
Definition: file.c:5525
int CDECL _vfwprintf_p_l(FILE *file, const wchar_t *format, _locale_t locale, va_list valist)
Definition: file.c:5499
int CDECL _wtmpnam_s(wchar_t *s, size_t size)
Definition: file.c:5174
int CDECL fopen_s(FILE **pFile, const char *filename, const char *mode)
Definition: file.c:4318
int CDECL _vfprintf_p_l(FILE *file, const char *format, _locale_t locale, va_list valist)
Definition: file.c:5481
int CDECL _wfopen_s(FILE **pFile, const wchar_t *filename, const wchar_t *mode)
Definition: file.c:4343
int errno_t
Definition: corecrt.h:249
#define __cdecl
Definition: corecrt.h:121
_ACRTIMP int __cdecl swprintf_s(wchar_t *, size_t, const wchar_t *,...)
Definition: wcs.c:1701
_ACRTIMP int __cdecl _vsnwprintf_s(wchar_t *, size_t, size_t, const wchar_t *, va_list)
Definition: wcs.c:1483
_ACRTIMP int __cdecl vswprintf_s(wchar_t *, size_t, const wchar_t *, va_list)
Definition: wcs.c:1816
_ACRTIMP int __cdecl _snwprintf_s(wchar_t *, size_t, size_t, const wchar_t *,...)
Definition: wcs.c:1520
_ACRTIMP int __cdecl _vscwprintf_p_l(const wchar_t *, _locale_t, va_list)
Definition: wcs.c:1798
_ACRTIMP int __cdecl _vswprintf_p_l(wchar_t *, size_t, const wchar_t *, _locale_t, va_list)
Definition: wcs.c:1439
_ACRTIMP size_t __cdecl _fread_nolock_s(void *, size_t, size_t, size_t, FILE *)
Definition: fread.cpp:69
_ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl vsprintf_s(char *, size_t, const char *, va_list) __WINE_CRT_PRINTF_ATTR(3
_ACRTIMP int __cdecl _ACRTIMP int __cdecl _sscanf_l(const char *, const char *, _locale_t,...) __WINE_CRT_SCANF_ATTR(2
_ACRTIMP size_t __cdecl fread_s(void *, size_t, size_t, size_t, FILE *)
Definition: fread.cpp:30
_ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl sprintf_s(char *, size_t, const char *,...) __WINE_CRT_PRINTF_ATTR(3
_ACRTIMP int __cdecl _ACRTIMP int __cdecl _snprintf_s(char *, size_t, size_t, const char *,...) __WINE_CRT_PRINTF_ATTR(4
_ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _ACRTIMP int __cdecl _vsprintf_p_l(char *, size_t, const char *, _locale_t, va_list) __WINE_CRT_PRINTF_ATTR(3
_ACRTIMP int __cdecl _snscanf_l(const char *, size_t, const char *, _locale_t,...) __WINE_CRT_SCANF_ATTR(3
char * va_list
Definition: vadefs.h:50
int WINAPIV _snscanf_s_l(const char *input, size_t length, const char *format, _locale_t locale,...)
Definition: scanf.c:651
int WINAPIV _fscanf_s_l(FILE *file, const char *format, _locale_t locale,...)
Definition: scanf.c:193
int WINAPIV _fwscanf_s_l(FILE *file, const wchar_t *format, _locale_t locale,...)
Definition: scanf.c:307
int WINAPIV _fscanf_l(FILE *file, const char *format, _locale_t locale,...)
Definition: scanf.c:164
int WINAPIV _swscanf_s_l(const wchar_t *str, const wchar_t *format, _locale_t locale,...)
Definition: scanf.c:481
int WINAPIV _sscanf_s_l(const char *str, const char *format, _locale_t locale,...)
Definition: scanf.c:423
int WINAPIV _snscanf_s(const char *input, size_t length, const char *format,...)
Definition: scanf.c:637
int WINAPIV _snwscanf_s(wchar_t *input, size_t length, const wchar_t *format,...)
Definition: scanf.c:771
int WINAPIV _snwscanf_l(wchar_t *input, size_t length, const wchar_t *format, _locale_t locale,...)
Definition: scanf.c:756
int WINAPIV _wscanf_s_l(const wchar_t *format, _locale_t locale,...)
Definition: scanf.c:365
int WINAPIV _scanf_l(const char *format, _locale_t locale,...)
Definition: scanf.c:222
int WINAPIV _fwscanf_l(FILE *file, const wchar_t *format, _locale_t locale,...)
Definition: scanf.c:278
int WINAPIV _swscanf_l(const wchar_t *str, const wchar_t *format, _locale_t locale,...)
Definition: scanf.c:452
int WINAPIV _wscanf_l(const wchar_t *format, _locale_t locale,...)
Definition: scanf.c:336
int WINAPIV _scanf_s_l(const char *format, _locale_t locale,...)
Definition: scanf.c:250
int WINAPIV _snwscanf_s_l(wchar_t *input, size_t length, const wchar_t *format, _locale_t locale,...)
Definition: scanf.c:786
int WINAPIV _snprintf_s_l(char *str, size_t len, size_t count, const char *format, _locale_t locale,...)
Definition: wcs.c:1285
int WINAPIV _scprintf_p_l(const char *format, _locale_t locale,...)
Definition: wcs.c:1352
int WINAPIV _snprintf_c(char *str, size_t count, const char *format,...)
Definition: wcs.c:1272
int CDECL _vsnprintf_s_l(char *str, size_t sizeOfBuffer, size_t count, const char *format, _locale_t locale, va_list valist)
Definition: wcs.c:1050
int CDECL _vsnwprintf_s_l(wchar_t *str, size_t sizeOfBuffer, size_t count, const wchar_t *format, _locale_t locale, va_list valist)
Definition: wcs.c:1473
int WINAPIV _scprintf_p(const char *format,...)
Definition: wcs.c:1339
int CDECL _vsprintf_p(char *buffer, size_t length, const char *format, va_list args)
Definition: wcs.c:1871
int WINAPIV _snprintf_c_l(char *str, size_t count, const char *format, _locale_t locale,...)
Definition: wcs.c:1258
int WINAPIV _scwprintf_p_l(const wchar_t *format, _locale_t locale,...)
Definition: wcs.c:1643
int CDECL _vsnwprintf_l(wchar_t *str, size_t len, const wchar_t *format, _locale_t locale, va_list valist)
Definition: wcs.c:1380
int CDECL _vsprintf_l(char *str, const char *format, _locale_t locale, va_list valist)
Definition: wcs.c:965
int WINAPIV _snprintf_l(char *str, size_t count, const char *format, _locale_t locale,...)
Definition: wcs.c:1244
int WINAPIV __swprintf_l(wchar_t *str, const wchar_t *format, _locale_t locale,...)
Definition: wcs.c:1909
int WINAPIV _snwprintf_s_l(wchar_t *str, size_t len, size_t count, const wchar_t *format, _locale_t locale,...)
Definition: wcs.c:1534
int WINAPIV _sprintf_l(char *str, const char *format, _locale_t locale,...)
Definition: wcs.c:974
int CDECL _vsnprintf_l(char *str, size_t len, const char *format, _locale_t locale, va_list valist)
Definition: wcs.c:949
int CDECL _vswprintf_c_l(wchar_t *str, size_t len, const wchar_t *format, _locale_t locale, va_list valist)
Definition: wcs.c:1395
int WINAPIV _swprintf_p(wchar_t *buffer, size_t length, const wchar_t *format,...)
Definition: wcs.c:1940
int WINAPIV _scwprintf_l(const wchar_t *format, _locale_t locale,...)
Definition: wcs.c:1629
int CDECL _vsnprintf_c_l(char *str, size_t len, const char *format, _locale_t locale, va_list valist)
Definition: wcs.c:1092
int CDECL _vscwprintf_l(const wchar_t *format, _locale_t locale, va_list args)
Definition: wcs.c:1790
int CDECL _vscprintf_l(const char *format, _locale_t locale, va_list valist)
Definition: wcs.c:1184
int WINAPIV _swprintf_c_l(wchar_t *str, size_t len, const wchar_t *format, _locale_t locale,...)
Definition: wcs.c:1733
int WINAPIV _snwprintf_l(wchar_t *str, size_t len, const wchar_t *format, _locale_t locale,...)
Definition: wcs.c:1506
int CDECL _vswprintf_s_l(wchar_t *str, size_t numberOfElements, const wchar_t *format, _locale_t locale, va_list args)
Definition: wcs.c:1825
int WINAPIV _sprintf_s_l(char *str, size_t count, const char *format, _locale_t locale,...)
Definition: wcs.c:1069
int WINAPIV _sprintf_p_l(char *buffer, size_t length, const char *format, _locale_t locale,...)
Definition: wcs.c:1893
int CDECL _vscprintf_p_l(const char *format, _locale_t locale, va_list args)
Definition: wcs.c:1193
int WINAPIV _swprintf_p_l(wchar_t *buffer, size_t length, const wchar_t *format, _locale_t locale,...)
Definition: wcs.c:1956
int CDECL _vscprintf_p(const char *format, va_list argptr)
Definition: wcs.c:1223
int CDECL _vsnprintf_c(char *str, size_t len, const char *format, va_list valist)
Definition: wcs.c:1101
int CDECL _vsprintf_s_l(char *str, size_t count, const char *format, _locale_t locale, va_list valist)
Definition: wcs.c:1060
int WINAPIV _scprintf_l(const char *format, _locale_t locale,...)
Definition: wcs.c:1326
int WINAPIV _swprintf_s_l(wchar_t *str, size_t numberOfElements, const wchar_t *format, _locale_t locale,...)
Definition: wcs.c:1717
_In_z_ _Printf_format_string_ char const *const _Format
Definition: printf.c:19
_In_z_ _Printf_format_string_ char const *const va_list _ArgList
Definition: printf.c:23
wchar_t *__cdecl _getws_s(wchar_t *const result, size_t const result_size_in_characters)
Definition: gets.cpp:129
#define _In_reads_bytes_(s)
Definition: no_sal2.h:170
#define _In_reads_(s)
Definition: no_sal2.h:168
#define _Out_writes_z_(s)
Definition: no_sal2.h:180
#define _Inout_
Definition: no_sal2.h:162
#define _Always_(a)
Definition: no_sal2.h:90
#define _Success_(c)
Definition: no_sal2.h:84
#define _Outptr_result_maybenull_
Definition: no_sal2.h:266
#define _In_z_
Definition: no_sal2.h:164
#define _Check_return_
Definition: no_sal2.h:60
#define _Scanf_s_format_string_
Definition: no_sal2.h:360
#define _Post_z_
Definition: no_sal2.h:508
#define _Pre_notnull_
Definition: no_sal2.h:516
#define _Out_writes_(s)
Definition: no_sal2.h:176
#define _In_
Definition: no_sal2.h:158
#define _In_opt_
Definition: no_sal2.h:212
#define _Pre_z_
Definition: no_sal2.h:506
#define _Out_writes_bytes_(s)
Definition: no_sal2.h:178
#define _Scanf_format_string_
Definition: no_sal2.h:358
#define _Printf_format_string_
Definition: no_sal2.h:356
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1_ARGLIST(_ReturnType, _FuncName, _VFuncName, _DstType, _Dst, _TType1, _TArg1)
Definition: corecrt.h:189
_Check_return_ _Ret_maybenull_ _In_ size_t _In_ size_t _Size
Definition: malloc.h:109
_Check_return_ _Ret_maybenull_ _In_ size_t _Count
Definition: malloc.h:108
_MaxCount
Definition: memory.h:72
_In_ size_t _SizeInWords
Definition: time.h:309
_In_ size_t _In_z_ _Printf_format_string_ const char _In_ const struct tm _In_opt_ _locale_t _Locale
Definition: time.h:159
_Check_return_opt_ _CRTIMP int __cdecl _wprintf_p_l(_In_z_ _Printf_format_string_ const wchar_t *_Format, _In_opt_ _locale_t _Locale,...)
_Check_return_opt_ _CRTIMP int __cdecl _vswprintf_p(_Out_writes_z_(_MaxCount) wchar_t *_DstBuf, _In_ size_t _MaxCount, _In_z_ _Printf_format_string_ const wchar_t *_Format, va_list _ArgList)
_Check_return_opt_ _CRTIMP int __cdecl _wprintf_l(_In_z_ _Printf_format_string_ const wchar_t *_Format, _In_opt_ _locale_t _Locale,...)
_Check_return_opt_ _CRTIMP int __cdecl _vwprintf_l(_In_z_ _Printf_format_string_ const wchar_t *_Format, _In_opt_ _locale_t _Locale, va_list _ArgList)
_Check_return_opt_ _CRTIMP int __cdecl _vwprintf_p_l(_In_z_ _Printf_format_string_ const wchar_t *_Format, _In_opt_ _locale_t _Locale, va_list _ArgList)
_Check_return_ _CRTIMP int __cdecl _vscwprintf_p(_In_z_ _Printf_format_string_ const wchar_t *_Format, va_list _ArgList)
_Check_return_opt_ _CRTIMP int __cdecl _vwprintf_p(_In_z_ _Printf_format_string_ const wchar_t *_Format, va_list _ArgList)
_Check_return_opt_ _CRTIMP int __cdecl _wprintf_p(_In_z_ _Printf_format_string_ const wchar_t *_Format,...)
_CRTIMP int __cdecl __vswprintf_l(wchar_t *_Dest, const wchar_t *_Format, _locale_t _Plocinfo, va_list _Args)
_Check_return_ _CRTIMP int __cdecl _scwprintf_p(_In_z_ _Printf_format_string_ const wchar_t *_Format,...)
#define _Check_return_opt_
Definition: corecrt.h:224
#define _Check_return_wat_
Definition: corecrt.h:230
_Pre_notnull_ _In_opt_z_ char const _In_opt_z_ char const _In_opt_z_ char const _Filename
Definition: stdlib.h:1100
_Dest
Definition: stdlib.h:926
_In_ _Pre_notnull_ _Buffer
Definition: stdlib.h:644
#define _CRTIMP
Definition: vcruntime.h:54