Home | History | Annotate | Download | only in src

Lines Matching refs:vstrchr

503 #define vstrchr(s,c)	(cstrchr((s), (c)) != NULL)
508 #define vstrchr(s,c) (strchr((s), (c)) != NULL)