Home
last modified time | relevance | path

Searched refs:adding (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dwatch.c97 add_edit_pending = what->adding && what->edit;
98 add_unedit_pending = what->adding && what->unedit;
99 add_commit_pending = what->adding && what->commit;
100 remove_edit_pending = !what->adding && what->edit;
101 remove_unedit_pending = !what->adding && what->unedit;
102 remove_commit_pending = !what->adding && what->commit;
342 send_to_server (the_args.adding ?
367 the_args.adding = 1;
376 the_args.adding = 0;
H A DChangeLog-919449 allows for adding or removing files via patches. (from
199 exist. comment changes. changed diagnostic about adding on a
268 * add.c (add): prevent adding a directory if there exists a dead
417 Added support for adding previously removed files, as well as
418 adding and removing files in branches.
425 (add): if the file being adding was previously dead, say so, and
427 * checkin.c (Checkin): adding with a tag no longer means to add,
441 (check_fileproc): when adding, and looking for previously
443 (commit_fileproc): adding files with tags now implies adding the
445 (checkaddfile): When adding a file on a branch, in addition to
[all …]
H A Dwatch.h27 int adding; member
/openbsd-src/regress/usr.sbin/ldapd/out/
H A Dadding.log1 adding new entry "dc=example,dc=com"
3 adding new entry "cn=admin,dc=example,dc=com"
5 adding new entry "ou=groups,dc=example,dc=com"
/openbsd-src/regress/usr.bin/mandoc/mdoc/Rv/
H A Dnostd.out_lint1 mandoc: nostd.in:10:2: WARNING: missing -std argument, adding it: Rv
2 mandoc: nostd.in:13:2: WARNING: missing -std argument, adding it: Rv
3 mandoc: nostd.in:16:2: WARNING: missing -std argument, adding it: Rv
/openbsd-src/regress/usr.bin/mandoc/mdoc/Ex/
H A Dnostd.out_lint1 mandoc: nostd.in:10:2: WARNING: missing -std argument, adding it: Ex
2 mandoc: nostd.in:13:2: WARNING: missing -std argument, adding it: Ex
3 mandoc: nostd.in:16:2: WARNING: missing -std argument, adding it: Ex
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoFlags.def69 // NOTE: always must be equal to largest flag, check this when adding new flag
90 // May also utilize this Flag in future, when adding support
97 // NOTE: Always must be equal to largest flag, check this when adding new flags.
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/
H A Dbad_version_hook.t39 note "adding minimum requirement: $k => $v";
41 is( $@, '', "adding minimum '$k' for $v" );
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Dt-openbsd2 # difference. It is then pointless adding debugging.
H A Dt-linux2 # difference. It is then pointless adding debugging.
H A Dt-netbsd2 # difference. It is then pointless adding debugging.
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D981223-1.x6 # This can be fixed by adding "-mb-step" to the command line, which
/openbsd-src/gnu/llvm/llvm/docs/
H A DBugLifeCycle.rst120 with a comment explaining why you believe it is not a bug, and adding the
123 * If the bug duplicates another issue, close it as a duplicate by adding the
133 (e.g. not reproducible). It is fine to close such a bug, adding with the
144 discourage adding ad hoc labels because we want to control the proliferation of
H A DExtendingLLVM.rst23 Adding an `intrinsic function`_ is far easier than adding an
38 Adding a new intrinsic function to LLVM is much easier than adding a new
73 This is usually a matter of adding a pattern to the .td file that matches the
74 intrinsic, though it may obviously require adding the instructions you want to
81 As with intrinsics, adding a new SelectionDAG node to LLVM is much easier than
82 adding a new instruction. New nodes are often added to help represent
/openbsd-src/gnu/usr.bin/perl/hints/
H A Ddcosx.sh153 You must arrange to use /usr/ccs/bin, perhaps by adding it to the
166 You must arrange to use /usr/ccs/bin, perhaps by adding it to the
/openbsd-src/gnu/llvm/lld/docs/MachO/
H A Dindex.rst50 LLD can be used by adding ``-fuse-ld=/path/to/ld64.lld`` to the linker flags.
51 For Xcode, this can be done by adding it to "Other linker flags" in the build
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dt-linux648 # Actually, hppa64 is always PIC but adding -fPIC does no harm.
H A Dt-openbsd648 # Actually, hppa64 is always PIC but adding -fPIC does no harm.
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dt-linux648 # Actually, hppa64 is always PIC but adding -fPIC does no harm.
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Dt-linux2 # difference. It is then pointless adding debugging.
H A Dt-netbsd2 # difference. It is then pointless adding debugging.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DCONTRIBUTORS15 Jay Fenlason maintained gas for a while, adding support for
20 K. Richard Pixley maintained gas for a while, adding various
24 and b.out backends), adding configuration including heavy testing and
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DCONTRIBUTORS15 Jay Fenlason maintained gas for a while, adding support for
20 K. Richard Pixley maintained gas for a while, adding various
24 and b.out backends), adding configuration including heavy testing and
/openbsd-src/gnu/llvm/libcxx/cmake/caches/
H A DREADME.md12 Similarly, adding any new configuration that's not already covered must be
/openbsd-src/gnu/llvm/lld/docs/ELF/
H A Dwarn_backrefs.rst53 * If adding the dependency does not form a cycle: conceptually ``A`` is higher
60 * If adding the dependency forms a cycle, e.g. ``B->C->A ~> B``. ``A``
64 some components of ``B``. You could fix the issue by adding the missing

12345678910>>...26