Home
last modified time | relevance | path

Searched refs:UNCONSTIFY (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/xkbcommon/src/
Dutils.c58 munmap(UNCONSTIFY(str), size); in unmap_file()
104 free(UNCONSTIFY(str)); in unmap_file()
Datom.c204 free(UNCONSTIFY(string)); in atom_intern()
209 node.string = UNCONSTIFY(string); in atom_intern()
Dutils.h41 #define UNCONSTIFY(const_ptr) ((void *) (uintptr_t) (const_ptr)) macro