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

1234

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dcopies-table.c0 /* copies-table.c : operations on the `copies' table
37 #include "copies-table.h"
49 DB *copies; local
52 BDB_ERR(db_create(&copies, env, 0));
53 BDB_ERR((copies->open)(SVN_BDB_OPEN_PARAMS(copies, NULL),
54 "copies", 0, DB_BTREE,
61 BDB_ERR(copies->put(copies,
[all...]
/freebsd-11-stable/share/sendmail/
H A DMakefile18 # source (``symlinks''), or a separate copy (``copies'')
19 SHARED?= copies
24 META_TARGETS+= copies symlinks
26 copies:
/freebsd-11-stable/crypto/openssl/util/pl/
H A Dunix.pl372 my @copies = ( 'bctest',
406 my $copies = copy_scripts(1, 'test', @copies);
407 $copies .= copy_scripts(0, 'test', ('smcont.txt'));
412 $copies .= copy_scripts(1, 'util', @utils);
418 $copies .= copy_scripts(1, 'apps', @apps);
420 $copies .= copy_scripts(1, 'crypto/evp', ('evptests.txt'));
439 return "$scripts\n$copies\n$tests\n$all\n\n$each";
/freebsd-11-stable/contrib/bmake/mk/
H A Dlibnames.mk12 # Please send copies of changes and bug-fixes to:
H A Dhost.libnames.mk12 # Please send copies of changes and bug-fixes to:
H A Dlinks.mk12 # Please send copies of changes and bug-fixes to:
H A Dsys.debug.mk12 # Please send copies of changes and bug-fixes to:
H A Dinstall-new.mk12 # Please send copies of changes and bug-fixes to:
H A Drst2htm.mk12 # Please send copies of changes and bug-fixes to:
H A Dsrctop.mk12 # Please send copies of changes and bug-fixes to:
H A Dtarget-flags.mk51 # Please send copies of changes and bug-fixes to:
H A Dyacc.mk13 # Please send copies of changes and bug-fixes to:
H A Dwhats.mk12 # Please send copies of changes and bug-fixes to:
H A Dscripts.mk12 # Please send copies of changes and bug-fixes to:
H A Dinit.mk12 # Please send copies of changes and bug-fixes to:
H A Dinc.mk12 # Please send copies of changes and bug-fixes to:
H A Dautoconf.mk12 # Please send copies of changes and bug-fixes to:
H A Dfiles.mk12 # Please send copies of changes and bug-fixes to:
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.h101 DB *copies;
165 /* copies list (const char * copy_ids), or NULL if there have been
166 no copies in this transaction. */
167 apr_array_header_t *copies;
98 DB *copies; member in struct:base_fs_data_t
164 apr_array_header_t *copies; member in struct:transaction_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dreplay.c148 apr_array_header_t *copies;
195 because we want nested copies from *readable* paths to be handled by
347 apr_array_header_t *copies,
365 if (copies->nelts != 0)
366 info = APR_ARRAY_IDX(copies, copies->nelts - 1, struct copy_info *);
481 /* First, flush the copies stack so it only contains ancestors of path. */
482 while (cb->copies->nelts > 0
483 && ! svn_dirent_is_ancestor(APR_ARRAY_IDX(cb->copies,
484 cb->copies
145 apr_array_header_t *copies; member in struct:path_driver_cb_baton
341 was_readable(svn_boolean_t *readable, svn_fs_root_t *root, const char *path, apr_array_header_t *copies, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1209 replay_node(svn_fs_root_t *root, const char *repos_relpath, svn_editor_t *editor, svn_revnum_t low_water_mark, const char *base_repos_relpath, apr_array_header_t *copies, apr_hash_t *changed_paths, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1518 apr_array_header_t *copies; local
[all...]
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Ddisplayq.c409 * for a single Name-line, if the user requested multiple copies of
506 show(const char *nfile, const char *datafile, int copies) argument
511 ldump(nfile, datafile, copies);
513 dump(nfile, datafile, copies);
530 dump(const char *nfile, const char *datafile, int copies) argument
582 totsize += copies * lbuf.st_size;
590 ldump(const char *nfile, const char *datafile, int copies) argument
595 if (copies > 1)
596 printf("%-2d copies of %-19s", copies, nfil
[all...]
/freebsd-11-stable/share/mk/
H A Dinstall-new.mk13 # Please send copies of changes and bug-fixes to:
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/util/
H A Dfs_skels.c418 svn_skel_t *root_id, *base_id_or_rev, *proplist, *copies;
428 copies = skel->children->next->next->next->next;
465 if ((len = svn_skel__list_length(copies)))
469 svn_skel_t *cpy = copies->children;
478 transaction->copies = txncopies;
979 if (transaction->copies && transaction->copies->nelts)
982 for (i = transaction->copies->nelts - 1; i >= 0; i--)
985 APR_ARRAY_IDX(transaction->copies, i,
415 svn_skel_t *root_id, *base_id_or_rev, *proplist, *copies; local
/freebsd-11-stable/share/examples/
H A DMakefile235 # source (``symlinks''), or a separate copy (``copies''); (latter useful
237 SHARED?= copies
240 META_TARGETS+= copies symlinks
243 copies:
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs.h423 /* copies list (const char * copy_ids), or NULL if there have been
424 no copies in this transaction. */ member in struct:svn_fs_x__transaction_t
425 apr_array_header_t *copies;

Completed in 187 milliseconds

1234