Lines Matching defs:streq
150 #ifndef streq
151 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b))
681 if (streq(state.file, "-") || streq(state.file, "/dev/stdin") || streq(state.file, "/dev/fd/0"))
761 if (streq(s, "NIL"))
763 else if (streq(s, "NULL"))
822 if (!s || streq(s, "POSIX"))
824 if (!(ans = setlocale(LC_COLLATE, s)) || streq(ans, "C") || streq(ans, "POSIX") || !(ans = setlocale(LC_CTYPE, s)) || streq(ans, "C") || streq(ans, "POSIX"))
1054 if (eret && streq(s, re))
1065 if (!streq(ans, "NOMATCH") && *ans != 'E')
1078 else if (streq(ans, "NOMATCH") || *ans == 'E')
1092 if (!streq(ans, "NOMATCH") && *ans != 'E')
1107 else if (streq(ans, "NOMATCH") || *ans == 'E')