Searched refs:postload (Results 1 – 3 of 3) sorted by relevance
| /locale/ |
| A 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 105 extern void postload (void); WEAK_POSTLOAD (postload) 114 #define DEFINE_CATEGORY(category, category_name, items, postload) \ argument 115 [category] = postload,
|
| A D | categories.def | 24 DEFINE_CATEGORY (ID, name, ( items ), setlocale-postload)
|
| /locale/programs/ |
| A D | locale.c | 139 #define DEFINE_CATEGORY(category, name, items, postload) \ argument 150 #define DEFINE_CATEGORY(category, name, items, postload) \ argument
|
Completed in 9 milliseconds