OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lfp
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-ntp.c
202
p_ntp_time(register const struct l_fixedpt *
lfp
)
209
i = EXTRACT_32BITS(&
lfp
->int_part);
210
uf = EXTRACT_32BITS(&
lfp
->fraction);
234
/* Prints time difference between *
lfp
and *olfp */
237
register const struct l_fixedpt *
lfp
)
246
u = EXTRACT_32BITS(&
lfp
->int_part);
248
uf = EXTRACT_32BITS(&
lfp
->fraction);
251
p_ntp_time(
lfp
);
/external/mksh/src/
main.c
1361
const char *
lfp
;
local
1369
if ((
lfp
= getenv("SDMKSH_PATH")) == NULL) {
1370
if ((
lfp
= getenv("HOME")) == NULL || *
lfp
!= '/')
1372
lfp
= shf_smprintf("%s/mksh-dbg.txt",
lfp
);
1375
if ((shl_dbg_fd = open(
lfp
, O_WRONLY | O_APPEND | O_CREAT, 0600)) < 0)
1376
errorf("cannot open debug output file %s",
lfp
);
[
all
...]
Completed in 34 milliseconds