HomeSort by relevance Sort by last modified time
    Searched refs:lfp (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-ntp.c 221 p_ntp_time(register const struct l_fixedpt *lfp)
228 i = EXTRACT_32BITS(&lfp->int_part);
229 uf = EXTRACT_32BITS(&lfp->fraction);
253 /* Prints time difference between *lfp and *olfp */
256 register const struct l_fixedpt *lfp)
265 u = EXTRACT_32BITS(&lfp->int_part);
267 uf = EXTRACT_32BITS(&lfp->fraction);
270 p_ntp_time(lfp);
  /external/mksh/src/
main.c 1391 const char *lfp; local
1399 if ((lfp = getenv("SDMKSH_PATH")) == NULL) {
1400 if ((lfp = getenv("HOME")) == NULL || *lfp != '/')
1402 lfp = shf_smprintf("%s/mksh-dbg.txt", lfp);
1405 if ((shl_dbg_fd = open(lfp, O_WRONLY | O_APPEND | O_CREAT, 0600)) < 0)
1406 errorf("cannot open debug output file %s", lfp);
    [all...]

Completed in 111 milliseconds