Home
last modified time | relevance | path

Searched defs:STRCMP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c401 #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
/illumos-gate/usr/src/cmd/sh/
H A Dhash.c34 #define STRCMP(A, B) (cf(A, B) != 0) macro
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.h80 #define STRCMP(a, b) strcmp((a), (b)) macro
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfabric-xlate.h41 #define STRCMP(s1, s2) (strcmp((const char *)s1, (const char *)s2) == 0) macro