Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/fetch/
H A Dfetch.c74 static int o_stdout; /* output file is stdout */ variable
558 if (!o_stdout) { in fetch()
613 if (l_flag && strcmp(url->scheme, "file") == 0 && !o_stdout) { in fetch()
621 if (us.size == -1 && !o_stdout && v_level > 0) in fetch()
633 if (o_stdout) { in fetch()
802 if (!n_flag && us.mtime && !o_stdout && of != NULL && in fetch()
840 if(!o_stdout && a_flag && count > size_prev) { in fetch()
1138 o_stdout = 1; in main()
1180 if (o_stdout) { in main()