Searched refs:index (Results 1 – 3 of 3) sorted by relevance
48 extern char *index (const char *__s, int __c)63 # define index(s,c) strchr((s), (c))
35 #define _NL_ITEM(category, index) (((category) << 16) | (index))41 #define _NL_ITEM(category, index) \ argument42 (((category) << __NL_ITEM_CATEGORY_SHIFT) | (index))
361 extern char *index (const char *__s, int __c)391 static __inline__ char *index (__const char *__s, int __c) in index() function
Completed in 8 milliseconds