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

/freebsd-current/usr.bin/fetch/
H A Dfetch.c73 static int o_stdout; /* output file is stdout */ variable
557 if (!o_stdout) {
611 if (l_flag && strcmp(url->scheme, "file") == 0 && !o_stdout) {
619 if (us.size == -1 && !o_stdout && v_level > 0)
631 if (o_stdout) {
800 if (!n_flag && us.mtime && !o_stdout && of != NULL &&
838 if(!o_stdout && a_flag && count > size_prev) {
1136 o_stdout = 1;
1178 if (o_stdout) {

Completed in 141 milliseconds