Lines Matching defs:temp_path
708 char temp_path[PATH_MAX];
709 char *dot_pos = (temp_path+strlen(dr_dir)+7);
716 (void) snprintf(temp_path, sizeof (temp_path), "%s/dryrun", dr_dir);
720 if (!init_drfile(&dryrun_sumasc, temp_path))
725 if (!init_drfile(&dryrun_fsasc, temp_path))
730 if (!init_drfile(&dryrun_poasc, temp_path))
735 if (!init_drfile(&dryrun_bin, temp_path))
744 char temp_path[PATH_MAX];
750 (void) snprintf(temp_path, sizeof (temp_path),
752 continue_bin = strdup(temp_path);