Home
last modified time | relevance | path

Searched refs:deleting (Results 1 – 25 of 183) sorted by relevance

12345678

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dstabs.c518 int deleting; in _bfd_discard_section_stabs() local
551 deleting = -1; in _bfd_discard_section_stabs()
572 if (deleting) in _bfd_discard_section_stabs()
577 deleting = -1; in _bfd_discard_section_stabs()
580 deleting = 0; in _bfd_discard_section_stabs()
582 deleting = 1; in _bfd_discard_section_stabs()
585 if (deleting == 1) in _bfd_discard_section_stabs()
590 else if (deleting == -1) in _bfd_discard_section_stabs()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dstabs.c581 int deleting; local
627 deleting = -1;
650 if (deleting)
655 deleting = -1;
658 deleting = 0;
660 deleting = 1;
663 if (deleting == 1)
668 else if (deleting == -1)
/openbsd/src/usr.bin/ssh/
Dssh-add.c650 do_file(int agent_fd, int deleting, int key_only, int cert_only, in do_file() argument
654 if (deleting) { in do_file()
808 int r, i, ch, deleting = 0, ret = 0, key_only = 0, cert_only = 0; in main() local
902 deleting = 1; in main()
914 deleting = 1; in main()
991 if (update_card(agent_fd, !deleting, pkcs11provider, in main()
1024 if (do_file(agent_fd, deleting, key_only, cert_only, in main()
1035 if (do_file(agent_fd, deleting, key_only, cert_only, in main()
/openbsd/src/gnu/usr.bin/perl/t/lib/feature/
Dbits24 # NAME check deleting entries (via feature.pm) clears the bits
34 # NAME check deleting entries (bypass feature.pm) clears the bits
/openbsd/src/usr.sbin/pkg_add/OpenBSD/
DFwUpdate.pm329 my (@deleting, @updating, @installing);
333 push(@deleting, $h->pkgname);
343 $state->fw_status("Deleting", \@deleting);
/openbsd/src/regress/sys/net/rtable/
DREADME2 delete: tests that deleting entries with rtable_walk() is safe
/openbsd/src/gnu/usr.bin/cvs/
DPROJECTS11 all of its lists. Since the back links are only used for deleting
/openbsd/src/gnu/gcc/gcc/treelang/
DMake-lang.in234 echo deleting $$name; \
254 echo deleting $(srcdir)/treelang/$$name; \
/openbsd/src/lib/libc/db/
Dchangelog13 deleting empty pages that only contained the cursor
/openbsd/src/gnu/usr.bin/gcc/gcc/treelang/
DMake-lang.in217 echo deleting $$name; \
239 echo deleting $(srcdir)/treelang/$$name; \
/openbsd/src/gnu/usr.bin/perl/dist/Test/
DChangeLog22 for tr/...//d) that was deleting brackets in program source
/openbsd/src/gnu/usr.bin/binutils/gdb/
DPROBLEMS96 program rapidly creating and deleting threads can confuse GDB leading
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5161delta.pod56 deleting the PATH environment variable [perl #113798].
/openbsd/src/gnu/gcc/gcc/
Dreg-notes.def147 the insn. Normally, deleting any insn in the prologue is an error.
/openbsd/src/gnu/llvm/libcxx/include/
Dthread192 // pthread_key_delete(__key_) may prevent other threads from deleting their
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/
Dabi.txt250 - (anything) deleting an exported symbol
/openbsd/src/gnu/usr.bin/texinfo/
DNEWS582 deleting a window causes the remaining windows to be retiled.
647 `automatic-tiling' Off When "On", creating of deleting a
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-ar.rst186 When extracting or deleting a member that shares its name with another member,
/openbsd/src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
DLangImpl09.rst138 // Simplify the control flow graph (deleting unreachable blocks, etc).
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DCodeGenOptions.def507 /// non-deleting destructors. (No effect on Microsoft ABI.)
/openbsd/src/sbin/isakmpd/
DDESIGN-NOTES138 to use for human beings, for things like deleting SAs manually. The simplest
/openbsd/src/gnu/usr.bin/texinfo/doc/
Duserdoc.texi640 the size of windows, selecting which window is active, and for deleting
727 @cindex windows, deleting
1127 When set to @code{On}, creating or deleting a window resizes other
/openbsd/src/gnu/lib/libreadline/doc/
Dhstech.texinfo183 Clear the history list by deleting all the entries.
/openbsd/src/gnu/llvm/llvm/docs/
DHowToUpdateDebugInfo.rst191 Note that after deleting ``%d``, all uses of its operand ``%c`` become
/openbsd/src/gnu/usr.bin/binutils/etc/
Dmake-stds.texi685 Like @samp{clean}, but may refrain from deleting a few files that people
904 Typically, a pre-uninstall command would be used for deleting entries

12345678