Home
last modified time | relevance | path

Searched refs:temp_path (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c708 char temp_path[PATH_MAX]; in init_dryrunfile() local
709 char *dot_pos = (temp_path+strlen(dr_dir)+7); in init_dryrunfile()
716 (void) snprintf(temp_path, sizeof (temp_path), "%s/dryrun", dr_dir); in init_dryrunfile()
720 if (!init_drfile(&dryrun_sumasc, temp_path)) in init_dryrunfile()
725 if (!init_drfile(&dryrun_fsasc, temp_path)) in init_dryrunfile()
730 if (!init_drfile(&dryrun_poasc, temp_path)) in init_dryrunfile()
735 if (!init_drfile(&dryrun_bin, temp_path)) in init_dryrunfile()
744 char temp_path[PATH_MAX]; in init_contfile() local
750 (void) snprintf(temp_path, sizeof (temp_path), in init_contfile()
752 continue_bin = strdup(temp_path); in init_contfile()
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c3269 char temp_path[MAXPATHLEN]; in l_get_node_status() local
3296 (void) strcpy(temp_path, path); in l_get_node_status()
3336 (void) strcat(temp_path, sbuf); in l_get_node_status()
3397 (void) strcat(temp_path, sbuf); in l_get_node_status()
3403 if (stat(temp_path, &stat_buf) == -1) { in l_get_node_status()
3411 temp_path); in l_get_node_status()
3452 (void) strcpy(temp_path, path); in l_get_node_status()
3509 (void) strcat(temp_path, sbuf); in l_get_node_status()
3570 (void) strcat(temp_path, sbuf); in l_get_node_status()
3574 temp_path); in l_get_node_status()
[all …]