Searched refs:lfp (Results 1 – 2 of 2) sorted by relevance
202 p_ntp_time(register const struct l_fixedpt *lfp) in p_ntp_time() argument209 i = EXTRACT_32BITS(&lfp->int_part); in p_ntp_time()210 uf = EXTRACT_32BITS(&lfp->fraction); in p_ntp_time()237 register const struct l_fixedpt *lfp) in p_ntp_delta() argument246 u = EXTRACT_32BITS(&lfp->int_part); in p_ntp_delta()248 uf = EXTRACT_32BITS(&lfp->fraction); in p_ntp_delta()251 p_ntp_time(lfp); in p_ntp_delta()
1361 const char *lfp; in initio() local1369 if ((lfp = getenv("SDMKSH_PATH")) == NULL) { in initio()1370 if ((lfp = getenv("HOME")) == NULL || *lfp != '/') in initio()1372 lfp = shf_smprintf("%s/mksh-dbg.txt", lfp); in initio()1375 if ((shl_dbg_fd = open(lfp, O_WRONLY | O_APPEND | O_CREAT, 0600)) < 0) in initio()1376 errorf("cannot open debug output file %s", lfp); in initio()