Searched refs:new_db (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.sbin/cron/cron/
H A Ddatabase.c50 cron_db new_db; local
117 new_db.mtime = maxmtime;
118 new_db.head = new_db.tail = NULL;
123 &new_db, old_db);
145 &syscrontabs[i].st, &new_db, old_db);
176 &statbuf, &new_db, old_db);
198 *old_db = new_db;
251 process_crontab(uname, fname, tabname, statbuf, new_db, old_db)
256 cron_db *new_db;
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump_editor.c192 struct dir_baton *new_db = apr_pcalloc(pool, sizeof(*new_db));
207 new_db->eb = eb;
208 new_db->pool = pool;
209 new_db->repos_relpath = repos_relpath;
210 new_db->copyfrom_path = copyfrom_path
213 new_db->copyfrom_rev = copyfrom_rev;
214 new_db->headers = NULL;
215 new_db->props = apr_hash_make(pool);
216 new_db
191 struct dir_baton *new_db = apr_pcalloc(pool, sizeof(*new_db)); local
547 struct dir_baton *new_db = NULL; local
637 struct dir_baton *new_db; local
680 struct dir_baton *new_db; local
[all...]
H A Ddump.c755 struct dir_baton *new_db = apr_pcalloc(pool, sizeof(*new_db));
775 new_db->edit_baton = eb;
776 new_db->path = full_path;
777 new_db->cmp_path = cmp_path;
778 new_db->cmp_rev = cmp_rev;
779 new_db->written_out = FALSE;
780 new_db->deleted_entries = apr_hash_make(pool);
781 new_db->check_name_collision = FALSE;
782 new_db
751 struct dir_baton *new_db = apr_pcalloc(pool, sizeof(*new_db)); local
1586 struct dir_baton *new_db; local
1633 struct dir_baton *new_db; local
[all...]
H A Dcommit.c394 struct dir_baton *new_db = make_dir_baton(eb, pb, full_path, was_copied,
397 new_db->checked_write = TRUE; /* Just created */
398 *return_baton = new_db;
392 struct dir_baton *new_db = make_dir_baton(eb, pb, full_path, was_copied, local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c2072 struct dir_baton *new_db;
2077 new_db = *child_baton;
2078 new_db->added = TRUE;
2066 struct dir_baton *new_db; local

Completed in 190 milliseconds