Searched defs:streq (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/librecsort/
H A Drskeyhdr.h122 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
/ast/src/cmd/mailx/
H A Dlocal.h154 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
/ast/src/cmd/tests/
H A Ddate.c56 #ifndef streq
57 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
311 if (streq(s, "NIL"))
313 else if (streq(s, "NULL"))
343 if (streq(str, "SET"))
347 if (streq(fmt, "NOW"))
358 if (streq(str, "FMT"))
/ast/src/lib/libast/astsa/
H A Dast.h113 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
/ast/src/cmd/re/
H A Dtestfnmatch.c136 #ifndef streq
137 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
545 if (streq(state.file, "-") || streq(state.file, "/dev/stdin") || streq(state.file, "/dev/fd/0"))
626 if (streq(s, "NIL"))
628 else if (streq(s, "NULL"))
685 if (!s || streq(s, "POSIX"))
687 if (!(ans = setlocale(LC_COLLATE, s)) || streq(ans, "C") || streq(an
[all...]
H A Dtestmatch.c150 #ifndef streq
151 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
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(an
[all...]
H A Dtestglob.c49 while (streq(*ao, *an))
162 #ifndef streq
163 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
672 else if (!streq(work[cwd - 1], ".")) {
704 if (!streq(work[cwd-1], ".") && access(path, F_OK))
755 if (streq(s, "NIL"))
757 else if (streq(s, "NULL"))
792 if (!s || streq(s, "POSIX"))
794 if (!(ans = setlocale(LC_COLLATE, s)) || streq(ans, "C") || streq(an
[all...]
H A Dtestregex.c311 #ifndef streq
312 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
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(an
[all...]
/ast/src/lib/libast/include/
H A Dast.h210 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro

Completed in 28 milliseconds