discard_const_p   615 lib/replace/replace.h #define discard_const_p(type, ptr) ((type *)discard_const(ptr))
discard_const_p    75 lib/talloc/talloc.c # define discard_const_p(type, ptr) ((type *)((intptr_t)(ptr)))
discard_const_p    77 lib/talloc/talloc.c # define discard_const_p(type, ptr) ((type *)(ptr))
discard_const_p   115 lib/util/memory.h #define discard_const_p(type, ptr) ((type *)discard_const(ptr))