both               72 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! 2. If the Fortran interface has both LOGICAL and TYPE(MPI_Status)
both              261 opal/mca/event/libevent2022/libevent/test/regress.c 	struct both *both = arg;
both              271 opal/mca/event/libevent2022/libevent/test/regress.c 	both->nread += len;
both              272 opal/mca/event/libevent2022/libevent/test/regress.c 	if (event_add(&both->ev, NULL) == -1)
both              279 opal/mca/event/libevent2022/libevent/test/regress.c 	struct both *both = arg;
both              284 opal/mca/event/libevent2022/libevent/test/regress.c 	if (len > both->nread)
both              285 opal/mca/event/libevent2022/libevent/test/regress.c 		len = both->nread;
both              297 opal/mca/event/libevent2022/libevent/test/regress.c 	both->nread -= len;
both              298 opal/mca/event/libevent2022/libevent/test/regress.c 	if (event_add(&both->ev, NULL) == -1)
both              550 opal/mca/event/libevent2022/libevent/test/regress.c 	struct both r1, r2, w1, w2;