flflags          1035 orte/mca/state/base/state_base_fns.c     int nfds, i, fdflags, flflags;
flflags          1053 orte/mca/state/base/state_base_fns.c         flflags = fcntl(i, F_GETFL);
flflags          1054 orte/mca/state/base/state_base_fns.c         if (-1 == flflags) {
flflags          1080 orte/mca/state/base/state_base_fns.c         if (flflags & O_APPEND) {
flflags          1083 orte/mca/state/base/state_base_fns.c         if (flflags & O_NONBLOCK) {
flflags          1092 orte/mca/state/base/state_base_fns.c         if (O_RDONLY == (flflags & 3)) {
flflags          1094 orte/mca/state/base/state_base_fns.c         } else if (O_WRONLY == (flflags & 3)) {