Home
last modified time | relevance | path

Searched refs:lsx_strcasecmp (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.h178 extern int lsx_strcasecmp(const char *s1, const char *st);
182 #define strcasecmp(s1, s2) lsx_strcasecmp((s1), (s2))
H A Dlibsox.sym37 lsx_strcasecmp
H A Dutil.c23 int lsx_strcasecmp(const char * s1, const char * s2) in lsx_strcasecmp() function
H A Dsox.c2841 if (0 == lsx_strcasecmp(mybase, "play")) in main()
2843 else if (0 == lsx_strcasecmp(mybase, "rec")) in main()
2845 else if (0 == lsx_strcasecmp(mybase, "soxi")) in main()
H A Dsox.h2485 lsx_strcasecmp(