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

/opensolaris-onvv-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;
/opensolaris-onvv-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.c352 char full_path[FULLPATH_MAX]; local
365 sprintf(full_path, "%s/%s/%s", fs_path, ment->mnt_fstype,
402 execv(full_path, &newargv[1]);
405 newargv[1] = full_path;
418 full_path);
H A Dmount.c808 char full_path[PATH_MAX]; local
815 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, myname);
834 if (access(full_path, 0) == 0) {
835 execv(full_path, &newargv[1]);
839 myname, full_path);
843 newargv[1] = full_path;
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_subr.c601 char full_path[MAXPATHLEN]; local
613 snprintf(full_path, sizeof (full_path), "%s/%s/%s", vfs_path,
619 if (access(full_path, X_OK) == 0) {
621 execv(full_path, &newargv[1]);
626 full_path, strerror(errno)));
633 newargv[1] = full_path;
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/fs.d/cachefs/mount/
H A Dmount.c1174 char full_path[PATH_MAX]; local
1180 sprintf(full_path, "%s/%s/%s", vfs_path, fstype, progp);
1184 if (access(full_path, 0) == 0) {
1186 execv(full_path, &newargv[1]);
1191 full_path, strerror(errno));
1197 newargv[1] = full_path;
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dflowop_library.c1979 char full_path[MAXPATHLEN]; local
1985 if ((ret = flowoplib_getdirpath(dir, full_path)) != FILEBENCH_OK)
1989 (void) FB_MKDIR(full_path, 0755);
2011 char full_path[MAXPATHLEN]; local
2017 if ((ret = flowoplib_getdirpath(dir, full_path)) != FILEBENCH_OK)
2021 (void) FB_RMDIR(full_path);
2050 char full_path[MAXPATHLEN]; local
2065 if ((ret = flowoplib_getdirpath(dir, full_path)) != FILEBENCH_OK)
2071 if ((dir_handle = FB_OPENDIR(full_path)) == NULL) {
H A Dfileset.c225 char full_path[MAXPATHLEN]; local
231 (void) fb_strlcpy(full_path, filesetpath, MAXPATHLEN);
233 (void) fb_strlcat(full_path, part_path, MAXPATHLEN);
237 if (fileset_mkdir(full_path, 0755) == FILEBENCH_ERROR)
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c217 static char full_path[MAXNAMELEN]; local
224 (void) strcpy(full_path, cf->cf_fs);
226 (void) strcat(full_path, "/");
230 (void) strcat(full_path, ptr);
231 return (full_path);
/opensolaris-onvv-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...]
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h296 char *full_path; member in struct:numeral
H A Ddevfsadm.c4973 numeral->full_path = s_strdup(devfs_path);
5046 " cache. path: %s\n", fcn, np->full_path);
5053 cp = alloc_cmp_str(np->full_path,
5089 vprint(ENUM_MID, "%s: full_path: %s\n", fcn, np->full_path);
5647 np->full_path = NULL;
5747 np->full_path = s_strdup(linkptr);
5793 free(savednumset->full_path);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm214 $full_path = File::Spec->catpath( $volume, $directory, $file );

Completed in 225 milliseconds