Lines Matching defs:streq
311 #ifndef streq
312 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b))
891 if (streq(ans, "OK"))
1344 if (streq(state.file, "-") || streq(state.file, "/dev/stdin") || streq(state.file, "/dev/fd/0"))
1504 if (streq(s, "NIL"))
1506 else if (streq(s, "NULL"))
1566 if (!s || streq(s, "POSIX"))
1568 if ((ans = setlocale(LC_COLLATE, s)) && streq(ans, "POSIX"))
1570 if (!ans || !streq(ans, s) && streq(s, "C"))
1572 else if ((ans = setlocale(LC_CTYPE, s)) && streq(ans, "POSIX"))
1574 if (!ans || !streq(ans, s) && streq(s, "C"))
1802 if (streq(re, "SAME"))
2044 if (!(test & (TEST_DECOMP|TEST_SUB)) && *ans && *ans != '(' && !streq(ans, "OK") && !streq(ans, "NOMATCH"))
2061 else if (!*ans || ans[0]=='(' || cret == REG_BADPAT && streq(ans, "NOMATCH"))
2081 if (streq(ans, codes[i].name))
2162 if (eret != REG_NOMATCH || !streq(ans, "NOMATCH"))
2173 else if (streq(ans, "NOMATCH"))
2186 if (eret != REG_NOMATCH || !streq(ans, "NOMATCH"))
2202 else if (streq(ans, "NOMATCH"))