Home | History | Annotate | Download | only in src

Lines Matching full:cstrchr

482 #define cstrchr(s,c) ({			\
496 #define vstrchr(s,c) (cstrchr((s), (c)) != NULL)
499 #define cstrchr(s,c) ((const char *)strchr((s), (c)))