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

/illumos-gate/usr/src/cmd/sh/
H A Dhash.c37 #define STRCMP(A, B) (cf(A, B) != 0) macro
131 while (p != 0 && (res = STRCMP(str, p->item.key)))
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c345 ! STRCMP(scheme, FM_FMRI_SCHEME_HC))
452 if (STRCMP(devNode->name, "range") &&
457 if (STRCMP(tprop, PCIEX_ROOT)) {
471 if (STRCMP(devNode->name, "propgroup")) {
474 if (STRCMP(tprop, "io")) {
486 if (STRCMP(devNode->name, "propval")) {
489 if (STRCMP(tprop, "dev")) {
541 if (STRCMP(scheme, FM_FMRI_SCHEME_DEV)) {
546 } else if (STRCMP(scheme, FM_FMRI_SCHEME_HC)) {
696 if (STRCMP(devNod
[all...]
H A Dfx_fire.c142 if (STRCMP(class, entry->err_class))
172 if (STRCMP(class, entry->err_class))
261 if (STRCMP(class, entry->err_class))
324 if (STRCMP(class, entry->err_class) &&
H A Dfabric-xlate.h39 #define STRCMP(s1, s2) (strcmp((const char *)s1, (const char *)s2) == 0) macro
H A Dfx_fabric.c681 if (STRCMP(class, PCIEX_RC_FE_MSG))
688 if (STRCMP(class, PCIEX_RC_NFE_MSG))
709 if (STRCMP(class, PCIEX_RC_CE_MSG) && data->pcie_rp_ce_src_id) {
/illumos-gate/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));
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c355 # 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
391 while(p != NULL && (res = STRCMP(item.key, p->item.key))) {
/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
433 while (p != NULL && (res = STRCMP(item.key, p->item.key))) {

Completed in 120 milliseconds