Home
last modified time | relevance | path

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

/freebsd/usr.bin/fetch/
H A Dfetch.c73 static int o_stdout; /* output file is stdout */ variable
557 if (!o_stdout) { in fetch()
612 if (l_flag && strcmp(url->scheme, "file") == 0 && !o_stdout) { in fetch()
620 if (us.size == -1 && !o_stdout && v_level > 0) in fetch()
632 if (o_stdout) { in fetch()
801 if (!n_flag && us.mtime && !o_stdout && of != NULL && in fetch()
839 if(!o_stdout && a_flag && count > size_prev) { in fetch()
1137 o_stdout = 1; in main()
1179 if (o_stdout) { in main()