Searched defs:backup (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | backup.c | 40 backup(char *path, int mode) function
|
/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/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/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...] |
/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/mailx/ |
H A D | list.c | 696 register char *cp, *cp2, *backup; local 713 backup = cp2; 718 cp2 = ++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/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...] |
Completed in 92 milliseconds