Searched defs:CONST_STR_LEN (Results 1 – 4 of 4) sorted by relevance
23 #define CONST_STR_LEN(str) (_countof(str) - 1) macro
28 #define CONST_STR_LEN(x) (sizeof(x)/sizeof(x[0]) - 1) in KdpGetTerminalSettings() macro
1638 #define CONST_STR_LEN(x) (sizeof(x)/sizeof(x[0]) - 1) in KdbpGetCommandLineSettings() macro
19 #define CONST_STR_LEN(str) (_countof(str) - 1) macro