s2               2044 opal/mca/event/libevent2022/libevent/evutil.c evutil_ascii_strcasecmp(const char *s1, const char *s2)
s2               2049 opal/mca/event/libevent2022/libevent/evutil.c 		c2 = EVUTIL_TOLOWER(*s2++);
s2               2058 opal/mca/event/libevent2022/libevent/evutil.c int evutil_ascii_strncasecmp(const char *s1, const char *s2, size_t n)
s2               2063 opal/mca/event/libevent2022/libevent/evutil.c 		c2 = EVUTIL_TOLOWER(*s2++);
s2               2376 opal/mca/event/libevent2022/libevent/test/regress_http.c 	char *s=NULL, *s2=NULL;
s2               2384 opal/mca/event/libevent2022/libevent/test/regress_http.c 		s2 = evhttp_uridecode((s), (plus), &sz);	\
s2               2385 opal/mca/event/libevent2022/libevent/test/regress_http.c 		tt_assert(s2);					\
s2               2386 opal/mca/event/libevent2022/libevent/test/regress_http.c 		tt_str_op(s2,==,(from));			\
s2               2389 opal/mca/event/libevent2022/libevent/test/regress_http.c 		free(s2);					\
s2               2390 opal/mca/event/libevent2022/libevent/test/regress_http.c 		s = s2 = NULL;					\
s2               2466 opal/mca/event/libevent2022/libevent/test/regress_http.c 	if (s2)
s2               2467 opal/mca/event/libevent2022/libevent/test/regress_http.c 		free(s2);
s2                160 opal/mca/event/libevent2022/libevent/win32select.c 		SOCKET s2;
s2                161 opal/mca/event/libevent2022/libevent/win32select.c 		s2 = set->fd_array[i] = set->fd_array[set->fd_count];
s2                163 opal/mca/event/libevent2022/libevent/win32select.c 		ent2 = evmap_io_get_fdinfo(&base->io, s2);
s2                170 opal/mca/hwloc/base/hwloc_base_dt.c     struct hwloc_topology_support *s1, *s2;
s2                219 opal/mca/hwloc/base/hwloc_base_dt.c     if (NULL == (s2 = (struct hwloc_topology_support*)hwloc_topology_get_support(t2)) ||
s2                220 opal/mca/hwloc/base/hwloc_base_dt.c         NULL == s2->cpubind || NULL == s2->membind) {
s2                224 opal/mca/hwloc/base/hwloc_base_dt.c     if (s1->cpubind->set_thisproc_cpubind != s2->cpubind->set_thisproc_cpubind ||
s2                225 opal/mca/hwloc/base/hwloc_base_dt.c         s1->cpubind->set_thisthread_cpubind != s2->cpubind->set_thisthread_cpubind ||
s2                226 opal/mca/hwloc/base/hwloc_base_dt.c         s1->membind->set_thisproc_membind != s2->membind->set_thisproc_membind ||
s2                227 opal/mca/hwloc/base/hwloc_base_dt.c         s1->membind->set_thisthread_membind != s2->membind->set_thisthread_membind) {
s2                367 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h static __hwloc_inline int hwloc_strncasecmp(const char *s1, const char *s2, size_t n)
s2                370 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h   return strncasecmp(s1, s2, n);
s2                373 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h     char c1 = tolower(*s1), c2 = tolower(*s2);
s2                376 opal/mca/hwloc/hwloc201/hwloc/include/private/misc.h     n--; s1++; s2++;
s2                190 orte/runtime/orte_globals.h #define ORTE_COMPUTE_TIME_DIFF(r, ur, s1, us1, s2, us2)     \
s2                192 orte/runtime/orte_globals.h         (r) = (s2) - (s1);                                  \
s2                368 test/monitoring/check_monitoring.c     char s1[20], s2[20];
s2                397 test/monitoring/check_monitoring.c         MPI_Scatter(coll_buff, 13, MPI_CHAR, s2, 13, MPI_CHAR, n, MPI_COMM_WORLD);
s2                398 test/monitoring/check_monitoring.c         if( strncmp(s1, s2, 13) ) {
s2                400 test/monitoring/check_monitoring.c                     "\"hello world!\" from %d.\n", s2, n);
s2                424 test/monitoring/check_monitoring.c             MPI_Bcast(s2, 13, MPI_CHAR, n, MPI_COMM_WORLD);
s2                425 test/monitoring/check_monitoring.c             if( strncmp(s1, s2, 13) ) {
s2                427 test/monitoring/check_monitoring.c                         "\"hello world!\" from %d.\n", s2, n);
s2                466 test/monitoring/check_monitoring.c                 MPI_Recv(s2, 13, MPI_CHAR, from, from, MPI_COMM_WORLD, &status);
s2                468 test/monitoring/check_monitoring.c                 MPI_Recv(s2, 13, MPI_CHAR, from, from, MPI_COMM_WORLD, &status);
s2                471 test/monitoring/check_monitoring.c             if( strncmp(s2, "hello world!", 13) ) {
s2                473 test/monitoring/check_monitoring.c                         s2);
s2                500 test/monitoring/check_monitoring.c             MPI_Get(s2, 13, MPI_CHAR, i, 0, 13, MPI_CHAR, win);
s2                502 test/monitoring/check_monitoring.c             if( strncmp(s2, "hello world!", 13) ) {
s2                504 test/monitoring/check_monitoring.c                         s2);