Home
last modified time | relevance | path

Searched refs:_dmalloc_atoi (Results 1 – 4 of 4) sorted by relevance

/dports/devel/dmalloc/dmalloc-5.6.5/
H A Darg_check.h35 int _dmalloc_atoi(const char *file, const int line, const char *str);
H A Ddmalloc.h.483 _dmalloc_atoi(__FILE__, __LINE__, (str))
H A Darg_check.c75 int _dmalloc_atoi(const char *file, const int line, const char *str) in _dmalloc_atoi() function
H A Ddmalloc_t.c776 if (_dmalloc_atoi(__FILE__, __LINE__, pnt) != 1234) { in check_arg_check()
793 if (_dmalloc_atoi(__FILE__, __LINE__, pnt) != 12345) { in check_arg_check()