Home | History | Annotate | Download | only in src

Lines Matching refs:lfp

1346 	const char *lfp;
1354 if ((lfp = getenv("SDMKSH_PATH")) == NULL) {
1355 if ((lfp = getenv("HOME")) == NULL || *lfp != '/')
1357 lfp = shf_smprintf("%s/mksh-dbg.txt", lfp);
1360 if ((shl_dbg_fd = open(lfp, O_WRONLY | O_APPEND | O_CREAT, 0600)) < 0)
1361 errorf("cannot open debug output file %s", lfp);