Home | History | Annotate | Download | only in src

Lines Matching refs:lfp

1361 	const char *lfp;
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);