Searched defs:tmp_path_name (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/rmformat/ |
H A D | rmf_misc.c | 231 char tmp_path_name[PATH_MAX]; local 272 (void) snprintf(tmp_path_name, PATH_MAX, "%s%s", "/vol/dev/", 275 (void) snprintf(tmp_path_name, PATH_MAX, "%s", real_name); 277 DPRINTF1("%s \n", tmp_path_name); 278 ret_val = stat(tmp_path_name, &stat_buf); 306 if (strstr(mntp->mnt_special, tmp_path_name) != 586 char tmp_path_name[PATH_MAX]; local 608 (void) strcpy(tmp_path_name, real_name); 609 ret_val = stat(tmp_path_name, &stat_buf); 632 if (strncmp(tmp_path_name, "/vo [all...] |
Completed in 59 milliseconds