/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | backup.c | 40 backup(char *path, int mode) function
|
H A D | Makefile | 29 OBJS= backup.o \
|
H A D | pkginstall.h | 58 extern void backup __P((char *path, int mode));
|
H A D | instvol.c | 1117 backup(*dstp, 1); 1122 backup(ept->path, 0);
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | te.c | 75 char backup[BACKMAX]; variable 76 char *backp = backup; 84 if (backp >= backup+BACKMAX) 85 error(gettext("too much backup")); 92 if (backp>backup)
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_missing_001_pos.ksh | 109 typeset basedir backup 117 backup="" 133 [[ -n $backup ]] && \ 145 if [[ -z $backup ]]; then 148 backup="true"
|
H A D | zpool_import_missing_002_pos.ksh | 120 typeset basedir backup 133 backup="" 147 [[ -n $backup ]] && \ 160 if [[ -z $backup ]] ; then 162 backup="true"
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | gpt.h | 40 grub_uint64_t backup; member in struct:grub_gpt_header
|
/illumos-gate/usr/src/cmd/backup/ |
H A D | Makefile | 26 # cmd/backup/Makefile 29 include Makefile.backup
|
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | restore_repository.sh | 90 this script to restore backup copies of the smf(5) repository. 176 The time of backup is given in YYYYMMDD_HHMMSS format. 178 Please enter either a specific backup repository from the above list to 183 boot restore the most recent post-boot backup 184 manifest_import restore the most recent manifest_import backup 346 echo "The backup repository has been successfully restored."
|
/illumos-gate/usr/src/tools/onbld/Scm/ |
H A D | Backup.py | 25 Workspace backup 68 Newest backup generation. 70 All files in a given backup generation, with the exception of 110 "which the backup was taken.\n" % (msg, n)) 211 def __init__(self, backup, ws): 213 self.bu = backup 226 def backup(self): member in class:CdmCommittedBackup 258 '''Restore committed changes from backup''' 282 '''Compare backup of committed changes to workspace''' 292 raise util.Abort("couldn't open backup nod 344 def backup(self): member in class:CdmUncommittedBackup 525 def backup(self): member in class:CdmMetadataBackup 724 def backup(self): member in class:CdmClearBackup 899 def backup(self): member in class:CdmBackup [all...] |
H A D | WorkSpace.py | 894 repair.strip(self.ui, self.repo, base.node(), backup=False)
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | cp.c | 93 "[b:backup?Make backups of files that are about to be replaced. See" 96 "[S:backup-suffix|suffix?A backup file is made by renaming the file to the" 97 " same name with the backup suffix appended. The backup suffix is" 100 "[V:backup-type|version-control?The backup type is determined in this order:" 103 " [+numbered|t?Always make numbered backups. The numbered backup" 138 #define BAK_replace 0 /* no backup -- just replace */ 146 int backup; /* BAK member in struct:State_s [all...] |
/illumos-gate/usr/src/cmd/backup/lib/ |
H A D | Makefile | 28 # Has to be before include of Makefile.backup 35 # Include library definitions, then backup definitions, as in general 39 include ../Makefile.backup
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | Makefile | 5 # cmd/backup/restore/Makefile 11 # CAUTION: FSTYPE must be defined before including ../Makefile.backup, 23 include ../Makefile.backup
|
/illumos-gate/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 28 backup and restore your changes, to generate code reviews, and to 924 recommit will prompt you to take a backup if your workspace has 925 been changed since the last backup was taken. In almost all 1003 if yes_no(ui, 'Do you want to backup files first?', True): 1004 bk.backup() 1177 '''Create a backup directory name based on the specified path. 1192 # has a backup name of: 1206 '''backup workspace changes and metadata 1208 Create a backup copy of changes made in this workspace as compared 1214 able to restore a backup int [all...] |
/illumos-gate/usr/src/cmd/mailx/ |
H A D | list.c | 696 register char *cp, *cp2, *backup; local 713 backup = cp2; 718 cp2 = ++backup;
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | Makefile | 5 # cmd/backup/dump/Makefile 28 # CAUTION: FSTYPE must be defined before including ../Makefile.backup, 34 include ../Makefile.backup
|
/illumos-gate/usr/src/cmd/ |
H A D | Makefile | 71 backup \ 524 backup \
|
/illumos-gate/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 323 off_t backup; local 356 backup = sizeof (ea_catalog_t); 378 backup += sizeof (ea_size_t); 407 if (fseeko(f->ef_fp, -backup, SEEK_CUR) == -1) {
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | manifest-import | 399 backup=`echo "$#/$#" | sed 's/.//g'` 422 echo "$backup\c" > /dev/msglog
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | parseaddr.c | 1132 goto backup; 1139 goto backup; 1151 goto backup; 1175 goto backup; 1226 goto backup; 1237 goto backup; 1246 backup:
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 4363 bam_error(_("failed to create backup for GRUB menu: %s\n"), 4367 BAM_DPRINTF(("%s: successfully created backup GRUB menu: %s\n", 4376 bam_error(_("error propagating backup GRUB menu: %s\n"), 4380 BAM_DPRINTF(("%s: successfully propagated backup GRUB menu: %s\n", 5695 char backup[PATH_MAX]; local 5704 * Look at the backup 5706 (void) snprintf(backup, sizeof (backup), "%s%s", 5709 bfp = fopen(backup, "r"); 5714 backup, strerro 7198 char backup[PATH_MAX]; local [all...] |
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 1169 * first, saving a backup copy using a hard link; if that succeeds, we go 1182 * Make backup of foo.xml -> .backup 1187 * If it fails, recover from .backup -> foo.xml 1203 boolean_t backup; local 1234 * original file in .backup.<pid>.filename so we can restore it if 1238 backup = B_TRUE; 1242 (void) snprintf(bakfile, sizeof (bakfile), "%s/.backup.%d.%s", 1261 if (backup) 1276 if (backup) { [all...] |