Searched defs:STRCMP (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | hsearch.c | 355 # define STRCMP(A, B) (COMPARE((A), (B)) > 0) macro 358 # define STRCMP(A, B) (COMPARE((A), (B)) < 0) macro 360 # define STRCMP(A, B) (COMPARE((A), (B)) != 0) macro
|
/titanic_44/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
|
/titanic_44/usr/src/cmd/sh/ |
H A D | hash.c | 37 #define STRCMP(A, B) (cf(A, B) != 0) macro
|
/titanic_44/usr/src/lib/pam_modules/authtok_check/ |
H A D | packer.h | 80 #define STRCMP(a, b) strcmp((a), (b)) macro
|
/titanic_44/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fabric-xlate.h | 39 #define STRCMP(s1, s2) (strcmp((const char *)s1, (const char *)s2) == 0) macro
|