OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ftemp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
kern_ntptime.c
426
l_fp
ftemp
; /* 32/64-bit temporary */
local
510
ftemp
= time_offset;
515
L_RSHIFT(
ftemp
, pps_shift);
517
L_RSHIFT(
ftemp
, SHIFT_PLL + time_constant);
519
L_RSHIFT(
ftemp
, SHIFT_PLL + time_constant);
521
time_adj =
ftemp
;
522
L_SUB(time_offset,
ftemp
);
552
L_LINT(
ftemp
, tickrate * 1000);
553
L_ADD(time_adj,
ftemp
);
620
l_fp
ftemp
;
local
704
l_fp
ftemp
;
local
[
all
...]
/src/usr.bin/ftp/
util.c
542
static FILE *
ftemp
= NULL;
local
554
if (
ftemp
) {
555
(void)fclose(
ftemp
);
556
ftemp
= NULL;
568
if (
ftemp
== NULL) {
597
ftemp
= fopen(temp, "r");
599
if (
ftemp
== NULL) {
608
if (fgets(buf, sizeof(buf),
ftemp
) == NULL) {
609
(void)fclose(
ftemp
);
610
ftemp
= NULL
[
all
...]
Completed in 19 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026