Searched defs:streq (Results 1 - 9 of 9) sorted by relevance
/ast/src/lib/librecsort/ |
H A D | rskeyhdr.h | 122 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
|
/ast/src/cmd/mailx/ |
H A D | local.h | 154 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
|
/ast/src/cmd/tests/ |
H A D | date.c | 56 #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 D | ast.h | 113 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
|
/ast/src/cmd/re/ |
H A D | testfnmatch.c | 136 #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 D | testmatch.c | 150 #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 D | testglob.c | 49 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 D | testregex.c | 311 #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 D | ast.h | 210 #define streq(a,b) (*(a)==*(b)&&!strcmp(a,b)) macro
|
Completed in 810 milliseconds