strncasecmp       329 lib/common/operations.c             if (strncasecmp(prop_name, CRM_META, meta_len) == 0) {
strncasecmp       621 lib/common/utils.c     if (strncasecmp(units, "ms", 2) == 0 || strncasecmp(units, "msec", 4) == 0) {
strncasecmp       624 lib/common/utils.c     } else if (strncasecmp(units, "us", 2) == 0 || strncasecmp(units, "usec", 4) == 0) {
strncasecmp       627 lib/common/utils.c     } else if (strncasecmp(units, "s", 1) == 0 || strncasecmp(units, "sec", 3) == 0) {
strncasecmp       630 lib/common/utils.c     } else if (strncasecmp(units, "m", 1) == 0 || strncasecmp(units, "min", 3) == 0) {
strncasecmp       633 lib/common/utils.c     } else if (strncasecmp(units, "h", 1) == 0 || strncasecmp(units, "hr", 2) == 0) {
strncasecmp       710 tools/fake_transition.c         if (strncasecmp(key, spec, strlen(key)) == 0) {