Searched refs:lfp (Results 1 – 2 of 2) sorted by relevance
221 p_ntp_time(register const struct l_fixedpt *lfp) in p_ntp_time() argument228 i = EXTRACT_32BITS(&lfp->int_part); in p_ntp_time()229 uf = EXTRACT_32BITS(&lfp->fraction); in p_ntp_time()256 register const struct l_fixedpt *lfp) in p_ntp_delta() argument265 u = EXTRACT_32BITS(&lfp->int_part); in p_ntp_delta()267 uf = EXTRACT_32BITS(&lfp->fraction); in p_ntp_delta()270 p_ntp_time(lfp); in p_ntp_delta()
1340 const char *lfp; in initio() local1348 if ((lfp = getenv("SDMKSH_PATH")) == NULL) { in initio()1349 if ((lfp = getenv("HOME")) == NULL || *lfp != '/') in initio()1351 lfp = shf_smprintf("%s/mksh-dbg.txt", lfp); in initio()1354 if ((shl_dbg_fd = open(lfp, O_WRONLY | O_APPEND | O_CREAT, 0600)) < 0) in initio()1355 errorf("cannot open debug output file %s", lfp); in initio()