Home
last modified time | relevance | path

Searched refs:o_mode (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libstdbuf/
H A Dstdbuf.c103 char *i_mode, *o_mode, *e_mode; in stdbuf() local
106 o_mode = getenv("_STDBUF_O"); in stdbuf()
113 if (o_mode != NULL) in stdbuf()
114 change_buf(stdout, o_mode); in stdbuf()
/freebsd/contrib/ldns-host/
H A Dldns-host.c629 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()
1058 o_mode = M_SINGLE_Q; in main()
1066 o_mode = M_SINGLE_Q; in main()
[all …]
/freebsd/tests/sys/audit/
H A Dopen.c52 static mode_t o_mode = 0777; variable
73 ATF_REQUIRE((filedesc = open(path, O_CREAT, o_mode)) != -1); \
113 ATF_REQUIRE((filedesc = open(path, O_CREAT, o_mode)) != -1); \