Searched refs:o_mode (Results 1 – 3 of 3) sorted by relevance
103 char *i_mode, *o_mode, *e_mode; in stdbuf() local106 o_mode = getenv("_STDBUF_O"); in stdbuf()113 if (o_mode != NULL) in stdbuf()114 change_buf(stdout, o_mode); in stdbuf()
577 static enum operation_mode o_mode = M_DEFAULT_Q; variable629 if (o_mode != M_AXFR) in parse_args()630 o_mode = M_SINGLE_Q; in parse_args()635 o_mode = M_SOA; in parse_args()649 o_mode = M_AXFR; in parse_args()670 if (o_mode != M_AXFR) in parse_args()671 o_mode = M_SINGLE_Q; in parse_args()681 o_mode = M_AXFR; in parse_args()686 o_mode = M_IXFR; in parse_args()836 if (o_mode == M_SINGLE_Q && in report()[all …]
52 static mode_t o_mode = 0777; variable73 ATF_REQUIRE((filedesc = open(path, O_CREAT, o_mode)) != -1); \113 ATF_REQUIRE((filedesc = open(path, O_CREAT, o_mode)) != -1); \