discard_const_p   631 third_party/talloc/libreplace/replace.h #define discard_const_p(type, ptr) ((type *)discard_const(ptr))
discard_const_p    76 third_party/talloc/talloc.c # define discard_const_p(type, ptr) ((type *)((intptr_t)(ptr)))
discard_const_p    78 third_party/talloc/talloc.c # define discard_const_p(type, ptr) ((type *)(ptr))