Lines Matching defs:t

130     #define _CrtSetReportMode(t,f) ((int)0)  argument
131 #define _CrtSetReportFile(t,f) ((_HFILE)0) argument
204 #define _malloc_dbg(s,t,f,l) malloc(s) argument
205 #define _calloc_dbg(c,s,t,f,l) calloc(c,s) argument
206 #define _realloc_dbg(p,s,t,f,l) realloc(p,s) argument
207 #define _recalloc_dbg(p,c,s,t,f,l) _recalloc(p,c,s) argument
208 #define _expand_dbg(p,s,t,f,l) _expand(p,s) argument
209 #define _free_dbg(p,t) free(p) argument
210 #define _msize_dbg(p,t) _msize(p) argument
220 #define _malloca_dbg(s,t,f,l) _malloca(s) argument
221 #define _freea_dbg(p,t) _freea(p) argument
223 #define _strdup_dbg(s,t,f,l) _strdup(s) argument
224 #define _wcsdup_dbg(s,t,f,l) _wcsdup(s) argument
225 #define _mbsdup_dbg(s,t,f,l) _mbsdup(s) argument
226 #define _tempnam_dbg(s1,s2,t,f,l) _tempnam(s1,s2) argument
227 #define _wtempnam_dbg(s1,s2,t,f,l) _wtempnam(s1,s2) argument
228 #define _fullpath_dbg(s1,s2,le,t,f,l) _fullpath(s1,s2,le) argument
229 #define _wfullpath_dbg(s1,s2,le,t,f,l) _wfullpath(s1,s2,le) argument
230 #define _getcwd_dbg(s,le,t,f,l) _getcwd(s,le) argument
231 #define _wgetcwd_dbg(s,le,t,f,l) _wgetcwd(s,le) argument
232 #define _getdcwd_dbg(d,s,le,t,f,l) _getdcwd(d,s,le) argument
233 #define _wgetdcwd_dbg(d,s,le,t,f,l) _wgetdcwd(d,s,le) argument
234 #define _getdcwd_lk_dbg(d,s,le,t,f,l) _getdcwd_nolock(d,s,le) argument
235 #define _wgetdcwd_lk_dbg(d,s,le,t,f,l) _wgetdcwd_nolock(d,s,le) argument
239 #define _CrtSetReportHook2(t,f) ((int)0) argument
240 #define _CrtSetReportHookW2(t,f) ((int)0) argument
250 #define _CrtIsMemoryBlock(p,t,r,f,l) ((int)1) argument
259 #define _CrtSetDebugFillThreshold(t) ((size_t)0) argument