Searched refs:item (Results 1 – 4 of 4) sorted by relevance
29 #define CURRENT(item) (current->values[_NL_ITEM_INDEX (item)].string) in __libc_rwlock_define() argument30 #define CURRENT_WSTR(item) \ in __libc_rwlock_define() argument31 ((wchar_t *) current->values[_NL_ITEM_INDEX (item)].wstr) in __libc_rwlock_define()
29 #define CURRENT(item) (current->values[_NL_ITEM_INDEX (item)].string) in __libc_rwlock_define() argument30 #define CURRENT_WORD(item) (current->values[_NL_ITEM_INDEX (item)].word) in __libc_rwlock_define() argument
183 # define _NL_CURRENT(category, item) \ argument184 (current->values[_NL_ITEM_INDEX (item)].string)186 # define _NL_CURRENT_WORD(category, item) \ argument187 (current->values[_NL_ITEM_INDEX (item)].word)
286 # define _NL_CURRENT(category, item) \ argument287 (current->values[_NL_ITEM_INDEX (item)].string)
Completed in 9 milliseconds