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

12345

/netbsd-current/external/ibm-public/postfix/dist/src/master/
H A Dmaster_watch.c90 if (wp->backup[0] != 0
91 && strcmp(wp->backup[0], wp->value[0]) != 0) {
95 wp->backup[0], wp->value[0]);
98 myfree(wp->backup[0]);
99 wp->backup[0] = 0;
108 if (wp->backup[0] == 0) {
111 wp->backup[0] = mystrdup(wp->value[0]);
130 && wp->backup != wp->value[0]) {
134 wp->backup, wp->value[0]);
150 wp->backup
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_utf8.c140 DICT_UTF8_BACKUP *backup; local
161 backup = dict->utf8_backup;
162 value = backup->lookup(dict, fold_res);
182 DICT_UTF8_BACKUP *backup; local
214 backup = dict->utf8_backup;
215 status = backup->update(dict, fold_res, value);
225 DICT_UTF8_BACKUP *backup; local
247 backup = dict->utf8_backup;
248 status = backup->delete(dict, fold_res);
259 DICT_UTF8_BACKUP *backup; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_memcache.c94 DICT *backup; /* persistent backup */ member in struct:__anon3
113 #define DICT_MC_NAME_BACKUP "backup"
336 DICT *backup = dict_mc->backup; local
353 * Update the backup database last.
355 if (backup) {
356 upd_res = backup->update(backup, name, value);
357 dict->error = backup
374 DICT *backup = dict_mc->backup; local
419 DICT *backup = dict_mc->backup; local
459 DICT *backup = dict_mc->backup; local
504 char *backup; local
[all...]
/netbsd-current/external/gpl2/lvm2/dist/doc/
H A Dexample.conf183 # talk about a 'backup' we mean making a copy of the metadata for the
186 backup {
188 # Should we maintain a backup of the current metadata configuration ?
191 backup = 1
195 backup_dir = "/etc/lvm/backup"
/netbsd-current/sbin/gpt/
H A Duuid.c69 change_ent(struct gpt_ent *ent, void *v, int backup) argument
73 if (!backup)
79 change_hdr(struct gpt_hdr *hdr, void *v, int backup) argument
83 if (!backup)
H A Dremove.c69 change(struct gpt_ent *ent, void *v, int backup) argument
H A DMakefile17 SRCS+= backup.c restore.c
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_resource.c47 struct vmw_buffer_object *backup = res->backup; local
48 struct rb_node **new = &backup->res_tree.rb_node, *parent = NULL;
50 dma_resv_assert_held(res->backup->base.base.resv);
67 rb_insert_color(&res->mob_node, &backup->res_tree);
71 vmw_bo_prio_add(backup, res->used_prio);
80 struct vmw_buffer_object *backup = res->backup; local
82 dma_resv_assert_held(backup->base.base.resv);
85 rb_erase(&res->mob_node, &backup
370 struct vmw_buffer_object *backup; local
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dbackupfile.c1 /* backupfile.c -- make Emacs style backup file names
73 to numbered) backup file name. */
81 /* Return the name of the new backup file for file FILE,
130 /* Return the number of the highest-numbered backup file for file
165 /* If BACKUP is a numbered backup of BASE, return its version number;
170 version_number (const char *base, const char *backup, size_t base_length) argument
176 if (strncmp (base, backup, base_length) == 0
177 && backup[base_length] == '.'
178 && backup[base_length + 1] == '~')
180 for (p = &backup[base_lengt
[all...]
/netbsd-current/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dbackupfile.c1 /* backupfile.c -- make Emacs style backup file names
73 to numbered) backup file name. */
81 /* Return the name of the new backup file for file FILE,
130 /* Return the number of the highest-numbered backup file for file
165 /* If BACKUP is a numbered backup of BASE, return its version number;
170 version_number (const char *base, const char *backup, size_t base_length) argument
176 if (strncmp (base, backup, base_length) == 0
177 && backup[base_length] == '.'
178 && backup[base_length + 1] == '~')
180 for (p = &backup[base_lengt
[all...]
/netbsd-current/tests/sbin/gpt/
H A DMakefile10 FILES= gpt.empty.show.normal gpt.backup gpt.removepart.show.normal
/netbsd-current/tests/net/
H A Dnet_common.sh112 local backup=$RUMP_SERVER
120 export RUMP_SERVER=$backup
143 local backup=$RUMP_SERVER
164 export RUMP_SERVER=$backup
201 local backup=$RUMP_SERVER
215 export RUMP_SERVER=$backup
224 export RUMP_SERVER=$backup
344 local backup=$RUMP_SERVER
362 export RUMP_SERVER=$backup
408 local backup
[all...]
/netbsd-current/sbin/fsck_msdos/
H A Dboot.c50 u_char *backup; local
109 backup = calloc(1, secsize);
110 if (backup == NULL)
166 free(backup);
185 || (size_t)read(dosfs, backup, secsize) != secsize) {
186 perr("could not read backup bootblock");
188 free(backup);
192 backup[65] = block[65]; /* XXX */
193 if (memcmp(block + 11, backup + 11, 79)) {
203 pfatal("backup (bloc
[all...]
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dtest-utils.sh156 dd if=$dev of=$dev.backup bs=1024
162 test -e $dev.backup || {
166 dd of=$dev if=$dev.backup bs=1024
197 backup {
198 backup = 0
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dupdate.c28 * of rcsmerge, and a backup file is written for the user in .#file.version.
1227 char *backup; local
1233 backup = NULL;
1236 /* Don't screw with backup files if we're going to stdout, or if
1240 backup = Xasprintf ("%s/%s%s", CVSADM, CVSPREFIX, finfo->file);
1242 rename_file (finfo->file, backup);
1246 then backup might be a directory instead of just a file. */
1247 if (unlink_file_dir (backup) < 0)
1252 error (0, errno, "error removing %s", backup);
1254 free (backup);
1553 char *backup; local
1902 RegisterMerge(struct file_info *finfo, Vers_TS *vers, const char *backup, int has_conflicts) argument
1941 char *backup; local
2099 char *backup; local
[all...]
/netbsd-current/sys/arch/shark/shark/
H A Dprofile.c94 * A backup table is created for every table malloced, this
195 int real, backup; local
217 backup = 1;
224 backup = 0;
231 /* now initialise the backup copy before switching over.
233 memset(phashTables[backup]->entries, 0,
238 phashTables[backup]->hdr.tableSize = phashTables[real]->hdr.tableSize;
239 phashTables[backup]->hdr.entries = phashTables[backup]->hdr.last
241 phashTables[backup]
[all...]
/netbsd-current/external/ibm-public/postfix/dist/examples/smtpd-policy/
H A Dgreylist.pl227 my $backup = $database_name . "." . time();
229 rename $database_name, $backup ||
230 fatal_exit "Can't save %s as %s: $!", $database_name, $backup;
231 fatal_exit "Caught signal 11; the corrupted database is saved as $backup";
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Darchiver.h30 * A 'backup' is a redundant copy of the *current* volume group
32 * volume group is changed. Only 1 backup file will exist.
50 int backup(struct volume_group *vg);
/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Darchiver.h30 * A 'backup' is a redundant copy of the *current* volume group
32 * volume group is changed. Only 1 backup file will exist.
50 int backup(struct volume_group *vg);
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dvgexport.c47 backup(vg);
H A Dvgimport.c51 backup(vg);
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dcheck_makefile_deps.sh15 # To continue an interrupted check, make sure there are no *.o.backup
52 mv -f $obj $obj.backup
54 mv -f $obj.backup $obj
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dcheck_makefile_deps.sh15 # To continue an interrupted check, make sure there are no *.o.backup
52 mv -f $obj $obj.backup
54 mv -f $obj.backup $obj
/netbsd-current/usr.bin/patch/
H A Dbackupfile.c8 * backupfile.c -- make Emacs style backup file names
40 /* Which type of backup file names are generated. */
45 * numbered) backup file name.
57 * Return the name of the new backup file for file FILE, allocated with
96 * Return the number of the highest-numbered backup file for file FILE in
143 * If BACKUP is a numbered backup of BASE, return its version number;
148 version_number(const char *base, const char *backup, size_t base_length) argument
154 if (!strncmp(base, backup, base_length) && ISDIGIT(backup[base_length])) {
155 for (p = &backup[base_lengt
[all...]
/netbsd-current/tests/dev/fss/
H A Dt_fss.sh66 fssconfig -c fss0 ./m1 ./backup

Completed in 410 milliseconds

12345