Searched refs:STRCMP (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/pam_modules/authtok_check/ |
H A D | packer.h | 80 #define STRCMP(a, b) strcmp((a), (b)) macro
|
H A D | rules.c | 55 return (STRCMP((myword + i - j), suffix));
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | hsearch.c | 401 #define STRCMP(A, B) (COMPARE((A), (B)) > 0) macro 404 #define STRCMP(A, B) (COMPARE((A), (B)) < 0) macro 406 #define STRCMP(A, B) (COMPARE((A), (B)) != 0) macro 433 while (p != NULL && (res = STRCMP(item.key, p->item.key))) {
|
Completed in 18 milliseconds