Home | History | Annotate | Download | only in src

Lines Matching refs:lfp

1378 	const char *lfp;
1386 if ((lfp = getenv("SDMKSH_PATH")) == NULL) {
1387 if ((lfp = getenv("HOME")) == NULL || !mksh_abspath(lfp))
1389 lfp = shf_smprintf(Tf_sSs, lfp, "mksh-dbg.txt");
1392 if ((shl_dbg_fd = open(lfp, O_WRONLY | O_APPEND | O_CREAT, 0600)) < 0)
1393 errorf("cannot open debug output file %s", lfp);