Searched defs:STRCMP (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.h80 #define STRCMP(a, b) strcmp((a), (b)) macro
/osnet-11/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
433 while (p != NULL && (res = STRCMP(item.key, p->item.key))) {

Completed in 21 milliseconds