Searched defs:postload (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/locale/ |
D | setlocale.c | 96 # define WEAK_POSTLOAD(postload) weak_extern (postload) argument 98 # define WEAK_POSTLOAD(postload) /* Need strong refs in static linking. */ argument 104 #define DEFINE_CATEGORY(category, category_name, items, postload) \ argument 114 #define DEFINE_CATEGORY(category, category_name, items, postload) \ argument
|
/glibc-2.36/locale/programs/ |
D | locale.c | 139 #define DEFINE_CATEGORY(category, name, items, postload) \ argument 150 #define DEFINE_CATEGORY(category, name, items, postload) \ argument
|