Home
last modified time | relevance | path

Searched refs:copies (Results 1 – 25 of 958) sorted by relevance

12345678910>>...39

/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dcopies-table.c49 DB *copies; in svn_fs_bdb__open_copies_table() local
52 BDB_ERR(db_create(&copies, env, 0)); in svn_fs_bdb__open_copies_table()
53 BDB_ERR((copies->open)(SVN_BDB_OPEN_PARAMS(copies, NULL), in svn_fs_bdb__open_copies_table()
61 BDB_ERR(copies->put(copies, 0, in svn_fs_bdb__open_copies_table()
66 *copies_p = copies; in svn_fs_bdb__open_copies_table()
93 bfd->copies->put(bfd->copies, trail->db_txn, in put_copy()
116 bfd->copies->get(bfd->copies, trail->db_txn, &query, in svn_fs_bdb__reserve_copy_id()
128 db_err = bfd->copies->put(bfd->copies, trail->db_txn, in svn_fs_bdb__reserve_copy_id()
168 db_err = bfd->copies->del(bfd->copies, trail->db_txn, &key, 0); in svn_fs_bdb__delete_copy()
191 db_err = bfd->copies->get(bfd->copies, trail->db_txn, in svn_fs_bdb__get_copy()
/freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zfs_copies/
H A Dzfs_copies_001_pos.ksh90 log_must $ZFS create -o copies=$val $fs1
92 log_must $ZFS create -V $VOLSIZE -o copies=$val $vol1
94 log_must $ZFS create -o copies=$val $vol1
101 log_must $ZFS create -o copies=$val2 $fs2
103 log_must $ZFS create -V $VOLSIZE -o copies=$val2 $vol2
105 log_must $ZFS create -o copies=$val2 $vol2
121 log_must $ZFS set copies=$val $ds
H A Dzfs_copies_004_neg.ksh65 log_mustnot $ZFS create -o copies=$val $TESTPOOL/$TESTFS1
66 log_mustnot $ZFS create -V $VOLSIZE -o copies=$val $TESTPOOL/$TESTVOL1
67 log_mustnot $ZFS set copies=$val $TESTPOOL/$TESTFS
68 log_mustnot $ZFS set copies=$val $TESTPOOL/$TESTVOL
H A Dzfs_copies_005_neg.ksh82 log_mustnot $ZFS set copies=$val $ds
85 log_mustnot $ZFS create -o copies=$val $ds
H A Dzfs_copies.kshlib45 val_actual=$(get_prop copies $ds)
105 log_must $ZFS create -V $VOLSIZE -o copies=$copy $vol
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Dreplay.c148 apr_array_header_t *copies; member
347 apr_array_header_t *copies, in was_readable() argument
365 if (copies->nelts != 0) in was_readable()
366 info = APR_ARRAY_IDX(copies, copies->nelts - 1, struct copy_info *); in was_readable()
482 while (cb->copies->nelts > 0 in path_driver_cb_func()
487 apr_array_pop(cb->copies); in path_driver_cb_func()
670 if (cb->copies->nelts > 0) in path_driver_cb_func()
1234 while (copies->nelts > 0 in replay_node()
1239 apr_array_pop(copies); in replay_node()
1441 if (copies->nelts > 0) in replay_node()
[all …]
/freebsd-12.1/share/sendmail/
H A DMakefile19 SHARED?= copies
24 META_TARGETS+= copies symlinks
26 copies: target
/freebsd-12.1/usr.sbin/lpr/common_source/
H A Ddisplayq.c508 show(const char *nfile, const char *datafile, int copies) in show() argument
513 ldump(nfile, datafile, copies); in show()
515 dump(nfile, datafile, copies); in show()
532 dump(const char *nfile, const char *datafile, int copies) in dump() argument
584 totsize += copies * lbuf.st_size; in dump()
592 ldump(const char *nfile, const char *datafile, int copies) in ldump() argument
597 if (copies > 1) in ldump()
598 printf("%-2d copies of %-19s", copies, nfile); in ldump()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A DLICENSE.md16 and/or sell copies of the Software, and to permit persons to whom the
20 all copies or substantial portions of the Software.
38 and/or sell copies of the Software, and to permit persons to whom the
42 all copies or substantial portions of the Software.
67 publish, distribute, and/or sell copies of the Data Files or Software, and
70 notice appear with all copies of the Data Files or Software, (b) both the
/freebsd-12.1/contrib/binutils/ld/
H A Dfdl.texi10 Everyone is permitted to copy and distribute verbatim copies
84 Examples of suitable formats for Transparent copies include plain
110 copying of the copies you make or distribute. However, you may accept
112 number of copies you must also follow the conditions in section 3.
114 You may also lend copies, under the same conditions stated above, and
115 you may publicly display copies.
122 the copies in covers that carry, clearly and legibly, all these Cover
125 you as the publisher of these copies. The front cover must present
137 If you publish or distribute Opaque copies of the Document numbering
145 distribution of Opaque copies in quantity, to ensure that this
[all …]
/freebsd-12.1/contrib/binutils/binutils/doc/
H A Dfdl.texi11 Everyone is permitted to copy and distribute verbatim copies
85 Examples of suitable formats for Transparent copies include plain
111 copying of the copies you make or distribute. However, you may accept
113 number of copies you must also follow the conditions in section 3.
115 You may also lend copies, under the same conditions stated above, and
116 you may publicly display copies.
123 the copies in covers that carry, clearly and legibly, all these Cover
126 you as the publisher of these copies. The front cover must present
138 If you publish or distribute Opaque copies of the Document numbering
146 distribution of Opaque copies in quantity, to ensure that this
[all …]
/freebsd-12.1/contrib/binutils/bfd/doc/
H A Dfdl.texi9 Everyone is permitted to copy and distribute verbatim copies
83 Examples of suitable formats for Transparent copies include plain
109 copying of the copies you make or distribute. However, you may accept
111 number of copies you must also follow the conditions in section 3.
113 You may also lend copies, under the same conditions stated above, and
114 you may publicly display copies.
121 the copies in covers that carry, clearly and legibly, all these Cover
124 you as the publisher of these copies. The front cover must present
136 If you publish or distribute Opaque copies of the Document numbering
144 distribution of Opaque copies in quantity, to ensure that this
[all …]
/freebsd-12.1/contrib/gcc/doc/include/
H A Dfdl.texi12 Everyone is permitted to copy and distribute verbatim copies
42 Everyone is permitted to copy and distribute verbatim copies
125 Examples of suitable formats for Transparent copies include plain
171 number of copies you must also follow the conditions in section 3.
174 you may publicly display copies.
179 If you publish printed copies (or copies in media that commonly have
182 copies in covers that carry, clearly and legibly, all these Cover
185 you as the publisher of these copies. The front cover must present
197 If you publish or distribute Opaque copies of the Document numbering
204 when you begin distribution of Opaque copies in quantity, to ensure
[all …]
/freebsd-12.1/contrib/diff/doc/
H A Dfdl.texi12 Everyone is permitted to copy and distribute verbatim copies
95 Examples of suitable formats for Transparent copies include plain
141 number of copies you must also follow the conditions in section 3.
143 You may also lend copies, under the same conditions stated above, and
144 you may publicly display copies.
149 If you publish printed copies (or copies in media that commonly have
152 copies in covers that carry, clearly and legibly, all these Cover
155 you as the publisher of these copies. The front cover must present
167 If you publish or distribute Opaque copies of the Document numbering
174 when you begin distribution of Opaque copies in quantity, to ensure
[all …]
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dfdl.texi12 Everyone is permitted to copy and distribute verbatim copies
95 Examples of suitable formats for Transparent copies include plain
141 number of copies you must also follow the conditions in section 3.
143 You may also lend copies, under the same conditions stated above, and
144 you may publicly display copies.
149 If you publish printed copies (or copies in media that commonly have
152 copies in covers that carry, clearly and legibly, all these Cover
155 you as the publisher of these copies. The front cover must present
167 If you publish or distribute Opaque copies of the Document numbering
174 when you begin distribution of Opaque copies in quantity, to ensure
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.h98 DB *copies; member
164 apr_array_header_t *copies; member
/freebsd-12.1/contrib/dialog/package/debian/
H A Dcopyright36 copies of the Software, and to permit persons to whom the Software is
40 in all copies or portions of the Software.
62 sell copies of the Software, and to permit persons to whom the Software is
66 all copies or substantial portions of the Software.
95 provided that the above copyright notice appear in all copies and that
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A DTHIRDPARTYLICENSE.cityhash7 copies of the Software, and to permit persons to whom the Software is
11 all copies or substantial portions of the Software.
/freebsd-12.1/contrib/ntp/sntp/include/
H A Dntp.lic3 <PFX>redistribution under the terms of the NTP License, copies of which
10 <PFX>provided that the above copyright notice appears in all copies and that
/freebsd-12.1/contrib/expat/
H A DCOPYING8 distribute, sublicense, and/or sell copies of the Software, and to
13 in all copies or substantial portions of the Software.
/freebsd-12.1/contrib/libdivsufsort/
H A DLICENSE9 copies of the Software, and to permit persons to whom the Software is
13 copies or substantial portions of the Software.
/freebsd-12.1/contrib/ntp/libjsmn/
H A DLICENSE7 copies of the Software, and to permit persons to whom the Software is
11 all copies or substantial portions of the Software.
/freebsd-12.1/contrib/bearssl/
H A DLICENSE.txt7 distribute, sublicense, and/or sell copies of the Software, and to
12 included in all copies or substantial portions of the Software.
/freebsd-12.1/sys/gnu/dts/arm/
H A Darm-realview-eb-a9mp-bbrevd.dts8 * copies of the Software, and to permit persons to whom the Software is
12 * all copies or substantial portions of the Software.
H A Darm-realview-eb-11mp-bbrevd.dts8 * copies of the Software, and to permit persons to whom the Software is
12 * all copies or substantial portions of the Software.

12345678910>>...39