strncmp           264 include/crm/pengine/internal.h         return (strlen(id) == base_len) && !strncmp(id, rsc->id, base_len);
strncmp          1756 lib/ais/plugin.c     if (data && len > 12 && strncmp("remove-peer:", data, 12) == 0) {
strncmp           854 libltdl/ltdl.c 	  if (strncmp(p, "-L", 2) == 0 || strncmp(p, "-R", 2) == 0)
strncmp           905 libltdl/ltdl.c 	  if (strncmp(p, "-L", 2) != 0 && strncmp(p, "-R", 2) != 0)
strncmp           910 libltdl/ltdl.c 	      if (strncmp(p, "-l", 2) == 0)
strncmp          1077 libltdl/ltdl.c       if (strncmp (line, STR_DLNAME, sizeof (STR_DLNAME) - 1) == 0)
strncmp          1084 libltdl/ltdl.c       else if (strncmp (line, STR_OLD_LIBRARY,
strncmp          1094 libltdl/ltdl.c       else if (strncmp (line, STR_LIBDIR, sizeof (STR_LIBDIR) - 1) == 0)
strncmp          1106 libltdl/ltdl.c       else if (strncmp (line, STR_DL_DEPLIBS,
strncmp          1122 libltdl/ltdl.c       else if (!*dlname && strncmp (line, STR_LIBRARY_NAMES,
strncmp          1298 libltdl/ltdl.c 	  if (strncmp(name, "lib", 3) == 0)
strncmp            40 replace/unsetenv.c         if (!strncmp(*ep, name, len) && (*ep)[len] == '=') {