|
ReactOS 0.4.16-dev-2104-gb84fa49
|

Go to the source code of this file.
Classes | |
| struct | imaxdiv_t |
Functions | |
| _ACRTIMP __int64 __cdecl | strtoimax (const char *, char **, int) |
| _ACRTIMP __int64 __cdecl | strtoimax_l (const char *, char **, int, _locale_t) |
| _ACRTIMP unsigned __int64 __cdecl | strtoumax (const char *, char **, int) |
| _ACRTIMP unsigned __int64 __cdecl | strtoumax_l (const char *, char **, int, _locale_t) |
| #define PRId16 "d" |
Definition at line 34 of file inttypes.h.
| #define PRId32 "d" |
Definition at line 35 of file inttypes.h.
| #define PRId64 "lld" |
Definition at line 25 of file inttypes.h.
| #define PRId8 "d" |
Definition at line 33 of file inttypes.h.
| #define PRIdFAST16 "d" |
Definition at line 43 of file inttypes.h.
| #define PRIdFAST32 "d" |
Definition at line 44 of file inttypes.h.
Definition at line 45 of file inttypes.h.
| #define PRIdFAST8 "d" |
Definition at line 42 of file inttypes.h.
| #define PRIdLEAST16 "d" |
Definition at line 38 of file inttypes.h.
| #define PRIdLEAST32 "d" |
Definition at line 39 of file inttypes.h.
Definition at line 40 of file inttypes.h.
| #define PRIdLEAST8 "d" |
Definition at line 37 of file inttypes.h.
Definition at line 47 of file inttypes.h.
| #define PRIdPTR "d" |
Definition at line 223 of file inttypes.h.
| #define PRIi16 "i" |
Definition at line 50 of file inttypes.h.
| #define PRIi32 "i" |
Definition at line 51 of file inttypes.h.
| #define PRIi64 "lli" |
Definition at line 26 of file inttypes.h.
| #define PRIi8 "i" |
Definition at line 49 of file inttypes.h.
| #define PRIiFAST16 "i" |
Definition at line 59 of file inttypes.h.
| #define PRIiFAST32 "i" |
Definition at line 60 of file inttypes.h.
Definition at line 61 of file inttypes.h.
| #define PRIiFAST8 "i" |
Definition at line 58 of file inttypes.h.
| #define PRIiLEAST16 "i" |
Definition at line 54 of file inttypes.h.
| #define PRIiLEAST32 "i" |
Definition at line 55 of file inttypes.h.
Definition at line 56 of file inttypes.h.
| #define PRIiLEAST8 "i" |
Definition at line 53 of file inttypes.h.
Definition at line 63 of file inttypes.h.
| #define PRIiPTR "i" |
Definition at line 224 of file inttypes.h.
| #define PRIo16 "o" |
Definition at line 66 of file inttypes.h.
| #define PRIo32 "o" |
Definition at line 67 of file inttypes.h.
| #define PRIo64 "llo" |
Definition at line 27 of file inttypes.h.
| #define PRIo8 "o" |
Definition at line 65 of file inttypes.h.
| #define PRIoFAST16 "o" |
Definition at line 75 of file inttypes.h.
| #define PRIoFAST32 "o" |
Definition at line 76 of file inttypes.h.
Definition at line 77 of file inttypes.h.
| #define PRIoFAST8 "o" |
Definition at line 74 of file inttypes.h.
| #define PRIoLEAST16 "o" |
Definition at line 70 of file inttypes.h.
| #define PRIoLEAST32 "o" |
Definition at line 71 of file inttypes.h.
Definition at line 72 of file inttypes.h.
| #define PRIoLEAST8 "o" |
Definition at line 69 of file inttypes.h.
Definition at line 79 of file inttypes.h.
| #define PRIoPTR "o" |
Definition at line 225 of file inttypes.h.
| #define PRIu16 "u" |
Definition at line 83 of file inttypes.h.
| #define PRIu32 "u" |
Definition at line 84 of file inttypes.h.
| #define PRIu64 "llu" |
Definition at line 28 of file inttypes.h.
| #define PRIu8 "u" |
Definition at line 82 of file inttypes.h.
| #define PRIuFAST16 "u" |
Definition at line 93 of file inttypes.h.
| #define PRIuFAST32 "u" |
Definition at line 94 of file inttypes.h.
Definition at line 95 of file inttypes.h.
| #define PRIuFAST8 "u" |
Definition at line 92 of file inttypes.h.
| #define PRIuLEAST16 "u" |
Definition at line 88 of file inttypes.h.
| #define PRIuLEAST32 "u" |
Definition at line 89 of file inttypes.h.
Definition at line 90 of file inttypes.h.
| #define PRIuLEAST8 "u" |
Definition at line 87 of file inttypes.h.
Definition at line 97 of file inttypes.h.
| #define PRIuPTR "u" |
Definition at line 226 of file inttypes.h.
| #define PRIx16 "x" |
Definition at line 100 of file inttypes.h.
| #define PRIX16 "X" |
Definition at line 116 of file inttypes.h.
| #define PRIx32 "x" |
Definition at line 101 of file inttypes.h.
| #define PRIX32 "X" |
Definition at line 117 of file inttypes.h.
| #define PRIx64 "llx" |
Definition at line 29 of file inttypes.h.
| #define PRIX64 "llX" |
Definition at line 30 of file inttypes.h.
| #define PRIx8 "x" |
Definition at line 99 of file inttypes.h.
| #define PRIX8 "X" |
Definition at line 115 of file inttypes.h.
| #define PRIxFAST16 "x" |
Definition at line 109 of file inttypes.h.
| #define PRIXFAST16 "X" |
Definition at line 125 of file inttypes.h.
| #define PRIxFAST32 "x" |
Definition at line 110 of file inttypes.h.
| #define PRIXFAST32 "X" |
Definition at line 126 of file inttypes.h.
Definition at line 111 of file inttypes.h.
Definition at line 127 of file inttypes.h.
| #define PRIxFAST8 "x" |
Definition at line 108 of file inttypes.h.
| #define PRIXFAST8 "X" |
Definition at line 124 of file inttypes.h.
| #define PRIxLEAST16 "x" |
Definition at line 104 of file inttypes.h.
| #define PRIXLEAST16 "X" |
Definition at line 120 of file inttypes.h.
| #define PRIxLEAST32 "x" |
Definition at line 105 of file inttypes.h.
| #define PRIXLEAST32 "X" |
Definition at line 121 of file inttypes.h.
Definition at line 106 of file inttypes.h.
Definition at line 122 of file inttypes.h.
| #define PRIxLEAST8 "x" |
Definition at line 103 of file inttypes.h.
| #define PRIXLEAST8 "X" |
Definition at line 119 of file inttypes.h.
Definition at line 113 of file inttypes.h.
Definition at line 129 of file inttypes.h.
| #define PRIxPTR "x" |
Definition at line 227 of file inttypes.h.
| #define PRIXPTR "X" |
Definition at line 228 of file inttypes.h.
| #define SCNd16 "hd" |
Definition at line 138 of file inttypes.h.
| #define SCNd32 "d" |
Definition at line 139 of file inttypes.h.
Definition at line 140 of file inttypes.h.
| #define SCNdFAST16 "hd" |
Definition at line 146 of file inttypes.h.
| #define SCNdFAST32 "d" |
Definition at line 147 of file inttypes.h.
Definition at line 148 of file inttypes.h.
| #define SCNdLEAST16 "hd" |
Definition at line 142 of file inttypes.h.
| #define SCNdLEAST32 "d" |
Definition at line 143 of file inttypes.h.
Definition at line 144 of file inttypes.h.
Definition at line 150 of file inttypes.h.
| #define SCNdPTR "d" |
Definition at line 229 of file inttypes.h.
| #define SCNi16 "hi" |
Definition at line 152 of file inttypes.h.
| #define SCNi32 "i" |
Definition at line 153 of file inttypes.h.
Definition at line 154 of file inttypes.h.
| #define SCNiFAST16 "hi" |
Definition at line 160 of file inttypes.h.
| #define SCNiFAST32 "i" |
Definition at line 161 of file inttypes.h.
Definition at line 162 of file inttypes.h.
| #define SCNiLEAST16 "hi" |
Definition at line 156 of file inttypes.h.
| #define SCNiLEAST32 "i" |
Definition at line 157 of file inttypes.h.
Definition at line 158 of file inttypes.h.
Definition at line 164 of file inttypes.h.
| #define SCNiPTR "i" |
Definition at line 230 of file inttypes.h.
| #define SCNo16 "ho" |
Definition at line 166 of file inttypes.h.
| #define SCNo32 "o" |
Definition at line 167 of file inttypes.h.
Definition at line 168 of file inttypes.h.
| #define SCNoFAST16 "ho" |
Definition at line 174 of file inttypes.h.
| #define SCNoFAST32 "o" |
Definition at line 175 of file inttypes.h.
Definition at line 176 of file inttypes.h.
| #define SCNoLEAST16 "ho" |
Definition at line 170 of file inttypes.h.
| #define SCNoLEAST32 "o" |
Definition at line 171 of file inttypes.h.
Definition at line 172 of file inttypes.h.
Definition at line 178 of file inttypes.h.
| #define SCNoPTR "o" |
Definition at line 231 of file inttypes.h.
| #define SCNu16 "hu" |
Definition at line 196 of file inttypes.h.
| #define SCNu32 "u" |
Definition at line 197 of file inttypes.h.
Definition at line 198 of file inttypes.h.
| #define SCNuFAST16 "hu" |
Definition at line 204 of file inttypes.h.
| #define SCNuFAST32 "u" |
Definition at line 205 of file inttypes.h.
Definition at line 206 of file inttypes.h.
| #define SCNuLEAST16 "hu" |
Definition at line 200 of file inttypes.h.
| #define SCNuLEAST32 "u" |
Definition at line 201 of file inttypes.h.
Definition at line 202 of file inttypes.h.
Definition at line 208 of file inttypes.h.
| #define SCNuPTR "u" |
Definition at line 233 of file inttypes.h.
| #define SCNx16 "hx" |
Definition at line 180 of file inttypes.h.
| #define SCNx32 "x" |
Definition at line 181 of file inttypes.h.
Definition at line 182 of file inttypes.h.
| #define SCNxFAST16 "hx" |
Definition at line 188 of file inttypes.h.
| #define SCNxFAST32 "x" |
Definition at line 189 of file inttypes.h.
Definition at line 190 of file inttypes.h.
| #define SCNxLEAST16 "hx" |
Definition at line 184 of file inttypes.h.
| #define SCNxLEAST32 "x" |
Definition at line 185 of file inttypes.h.
Definition at line 186 of file inttypes.h.
Definition at line 192 of file inttypes.h.
| #define SCNxPTR "x" |
Definition at line 232 of file inttypes.h.
Definition at line 128 of file strtox.cpp.
Definition at line 189 of file strtox.cpp.