Searched refs:_dmalloc_atoi (Results 1 – 4 of 4) sorted by relevance
/dports/devel/dmalloc/dmalloc-5.6.5/ |
H A D | arg_check.h | 35 int _dmalloc_atoi(const char *file, const int line, const char *str);
|
H A D | dmalloc.h.4 | 83 _dmalloc_atoi(__FILE__, __LINE__, (str))
|
H A D | arg_check.c | 75 int _dmalloc_atoi(const char *file, const int line, const char *str) in _dmalloc_atoi() function
|
H A D | dmalloc_t.c | 776 if (_dmalloc_atoi(__FILE__, __LINE__, pnt) != 1234) { in check_arg_check() 793 if (_dmalloc_atoi(__FILE__, __LINE__, pnt) != 12345) { in check_arg_check()
|