Searched refs:eq_ptr (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Ddumpfile.c792 const char *eq_ptr; local
798 eq_ptr = strchr (ptr, '=');
800 if (eq_ptr && !end_ptr)
801 end_ptr = eq_ptr;
892 const char *eq_ptr; local
898 eq_ptr = strchr (ptr, '=');
900 if (eq_ptr && !end_ptr)
901 end_ptr = eq_ptr;
H A Dvec.c98 eq_ptr (const void *p1, const void *p2) function
145 ptr_hash = htab_create (10, hash_ptr, eq_ptr, NULL);

Completed in 103 milliseconds