strncmp           493 include/crm/pengine/internal.h         return (strlen(id) == base_len) && !strncmp(id, rsc->id, base_len);
strncmp          1406 lib/common/ipc_client.c             && strncmp(last_asked_name, name, sizeof(last_asked_name))) {
strncmp           802 lib/common/schemas.c                         if (!strncmp(arg_cur, "WARNING: ",
strncmp           813 lib/common/schemas.c                         if (!strncmp(arg_cur, "INFO: ",
strncmp           824 lib/common/schemas.c                         if (!strncmp(arg_cur, "DEBUG: ",
strncmp           861 libltdl/ltdl.c 	  if (strncmp(p, "-L", 2) == 0 || strncmp(p, "-R", 2) == 0)
strncmp           912 libltdl/ltdl.c 	  if (strncmp(p, "-L", 2) != 0 && strncmp(p, "-R", 2) != 0)
strncmp           917 libltdl/ltdl.c 	      if (strncmp(p, "-l", 2) == 0)
strncmp          1084 libltdl/ltdl.c       if (strncmp (line, STR_DLNAME, sizeof (STR_DLNAME) - 1) == 0)
strncmp          1091 libltdl/ltdl.c       else if (strncmp (line, STR_OLD_LIBRARY,
strncmp          1101 libltdl/ltdl.c       else if (strncmp (line, STR_LIBDIR, sizeof (STR_LIBDIR) - 1) == 0)
strncmp          1113 libltdl/ltdl.c       else if (strncmp (line, STR_DL_DEPLIBS,
strncmp          1129 libltdl/ltdl.c       else if (!*dlname && strncmp (line, STR_LIBRARY_NAMES,
strncmp          1305 libltdl/ltdl.c 	  if (strncmp(name, "lib", 3) == 0)
strncmp            40 replace/unsetenv.c         if (!strncmp(*ep, name, len) && (*ep)[len] == '=') {