/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | gpt_partition.h | 51 grub_uint64_t backup; member in struct:grub_gpt_header
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | cp.c | 101 "[B:backup?Make backups of files that are about to be replaced. " 102 "\b--suffix\b sets the backup suffix. The backup type is determined in " 106 "[+numbered|t?Always make numbered backups. The numbered backup " 115 "[S:suffix?A backup file is made by renaming the file to the same name " 116 "with the backup suffix appended. The backup suffix is determined in " 119 "[b?\b--backup\b using the type in the \bVERSION_CONTROL\b environment " 152 #define BAK_replace 0 /* no backup -- just replace */ 160 int backup; /* BAK member in struct:State_s [all...] |
/osnet-11/usr/src/tools/onbld/Scm/ |
H A D | Backup.py | 22 Workspace backup 54 Newest backup generation. 56 All files in a given backup generation, with the exception of 102 "which the backup was taken.\n" % (msg, n)) 108 def __init__(self, backup, ws): 110 self.bu = backup 123 def backup(self): member in class:CdmCommittedBackup 153 '''Restore committed changes from backup''' 175 '''Compare backup of committed changes to workspace''' 186 raise util.Abort("couldn't open backup nod 232 def backup(self): member in class:CdmUncommittedBackup 433 def backup(self): member in class:CdmMetadataBackup 694 def backup(self): member in class:CdmBackup [all...] |
H A D | WorkSpace.py | 782 repair.strip(self.ui, self.repo, base.node(), backup=False)
|
/osnet-11/usr/src/lib/libnetcfg/common/ |
H A D | libnetcfg_files.c | 1447 netcfg_set_backup_filename(const char *dbname, char *backup) argument 1449 (void) snprintf(backup, MAXPATHLEN, "%s.%s", dbname, 1454 * Destroy backup of db file identifid by idlist. 1460 char backup[MAXPATHLEN]; local 1465 netcfg_set_backup_filename(dbname, backup); 1467 return (netcfg_destroy_db_file_common(backup, idlist)); 1472 * Restore db file identified by idlist from backup. 1478 char backup[MAXPATHLEN]; local 1487 netcfg_set_backup_filename(dbname, backup); 1492 err = netcfg_zrename(backup, dbnam 1511 char backup[MAXPATHLEN]; local [all...] |
/osnet-11/usr/src/tools/onbld/hgext/ |
H A D | cdm.py | 26 backup and restore your changes, to generate code reviews, and to 952 recommit will prompt you to take a backup if your workspace has 953 been changed since the last backup was taken. In almost all 1029 if yes_no(ui, 'Do you want to backup files first?', True): 1030 bk.backup() 1260 '''Create a backup directory name based on the specified path. 1275 # has a backup name of: 1289 '''backup workspace changes and metadata 1291 Create a backup copy of changes made in this workspace as compared 1297 able to restore a backup int [all...] |
/osnet-11/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) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/MakeMaker/Test/ |
H A D | Utils.pm | 140 Returns the name MakeMaker will use for a backup of the current
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | parseaddr.c | 1130 goto backup; 1137 goto backup; 1149 goto backup; 1173 goto backup; 1224 goto backup; 1235 goto backup; 1244 backup:
|
/osnet-11/usr/src/lib/brand/shared/zone/ |
H A D | common.ksh | 332 # {name}.pre_p2v version of this file is a backup copy of the 2316 # backup) has a hold on a snapshot. We need 3395 bkup=${zone.root}/export.backup.$(TZ=UTC date +%Y""%m""%dT""%H""%M""%SZ) 3473 bkup=${zone.root}/rpool.backup.$(TZ=UTC date +%Y""%m""%dT""%H""%M""%SZ) 4036 m_backup_saved=$(gettext "A backup copy of %s is stored at %s.\nIt can be deleted after verifying it was migrated correctly.")
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/ |
H A D | Peek.pm | 552 responsible. Keep a handy copy of your backup tape at hand.
|
/osnet-11/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 1629 * first, saving a backup copy using a hard link; if that succeeds, we go 1642 * Make backup of foo.xml -> .backup 1647 * If it fails, recover from .backup -> foo.xml 1663 boolean_t backup; local 1694 * original file in .backup.<pid>.filename so we can restore it if 1698 backup = B_TRUE; 1702 (void) snprintf(bakfile, sizeof (bakfile), "%s/.backup.%d.%s", 1721 if (backup) 1736 if (backup) { [all...] |