HelenOS sources

str_casecmp       114 common/include/str.h extern int str_casecmp(const char *s1, const char *s2);
str_casecmp       114 kernel/generic/common/include/str.h extern int str_casecmp(const char *s1, const char *s2);
str_casecmp       114 uspace/lib/c/common/include/str.h extern int str_casecmp(const char *s1, const char *s2);
str_casecmp       147 uspace/lib/c/test/uuid.c 		PCUT_ASSERT_INT_EQUALS(0, str_casecmp(uuids[i], rstr));
str_casecmp       551 uspace/lib/device/src/vol.c 	if (str_casecmp(mountp, "None") == 0 || str_cmp(mountp, "none") == 0)
str_casecmp       251 uspace/lib/http/src/headers.c 	return str_casecmp(name_a, name_b) == 0;
str_casecmp       114 uspace/lib/posix/include/common/str.h extern int str_casecmp(const char *s1, const char *s2);
str_casecmp       528 uspace/srv/fs/exfat/exfat_ops.c 		if (str_casecmp(name, component) == 0) {
str_casecmp        65 uspace/srv/fs/fat/fat_dentry.c 	if (!(rc = str_casecmp(name, component)))
str_casecmp        75 uspace/srv/fs/fat/fat_dentry.c 		rc = str_casecmp(name, component);
str_casecmp       127 uspace/srv/fs/udf/udf_ops.c 		if (str_casecmp(name, component) == 0) {
HelenOS homepage, sources at GitHub