Home
last modified time | relevance | path

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

/include/
A Dstrings.h48 extern char *index (const char *__s, int __c)
63 # define index(s,c) strchr((s), (c))
A Dlanginfo.h35 #define _NL_ITEM(category, index) (((category) << 16) | (index))
41 #define _NL_ITEM(category, index) \ argument
42 (((category) << __NL_ITEM_CATEGORY_SHIFT) | (index))
A Dstring.h361 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