Home | History | Annotate | Download | only in src

Lines Matching refs:vstrchr

496 #define vstrchr(s,c)	(cstrchr((s), (c)) != NULL)
501 #define vstrchr(s,c) (strchr((s), (c)) != NULL)