replaced         3250 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! is replaced by the specific generics.
replaced          267 opal/mca/event/libevent2022/libevent/http.c 		const char *replaced = NULL;
replaced          268 opal/mca/event/libevent2022/libevent/http.c 		const size_t replace_size = html_replace(html[i], &replaced);
replaced          285 opal/mca/event/libevent2022/libevent/http.c 		const char *replaced = &html[i];
replaced          286 opal/mca/event/libevent2022/libevent/http.c 		const size_t len = html_replace(html[i], &replaced);
replaced          287 opal/mca/event/libevent2022/libevent/http.c 		memcpy(p, replaced, len);
replaced          175 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced)                   \
replaced          177 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   replaced=NULL;                                                                 \
replaced          178 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   HASH_FIND(hh,head,&((add)->fieldname),keylen_in,replaced);                     \
replaced          179 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h   if (replaced!=NULL) {                                                          \
replaced          180 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h      HASH_DELETE(hh,head,replaced);                                              \
replaced          268 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_REPLACE_STR(head,strfield,add,replaced)                             \
replaced          269 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h     HASH_REPLACE(hh,head,strfield[0],(unsigned)strlen(add->strfield),add,replaced)
replaced          274 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_REPLACE_INT(head,intfield,add,replaced)                             \
replaced          275 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h     HASH_REPLACE(hh,head,intfield,sizeof(int),add,replaced)
replaced          280 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h #define HASH_REPLACE_PTR(head,ptrfield,add,replaced)                             \
replaced          281 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h     HASH_REPLACE(hh,head,ptrfield,sizeof(void *),add,replaced)