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

/solaris-userland-s11u3/components/visual-panels/core/src/java/smf-old/com/oracle/solaris/scf/common/
H A DFMRI.java328 private static int strcmp(String a, String b) method in class:FMRI
342 result = strcmp(scope_, f.scope_);
344 result = strcmp(name_, f.name_);
347 result = strcmp(service_, f.service_);
349 result = strcmp(instance_, f.instance_);
351 result = strcmp(pg_, f.pg_);
353 result = strcmp(property_, f.property_);

Completed in 618 milliseconds