str2              217 opal/mca/base/mca_base_var.c static int compare_strings (const char *str1, const char *str2) {
str2              219 opal/mca/base/mca_base_var.c         (NULL == str1 && NULL == str2)) {
str2              223 opal/mca/base/mca_base_var.c     if (NULL != str1 && NULL != str2) {
str2              224 opal/mca/base/mca_base_var.c         return strcmp (str1, str2);
str2              149 opal/mca/base/mca_base_var_group.c static bool compare_strings (const char *str1, const char *str2) {
str2              151 opal/mca/base/mca_base_var_group.c         (NULL == str1 && NULL == str2)) {
str2              155 opal/mca/base/mca_base_var_group.c     if (NULL != str1 && NULL != str2) {
str2              156 opal/mca/base/mca_base_var_group.c         return 0 == strcmp (str1, str2);
str2              501 opal/mca/event/libevent2022/libevent/include/event2/util.h int evutil_ascii_strcasecmp(const char *str1, const char *str2);
str2              505 opal/mca/event/libevent2022/libevent/include/event2/util.h int evutil_ascii_strncasecmp(const char *str1, const char *str2, size_t n);
str2             3661 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       char str2[20]; /* enough for a level number (one digit) or a type (Data/Instruction/Unified) */
str2             3698 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	  if (hwloc_read_path_by_length(str, str2, sizeof(str2), data->root_fd) == 0) {
str2             3699 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    if (!strncmp(str2, "Data", 4))
str2             3701 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    else if (!strncmp(str2, "Unified", 7))
str2             3703 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	    else if (!strncmp(str2, "Instruction", 11))
str2              203 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c static int compare_strings (const char *str1, const char *str2) {
str2              205 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c         (NULL == str1 && NULL == str2)) {
str2              209 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     if (NULL != str1 && NULL != str2) {
str2              210 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c         return strcmp (str1, str2);
str2              146 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.c static bool compare_strings (const char *str1, const char *str2) {
str2              148 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.c         (NULL == str1 && NULL == str2)) {
str2              152 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.c     if (NULL != str1 && NULL != str2) {
str2              153 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_group.c         return 0 == strcmp (str1, str2);
str2             1303 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c     char str1[3][BUFSIZ], str2[3][BUFSIZ];
str2             1313 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c     fill(b, str2);
str2             1316 opal/mca/pmix/pmix4x/pmix/src/util/cmd_line.c         if (0 != (ret = strcasecmp(str1[i], str2[i]))) {
str2             1308 opal/util/cmd_line.c     char str1[3][BUFSIZ], str2[3][BUFSIZ];
str2             1318 opal/util/cmd_line.c     fill(b, str2);
str2             1321 opal/util/cmd_line.c         if (0 != (ret = strcasecmp(str1[i], str2[i]))) {
str2             1811 orte/orted/orted_submit.c                 char *str, *str2;
str2             1817 orte/orted/orted_submit.c                     opal_asprintf(&str2, "%s:%s", str, value);
str2             1819 orte/orted/orted_submit.c                     str = str2;
str2             1825 orte/orted/orted_submit.c                     opal_asprintf(&str2, "%s:%s", str, value);
str2             1827 orte/orted/orted_submit.c                     str = str2;