strncasecmp       172 daemons/fenced/fenced_commands.c                 if (mapval != val && strncasecmp(target, val, (size_t)(mapval - val)) == 0) {
strncasecmp       921 lib/common/iso8601.c     if ((strncasecmp(PCMK__VALUE_EPOCH, date_str, 5) == 0)
strncasecmp       400 lib/common/strings.c         || (strncasecmp(units, "s", 1) == 0)
strncasecmp       401 lib/common/strings.c         || (strncasecmp(units, "sec", 3) == 0)) {
strncasecmp       405 lib/common/strings.c     } else if ((strncasecmp(units, "ms", 2) == 0)
strncasecmp       406 lib/common/strings.c                || (strncasecmp(units, "msec", 4) == 0)) {
strncasecmp       410 lib/common/strings.c     } else if ((strncasecmp(units, "us", 2) == 0)
strncasecmp       411 lib/common/strings.c                || (strncasecmp(units, "usec", 4) == 0)) {
strncasecmp       415 lib/common/strings.c     } else if ((strncasecmp(units, "m", 1) == 0)
strncasecmp       416 lib/common/strings.c                || (strncasecmp(units, "min", 3) == 0)) {
strncasecmp       420 lib/common/strings.c     } else if ((strncasecmp(units, "h", 1) == 0)
strncasecmp       421 lib/common/strings.c                || (strncasecmp(units, "hr", 2) == 0)) {
strncasecmp       608 lib/pacemaker/pcmk_simulate.c         if (strncasecmp(key, spec, strlen(key)) == 0) {
strncasecmp       619 lib/pacemaker/pcmk_simulate.c             if (strncasecmp(key, spec, strlen(key)) == 0) {