OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_output
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpdc/
ntpdc.c
251
static FILE *
current_output
= NULL;
variable
1149
if (
current_output
== stdout)
1258
current_output
= fopen(fname, "w");
1259
if (
current_output
== NULL) {
1265
current_output
= stdout;
1271
(xcmd->handler)(&pcmd,
current_output
);
1274
fflush(
current_output
);
1280
(xcmd->handler)(&pcmd,
current_output
);
1282
if ((NULL !=
current_output
) && (stdout !=
current_output
)) {
[
all
...]
/src/external/bsd/ntp/dist/ntpq/
ntpq.c
461
FILE *
current_output
= NULL;
variable
637
if (ihost &&
current_output
)
638
fputc('\n',
current_output
);
640
if (icmd &&
current_output
)
641
fputc('\n',
current_output
);
1615
if (
current_output
== stdout)
1712
current_output
= fopen(fname, "w");
1713
if (
current_output
== NULL) {
1719
current_output
= fopen(PATH_DEVNULL, "w");
1720
if (
current_output
== NULL)
[
all
...]
Completed in 61 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026