Searched refs:STRCMP (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.h80 #define STRCMP(a, b) strcmp((a), (b)) macro
H A Drules.c55 return (STRCMP((myword + i - j), suffix));
/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 18 milliseconds