/illumos-gate/usr/src/lib/libbsm/common/ |
H A D | audit_at.c | 100 char full_path[PATH_MAX]; local 109 (void) strcat(strcat(strcpy(full_path, path), "/"), 111 name = full_path;
|
H A D | audit_cron.c | 293 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 D | volcopy.c | 243 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 D | ff.c | 54 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 D | switchout.c | 124 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 D | fsck.c | 775 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 D | umount.c | 342 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 D | mount.c | 804 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/make/lib/vroot/ |
H A D | vroot.cc | 46 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/cmd/bart/ |
H A D | rules.c | 613 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/uts/common/cpr/ |
H A D | cpr_misc.c | 218 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 D | device_info.c | 1507 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/lvm/libmeta/common/ |
H A D | meta_name.c | 441 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/lib/libdevinfo/ |
H A D | devfsinfo.c | 1061 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 D | devinfo.c | 1135 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/cmd/devfsadm/ |
H A D | devfsadm_impl.h | 296 char *full_path; member in struct:numeral
|