Searched refs:full_path (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dvroot.cc46 char full_path[MAXPATHLEN+1]; member in struct:__anon52
162 return(vroot_data.full_path);
207 (void)strcpy(vroot_data.full_path, filename);
208 vroot_data.filename_start= vroot_data.full_path;
209 (void)(*thunk)(vroot_data.full_path);
218 p= vroot_data.full_path;
222 if ((*thunk)(vroot_data.full_path)) return;};
223 (void)strcpy(vroot_data.full_path, filename);
232 p= vroot_data.full_path;
250 if ((*thunk)(vroot_data.full_path)) retur
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_at.c100 char full_path[PATH_MAX]; local
109 (void) strcat(strcat(strcpy(full_path, path), "/"),
111 name = full_path;
H A Daudit_cron.c293 char full_path[PATH_MAX]; local
311 (void) strcat(strcat(strcpy(full_path, path), "/"),
313 fname = full_path;
446 char full_path[PATH_MAX]; local
457 (void) strcat(strcat(strcpy(full_path, path), "/"), name);
458 name = full_path;
508 char full_path[PATH_MAX]; local
517 (void) strcat(strcat(strcpy(full_path, path), "/"), name);
518 name = full_path;
/illumos-gate/usr/src/cmd/fs.d/
H A Dvolcopy.c243 char full_path[PATH_MAX]; local
247 sprintf(full_path, "%s/%s/volcopy", vfs_path, fstype);
253 execv(full_path, &nargv[1]);
256 " - permission denied\n", full_path);
261 nargv[1] = full_path;
H A Dff.c54 char full_path[FULLPATH_MAX]; variable
329 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, cbasename);
330 newargv[1] = &full_path[FULLPATH_MAX];
335 execv(full_path, &newargv[1]);
338 newargv[1] = full_path;
344 full_path);
H A Dswitchout.c124 char full_path[PATH_MAX]; local
266 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, cbasename);
304 execv(full_path, &newargv[1]);
307 sprintf(full_path, "%s/%s/%s", alt_path, fstype, cbasename);
315 execv(full_path, &newargv[1]);
319 newargv[1] = full_path;
325 cbasename, full_path);
H A Dfsck.c775 char full_path[PATH_MAX]; local
840 char full_path[PATH_MAX]; local
850 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, myname);
855 execv(full_path, &nargv[1]);
859 myname, full_path);
863 nargv[1] = full_path;
869 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, myname);
874 execv(full_path, &nargv[1]);
878 myname, full_path);
883 nargv[1] = full_path;
[all...]
H A Dumount.c342 char full_path[FULLPATH_MAX]; local
355 sprintf(full_path, "%s/%s/%s", fs_path, ment->mnt_fstype,
392 execv(full_path, &newargv[1]);
395 newargv[1] = full_path;
408 full_path);
H A Dmount.c804 char full_path[PATH_MAX]; local
811 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, myname);
830 if (access(full_path, 0) == 0) {
831 execv(full_path, &newargv[1]);
835 myname, full_path);
839 newargv[1] = full_path;
/illumos-gate/usr/src/cmd/bart/
H A Drules.c613 char full_path[PATH_MAX], pattern[PATH_MAX]; local
624 (void) snprintf(full_path, sizeof (full_path),
634 return (add_single_rule(full_path));
641 if (strcmp(full_path, "/") == 0)
644 beg_pattern = full_path;
744 (void) fprintf(stderr, INVALID_SUBTREE, full_path);
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Di.CompCpio.sh410 full_path=`echo $Client_BD/$path | sed s@//@/@g`
411 spclcase $full_path
431 full_path=`echo $Client_BD/$path | sed s@//@/@g`
432 spclcase $full_path
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c218 static char full_path[MAXNAMELEN]; local
225 (void) strcpy(full_path, cf->cf_fs);
227 (void) strcat(full_path, "/");
231 (void) strcat(full_path, ptr);
232 return (full_path);
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c1507 gchar *full_path; local
1512 full_path = g_strdup_printf ("%s/%s", dir, filename);
1513 /*HAL_INFO (("Full path = %s", full_path));*/
1518 if (g_file_test (full_path, (G_FILE_TEST_IS_REGULAR))) {
1534 } else if (g_file_test (full_path, (G_FILE_TEST_IS_DIR))
1562 g_free (full_path);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c1061 char *full_path; local
1091 if ((full_path = (char *)malloc(len)) == NULL) {
1102 (void) snprintf(full_path, len, "%s%s", default_root,
1105 (void) snprintf(full_path, len, "%s%s", default_root, dev_dir);
1124 free(full_path);
1130 if (nftw(full_path, check_logical_dev, FT_DEPTH, walk_flags) == -1) {
1132 free(full_path);
1187 free(full_path);
H A Ddevinfo.c1135 char *full_path, *name, *devfspath; local
1151 full_path = (char *)calloc(1, full_path_len);
1152 if (full_path != NULL)
1153 (void) snprintf(full_path, full_path_len, "%s:%s",
1157 return (full_path);
1171 char *full_path; local
1196 full_path = (char *)calloc(1, full_path_len);
1198 if (full_path != NULL)
1199 (void) snprintf(full_path, full_path_len, "%s/%s@%s",
1202 return (full_path);
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c441 char *full_path; local
465 full_path = Zalloc(pathlen);
466 (void) snprintf(full_path, pathlen, "/dev/md/rdsk/%s", fname);
470 full_path = Zalloc(pathlen);
471 (void) snprintf(full_path, pathlen, "/dev/md/%s/rdsk/%s",
475 if ((raw_name = rawname(full_path)) != NULL) {
484 Free(full_path);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h296 char *full_path; member in struct:numeral
H A Ddevfsadm.c4974 numeral->full_path = s_strdup(devfs_path);
5047 " cache. path: %s\n", fcn, np->full_path);
5054 cp = alloc_cmp_str(np->full_path,
5090 vprint(ENUM_MID, "%s: full_path: %s\n", fcn, np->full_path);
5648 np->full_path = NULL;
5748 np->full_path = s_strdup(linkptr);
5794 free(savednumset->full_path);

Completed in 2133 milliseconds