HomeSort by: relevance | last modified time | path
    Searched defs:keep (Results 1 - 25 of 72) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_unlinker.h 30 the "keep" method. */
47 /* Keep the file, rather than unlink it. */
48 void keep () function in class:gdb::unlinker
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_unlinker.h 30 the "keep" method. */
47 /* Keep the file, rather than unlink it. */
48 void keep () function in class:gdb::unlinker
  /src/external/gpl3/gcc/dist/gcc/
obstack-utils.h 24 // unless told not to via keep (). It automatically converts to an
40 // watermark.keep ();
48 // watermark.keep ();
71 obstack_watermark (obstack *ob) : m_obstack (ob) { keep (); }
76 void keep () { m_start = XOBNEWVAR (m_obstack, char, 0); } function in class:obstack_watermark
  /src/external/gpl3/gcc.old/dist/gcc/
obstack-utils.h 24 // unless told not to via keep (). It automatically converts to an
40 // watermark.keep ();
48 // watermark.keep ();
71 obstack_watermark (obstack *ob) : m_obstack (ob) { keep (); }
76 void keep () { m_start = XOBNEWVAR (m_obstack, char, 0); } function in class:obstack_watermark
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
driver.h 32 bool keep; member in struct:nvif_driver
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
66 void keep() { Installer.Keep = true; } function in class:llvm::ToolOutputFile
  /src/external/apache2/llvm/dist/llvm/lib/Remarks/
RemarkLinker.cpp 53 Remark &RemarkLinker::keep(std::unique_ptr<Remark> Remark) { function in class:RemarkLinker
97 keep(std::move(*Next));
  /src/external/gpl3/binutils/dist/bfd/
elf-ifunc.c 156 or we are building a PIC object, we must keep dynamic relocation
161 bool keep = false; local
167 keep = true;
176 if (keep)
177 goto keep;
202 keep:
elf-sframe.c 269 /* Decode the buffer and keep decoded contents for later use.
317 bool keep; local
326 keep = false;
341 keep = !(*reloc_symbol_deleted_p) (func_desc_offset, cookie);
343 if (!keep)
  /src/external/gpl3/binutils.old/dist/bfd/
elf-ifunc.c 156 or we are building a PIC object, we must keep dynamic relocation
161 bool keep = false; local
167 keep = true;
176 if (keep)
177 goto keep;
202 keep:
elf-sframe.c 232 /* Decode the buffer and keep decoded contents for later use.
280 bool keep; local
289 keep = false;
304 keep = !(*reloc_symbol_deleted_p) (func_desc_offset, cookie);
306 if (!keep)
  /src/external/gpl3/gdb.old/dist/bfd/
elf-ifunc.c 156 or we are building a PIC object, we must keep dynamic relocation
161 bool keep = false; local
167 keep = true;
176 if (keep)
177 goto keep;
202 keep:
elf-sframe.c 214 /* Decode the buffer and keep decoded contents for later use.
261 bool keep; local
270 keep = false;
285 keep = !(*reloc_symbol_deleted_p) (func_desc_offset, cookie);
287 if (!keep)
  /src/external/gpl3/gdb/dist/bfd/
elf-ifunc.c 156 or we are building a PIC object, we must keep dynamic relocation
161 bool keep = false; local
167 keep = true;
176 if (keep)
177 goto keep;
202 keep:
elf-sframe.c 232 /* Decode the buffer and keep decoded contents for later use.
280 bool keep; local
289 keep = false;
304 keep = !(*reloc_symbol_deleted_p) (func_desc_offset, cookie);
306 if (!keep)
  /src/sys/arch/atari/stand/ahdilabel/
write.c 54 int fd, i, j, k, firstxgm, keep, cksum_ok; local
274 keep = 0;
275 if (ioctl (fd, DIOCKLABEL, &keep) < 0) {
  /src/usr.bin/crunch/crunchide/
crunchide.c 32 * global symbols. Allows the user to supply a "keep list" of symbols
131 "Usage: %s [-k keep-symbol] [-f keep-list-file] object-file\n"
139 static struct keep { struct
140 struct keep *next;
147 struct keep *newp, *prevp, *curp;
159 newp = (struct keep *) malloc(sizeof(struct keep));
163 fprintf(stderr, "%s: out of memory for keep list\n", getprogname());
177 struct keep *curp
    [all...]
  /src/external/bsd/tcpdump/dist/
print-chdlc.c 133 } keep; member in union:cisco_slarp::__anon8044
173 GET_BE_U_4(slarp->un.keep.myseq),
174 GET_BE_U_4(slarp->un.keep.yourseq),
175 GET_BE_U_2(slarp->un.keep.rel));
  /src/external/mit/isl/dist/
isl_multi_templ.c 710 isl_size total, keep; local
722 keep = isl_space_dim(space, isl_dim_out);
723 if (keep < 0)
726 isl_dim_out, keep, total - keep);
738 isl_size total, keep; local
750 keep = isl_space_dim(space, isl_dim_out);
751 if (keep < 0)
753 multi = FN(MULTI(BASE),drop_dims)(multi, isl_dim_out, 0, total - keep);
765 isl_size total, keep; local
    [all...]
  /src/external/bsd/unbound/dist/edns-subnet/
addrtree.c 219 int keep = node->edge[0] && node->edge[1]; local
223 if (keep || !parent_edge) return;
  /src/external/bsd/ekermit/dist/
main.c 94 int keep = 0; /* Keep incompletely received files */ variable
129 fprintf(stderr," -k Keep incompletely received files\n");
255 case 'k': /* Keep incompletely received files */
256 keep = 1;
342 k.ikeep = keep; /* Keep incompletely received files */
439 continue; /* Keep looping */
  /src/external/gpl3/gdb.old/dist/gdb/
psymtab.h 565 the tables can be kept by calling the "keep" method. */
582 /* Keep any partial symbol tables that were built. */
583 void keep () function in class:psymtab_discarder
  /src/external/gpl3/gdb/dist/gdb/
psymtab.h 565 the tables can be kept by calling the "keep" method. */
582 /* Keep any partial symbol tables that were built. */
583 void keep () function in class:psymtab_discarder
  /src/sbin/dkctl/
dkctl.c 386 int keep; local
396 keep = yn == YES;
398 if (ioctl(fd, DIOCKLABEL, &keep) == -1)
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
posix.c 169 bool keep = true; local
203 keep = false;
223 if (keep && ifp->ifa_addr != NULL && (
230 keep = false;
241 keep = true;
247 // If keep is false, this is a new interface/address.
248 if (!keep) {

Completed in 50 milliseconds

1 2 3