Searched refs:fnsave (Results 1 – 1 of 1) sorted by relevance
188 char fnsave[FMT_PTIME]; member404 sv_ch = ld->fnsave[26]; in processorstart()429 bb_error_msg(INFO"processing: %s/%s", ld->name, ld->fnsave); in processorstart()431 fd = open_or_warn(ld->fnsave, O_RDONLY|O_NDELAY); in processorstart()442 ld->fnsave[26] = 't'; /* <- that's why we need sv_ch! */ in processorstart()443 fd = xopen(ld->fnsave, O_WRONLY|O_NDELAY|O_TRUNC|O_CREAT); in processorstart()459 ld->fnsave[26] = sv_ch; /* ...restore */ in processorstart()480 ld->fnsave[26] = 't'; in processorstop()481 unlink(ld->fnsave); in processorstop()482 ld->fnsave[26] = 'u'; in processorstop()[all …]