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

/freebsd-9.3-release/etc/periodic/daily/
H A DMakefile8 200.backup-passwd \
9 210.backup-aliases \
10 220.backup-pkgdb \
/freebsd-9.3-release/contrib/cvs/src/
H A Dupdate.c28 * of rcsmerge, and a backup file is written for the user in .#file.version.
1237 char *backup; local
1243 backup = NULL;
1246 /* Don't screw with backup files if we're going to stdout, or if
1250 backup = xmalloc (strlen (finfo->file)
1254 (void) sprintf (backup, "%s/%s%s", CVSADM, CVSPREFIX, finfo->file);
1256 rename_file (finfo->file, backup);
1260 then backup might be a directory instead of just a file. */
1261 if (unlink_file_dir (backup) < 0)
1266 error (0, errno, "error removing %s", backup);
1569 char *backup; local
1975 char *backup; local
2146 char *backup; local
[all...]
H A Dsanity.sh10577 # verify that the backup file is not writable
11860 # And check that the backup copy really was made.
11874 # And check that the backup copy really was made.
21580 # when we recover a repository from an old backup
21674 # Save a backup copy
21675 cp -r ${CVSROOT_DIRNAME}/first-dir ${CVSROOT_DIRNAME}/backup
21746 mv ${CVSROOT_DIRNAME}/backup ${CVSROOT_DIRNAME}/first-dir
21785 # before the date the backup was made)
/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Dboot.c47 u_char backup[DOSBOOTBLOCKSIZE]; local
153 || read(dosfs, backup, sizeof backup) != sizeof backup) {
154 perror("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-9.3-release/gnu/usr.bin/patch/
H A Dbackupfile.c1 /* backupfile.c -- make Emacs style backup file names
72 /* Which type of backup file names are generated. */
76 to numbered) backup file name. */
86 static int version_number(char *base, char *backup, int base_length);
103 /* Return the name of the new backup file for file FILE,
139 /* Return the number of the highest-numbered backup file for file
188 /* If BACKUP is a numbered backup of BASE, return its version number;
193 version_number(char *base, char *backup, int base_length) argument
199 if (!strncmp (base, backup, base_length) && ISDIGIT (backup[base_lengt
[all...]
/freebsd-9.3-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-9.3-release/sys/netncp/
H A Dncp_ncp.c452 int error = 0, len, tsiz, backup; local
485 backup = len;
487 (char *)uiop->uio_iov->iov_base - backup;
488 uiop->uio_iov->iov_len += backup;
489 uiop->uio_offset -= backup;
490 uiop->uio_resid += backup;
/freebsd-9.3-release/contrib/bmake/mk/
H A Dinstall-new.mk18 # copy if src and target are different making a backup if desired
/freebsd-9.3-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-9.3-release/sys/kern/
H A Dsubr_terminal.c527 teken_attr_t backup; local
532 backup = *teken_get_curattr(&tm->tm_emulator);
535 teken_set_curattr(&tm->tm_emulator, &backup);
/freebsd-9.3-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-9.3-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-9.3-release/contrib/one-true-awk/
H A DREADME61 included yacc output in ytab.c and ytab.h, and backup copies in
/freebsd-9.3-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-9.3-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-9.3-release/contrib/bind9/lib/dns/
H A Djournal.c698 char backup[1024]; local
710 result = isc_string_printf(backup, sizeof(backup), "%.*s.jbk",
714 result = journal_open(mctx, backup, write, write, journalp);
2108 char backup[1024]; local
2120 result = isc_string_printf(backup, sizeof(backup), "%.*s.jbk",
2128 result = journal_open(mctx, backup, ISC_FALSE, ISC_FALSE, &j);
2288 result = isc_file_remove(backup);
2292 if (rename(filename, backup)
[all...]
/freebsd-9.3-release/sys/dev/syscons/
H A Dscterm-teken.c172 teken_attr_t backup, kattr; local
177 backup = *teken_get_curattr(&ts->ts_teken);
181 teken_set_curattr(&ts->ts_teken, &backup);
/freebsd-9.3-release/sys/pc98/cbus/
H A Dscterm-sck.c919 color_t backup; local
925 backup = tcp->cur_color;
1113 tcp->cur_color = backup;
/freebsd-9.3-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-9.3-release/sys/nfsclient/
H A Dnfs_vnops.c1360 int32_t backup; local
1421 backup = len - rlen;
1424 backup;
1425 uiop->uio_iov->iov_len += backup;
1426 uiop->uio_offset -= backup;
1427 uiop->uio_resid += backup;
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1466 int32_t backup; local
1578 backup = len - rlen;
1579 uio_iov_base_add(uiop, -(backup));
1580 uio_iov_len_add(uiop, backup);
1581 uiop->uio_offset -= backup;
1582 uio_uio_resid_add(uiop, backup);
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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);

Completed in 318 milliseconds