OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currenthost
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpdc/
ntpdc.c
178
static char
currenthost
[LENHOSTNAME]; /* current host name */
variable
508
printf("Closing old host %s\n",
currenthost
);
512
strlcpy(
currenthost
, temphost, sizeof(
currenthost
));
587
warning("write to %s failed",
currenthost
);
691
currenthost
);
696
currenthost
);
1701
(void) fprintf(fp, "current host is %s\n",
currenthost
);
1716
"current host remains %s\n",
currenthost
);
1724
(void) fprintf(fp, "current host set to %s\n",
currenthost
);
[
all
...]
/src/external/bsd/ntp/dist/ntpq/
libntpq.c
434
fprintf(stderr, "server=%s ",
currenthost
);
493
fprintf(stderr, "server=%s ",
currenthost
);
ntpq.c
362
char
currenthost
[LENHOSTNAME]; /* current host name */
variable
777
printf("Closing old host %s\n",
currenthost
);
781
strlcpy(
currenthost
, temphost, sizeof(
currenthost
));
912
warning("write to %s failed",
currenthost
);
1031
currenthost
);
1037
currenthost
);
1437
fprintf(stderr, "server=%s ",
currenthost
);
2534
currenthost
);
2552
fprintf(fp, "current host set to %s\n",
currenthost
);
[
all
...]
ntpq-subs.c
15
extern char
currenthost
[];
753
xprintf(fp, "server=%s ",
currenthost
);
834
(void) xprintf(fp, "server=%s ",
currenthost
);
919
xprintf(fp, "server=%s ",
currenthost
);
1130
xprintf(fp, "server=%s ",
currenthost
);
1137
xprintf(stderr, "server=%s ",
currenthost
);
1489
(void) xprintf(fp, "server=%s ",
currenthost
);
1917
serverlocal = trunc_left(
currenthost
,
1920
serverlocal =
currenthost
;
2005
xprintf(stderr, "server=%s ",
currenthost
);
[
all
...]
Completed in 35 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026