Lines Matching refs:streq
94 /* Like streq(), but tries to make sense of NULL pointers */
97 return streq(a, b);
796 streq(filename, "lost+found") ||
797 streq(filename, "aquota.user") ||
798 streq(filename, "aquota.group") ||
1086 if (streq(i, needle))
1184 if (streq(*username, "root") || streq(*username, "0")) {
1245 if (streq(*groupname, "root") || streq(*groupname, "0")) {
1542 if (streq(p, "."))
1545 if (streq(p, ".."))