Searched refs:backup (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.0-release/etc/periodic/daily/
H A DMakefile8 200.backup-passwd \
9 210.backup-aliases \
40 FILES+= 220.backup-pkgdb \
/freebsd-10.0-release/sbin/fsck_msdosfs/
H A Dboot.c47 u_char backup[DOSBOOTBLOCKSIZE]; local
153 || read(dosfs, backup, sizeof backup) != sizeof backup) {
154 perr("could not read backup bootblock");
157 backup[65] = block[65]; /* XXX */
158 if (memcmp(block + 11, backup + 11, 79)) {
168 pfatal("backup (block %d) mismatch with primary bootblock:\n",
171 if (block[i] != backup[i])
173 i, block[i], backup[
[all...]
/freebsd-10.0-release/usr.bin/patch/
H A Dbackupfile.c11 * backupfile.c -- make Emacs style backup file names
32 /* Which type of backup file names are generated. */
37 * numbered) backup file name.
49 * Return the name of the new backup file for file FILE, allocated with
88 * Return the number of the highest-numbered backup file for file FILE in
135 * If BACKUP is a numbered backup of BASE, return its version number;
140 version_number(const char *base, const char *backup, size_t base_length) argument
146 if (!strncmp(base, backup, base_length) && ISDIGIT(backup[base_length])) {
147 for (p = &backup[base_lengt
[all...]
/freebsd-10.0-release/usr.bin/xinstall/
H A Dxinstall.c722 char backup[MAXPATHLEN], *p, pathbuf[MAXPATHLEN], tempfile[MAXPATHLEN]; local
883 if ((size_t)snprintf(backup, MAXPATHLEN, "%s%s", to_name,
886 errx(EX_OSERR, "%s: backup filename too long",
890 (void)printf("install: %s -> %s\n", to_name, backup);
891 if (rename(to_name, backup) < 0) {
896 backup);
1103 char backup[MAXPATHLEN]; local
1117 if ((size_t)snprintf(backup, MAXPATHLEN, "%s%s",
1119 errx(EX_OSERR, "%s: backup filename too long",
1121 (void)snprintf(backup, MAXPATHLE
[all...]
/freebsd-10.0-release/contrib/bmake/mk/
H A Dinstall-new.mk18 # copy if src and target are different making a backup if desired
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_getch.c511 chtype backup = (ch == KEY_BACKSPACE) ? '\b' : ch; local
512 if (backup < KEY_MIN)
513 wechochar(win, backup);
/freebsd-10.0-release/crypto/openssh/contrib/aix/
H A Dbuildbff.sh362 # Now invoke backup to create .bff file
364 # file list on the fly and feed it to backup using -i
366 echo Creating $PKGNAME-$VERSION.bff with backup...
371 ) | backup -i -q -f ../$PKGNAME-$VERSION.bff $filelist
/freebsd-10.0-release/contrib/tcsh/
H A Ded.screen.c1567 UpdateVal(const Char *tag, int value, Char *termcap, Char *backup) argument
1571 (void)Strcpy(backup, termcap);
1575 (void)Strncpy(backup, termcap, len);
1576 backup[len] = '\0';
1578 (void) Strcat(backup + len, p);
1582 (void) Strcat(backup, ptr);
1627 Char termcap[TC_BUFSIZE+64], backup[TC_BUFSIZE+64], *ptr; local
1634 UpdateVal(STRco, Val(T_co), termcap, backup);
1635 UpdateVal(STRli, Val(T_li), termcap, backup);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c1170 sqlite3_backup *backup; local
1175 backup = sqlite3_backup_init(dst_db->db3, "main", src_db->db3, "main");
1176 if (!backup)
1186 rc1 = sqlite3_backup_step(backup, 1024);
1197 rc2 = sqlite3_backup_finish(backup);
/freebsd-10.0-release/contrib/one-true-awk/
H A DREADME61 included yacc output in ytab.c and ytab.h, and backup copies in
/freebsd-10.0-release/sys/boot/i386/pmbr/
H A Dpmbr.s97 # the last LBA for the backup if it is broken.
114 main.3: movb $0,%dh # %dh := 0 (reading backup)
/freebsd-10.0-release/tools/regression/geom_eli/
H A Dresize.t49 # Doing a backup, resize & restore must be forced (with -f) as geli
52 geli backup ${md}a tmp.meta || echo -n "not "
/freebsd-10.0-release/sys/dev/syscons/
H A Dscterm-teken.c173 teken_attr_t backup, kattr; local
178 backup = *teken_get_curattr(&ts->ts_teken);
182 teken_set_curattr(&ts->ts_teken, &backup);
/freebsd-10.0-release/sys/pc98/cbus/
H A Dscterm-sck.c919 color_t backup; local
925 backup = tcp->cur_color;
1113 tcp->cur_color = backup;
/freebsd-10.0-release/contrib/sendmail/src/
H A Dparseaddr.c1131 goto backup;
1138 goto backup;
1150 goto backup;
1174 goto backup;
1225 goto backup;
1236 goto backup;
1245 backup:
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1563 int32_t backup; local
1675 backup = len - rlen;
1676 uio_iov_base_add(uiop, -(backup));
1677 uio_iov_len_add(uiop, backup);
1678 uiop->uio_offset -= backup;
1679 uio_uio_resid_add(uiop, backup);
5676 int32_t backup; local
5718 backup = len - rlen;
5719 uio_iov_base_add(uiop, -(backup));
5720 uio_iov_len_add(uiop, backup);
[all...]
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_vnops.c1359 int32_t backup; local
1420 backup = len - rlen;
1423 backup;
1424 uiop->uio_iov->iov_len += backup;
1425 uiop->uio_offset -= backup;
1426 uiop->uio_resid += backup;
/freebsd-10.0-release/contrib/binutils/gas/
H A Dread.c963 char *backup = input_line_pointer;
1000 input_line_pointer = backup;
960 char *backup = input_line_pointer; local
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-score.c5142 char backup[20]; local
5151 memcpy (backup, fragp->fr_literal, old);
5156 memcpy (backup, fragp->fr_literal + old, new);
5180 memcpy (fragp->fr_literal + fragp->insn_addr, backup, fragp->fr_fix);
/freebsd-10.0-release/contrib/sqlite3/
H A Dshell.c1401 ".backup ?DB? FILE Backup DB (default \"main\") to FILE\n"
1665 if( c=='b' && n>=3 && strncmp(azArg[0], "backup", n)==0 ){
1689 fprintf(stderr, "too many arguments to .backup\n");
1694 fprintf(stderr, "missing FILENAME argument on .backup\n");
/freebsd-10.0-release/etc/
H A Dservices514 novastorbakcup 308/tcp #novastor backup
515 novastorbakcup 308/udp #novastor backup
1459 xact-backup 911/tcp
1460 xact-backup 911/udp
/freebsd-10.0-release/sys/dev/bwn/
H A Dif_bwn.c1499 int error, slot, backup[2] = { dr->dr_curslot, dr->dr_usedslot }; local
1576 dr->dr_curslot = backup[0];
1577 dr->dr_usedslot = backup[1];
1816 uint32_t v, backup; local
1820 backup = bwn_shm_read_4(mac, BWN_SHARED, 0);
1829 bwn_shm_write_4(mac, BWN_SHARED, 0, backup);
/freebsd-10.0-release/contrib/subversion/
H A Dconfigure25199 SVN_CONFIG_SCRIPT_FILES="$SVN_CONFIG_SCRIPT_FILES tools/backup/hot-backup.py"
25200 ac_config_files="$ac_config_files tools/backup/hot-backup.py"
26313 "tools/backup/hot-backup.py") CONFIG_FILES="$CONFIG_FILES tools/backup/hot-backup.py" ;;
27673 "tools/backup/hot-backup
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c6623 ** online backup operation. ^The sqlite3_backup object is created by
6634 ** The backup API copies the content of one database into another.
6641 ** for the duration of the backup operation.
6643 ** it is not locked continuously for the entire backup operation.
6644 ** ^Thus, the backup may be performed on a live source database without
6646 ** reading or writing to the source database while the backup is underway.
6648 ** ^(To perform a backup operation:
6651 ** backup,
6655 ** associated with the backup operation.
6684 ** sqlite3_backup_finish() functions to perform the specified backup
[all...]

Completed in 712 milliseconds