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

1 2

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
gen_free.c 47 free_type (const char *name, const Type *t, int preserve)
52 free_type (name, t->symbol->type, preserve);
90 if ((t->type == TSequence || t->type == TChoice) && preserve)
178 free_type (name, t->subtype, preserve);
191 int preserve = preserve_type(s->name) ? TRUE : FALSE; local
198 free_type ("data", s->type, preserve);
gen_copy.c 51 copy_type (const char *from, const char *to, const Type *t, int preserve)
56 copy_type (from, to, t->symbol->type, preserve);
89 if ((t->type == TSequence || t->type == TChoice) && preserve) {
218 copy_type (from, to, t->subtype, preserve);
233 int preserve = preserve_type(s->name) ? TRUE : FALSE; local
242 copy_type ("from", "to", s->type, preserve);
gen_decode.c 678 int preserve = preserve_type(s->name) ? TRUE : FALSE; local
715 if (preserve)
722 if (preserve)
main.c 42 static getarg_strings preserve; variable
49 for (i = 0; i < preserve.num_strings; i++)
50 if (strcmp(preserve.strings[i], p) == 0)
82 { "preserve-binary", 0, arg_strings, &preserve, NULL, NULL },
template.c 937 int preserve = (t->tt & A1_HF_PRESERVE); local
941 if (preserve) {
  /src/external/gpl3/gcc/dist/libcc1/
context.hh 98 // Preserve a tree during the plugin's operation.
99 tree preserve (tree t) function in struct:cc1_plugin::plugin_context
  /src/external/gpl3/gcc.old/dist/libcc1/
context.hh 98 // Preserve a tree during the plugin's operation.
99 tree preserve (tree t) function in struct:cc1_plugin::plugin_context
  /src/usr.bin/timeout/
timeout.c 65 fprintf(stderr, "Usage: %s [--signal sig | -s sig] [--preserve-status]"
188 int foreground, preserve; local
209 foreground = preserve = 0;
215 { "preserve-status", no_argument, NULL, 'p'},
234 preserve = 1;
360 if (timedout && !preserve)
  /src/usr.sbin/sysinst/arch/x68k/
md.c 135 /* preserve first 64 sectors for system. */
138 /* preserve existing partitions? */
193 int preserve; local
201 preserve = ask_noyes(NULL);
214 if (!preserve &&
  /src/external/bsd/pkg_install/dist/lib/
plist.c 515 Boolean preserve; local
523 preserve = find_plist_option(pkg, "preserve") ? TRUE : FALSE;
600 int restored = 0; /* restored from preserve? */
660 if (preserve && name) {
666 warn("preserve: unable to restore %s as %s",
  /src/external/gpl3/gdb.old/dist/bfd/
format.c 134 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve,
137 preserve->tdata = abfd->tdata.any;
138 preserve->arch_info = abfd->arch_info;
139 preserve->flags = abfd->flags;
140 preserve->iovec = abfd->iovec;
141 preserve->iostream = abfd->iostream;
142 preserve->sections = abfd->sections;
143 preserve->section_last = abfd->section_last;
144 preserve->section_count = abfd->section_count;
145 preserve->section_id = _bfd_section_id
389 struct bfd_preserve preserve, preserve_match; local
    [all...]
  /src/external/bsd/zstd/dist/tests/cli-tests/
run.py 201 preserve: bool,
209 self.preserve = preserve
372 If :Options.preserve: was set then we save the scratch directory and
376 if self._opts.preserve:
409 If :Options.preserve: is set we save the exit code to the
412 if self._opts.preserve:
502 if not self._opts.preserve:
519 if not self._opts.preserve:
633 "generally correct. Pass --preserve to preserve test output for debugging,\n
716 preserve=args.preserve, variable
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
format.c 136 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve,
139 preserve->tdata = abfd->tdata.any;
140 preserve->arch_info = abfd->arch_info;
141 preserve->flags = abfd->flags;
142 preserve->iovec = abfd->iovec;
143 preserve->iostream = abfd->iostream;
144 preserve->sections = abfd->sections;
145 preserve->section_last = abfd->section_last;
146 preserve->section_count = abfd->section_count;
147 preserve->section_id = _bfd_section_id
456 struct bfd_preserve preserve, preserve_match; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
format.c 162 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve,
165 preserve->tdata = abfd->tdata.any;
166 preserve->arch_info = abfd->arch_info;
167 preserve->flags = abfd->flags;
168 preserve->iovec = abfd->iovec;
169 preserve->iostream = abfd->iostream;
170 preserve->sections = abfd->sections;
171 preserve->section_last = abfd->section_last;
172 preserve->section_count = abfd->section_count;
173 preserve->section_id = _bfd_section_id
467 struct bfd_preserve preserve, preserve_match; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
format.c 134 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve,
137 preserve->tdata = abfd->tdata.any;
138 preserve->arch_info = abfd->arch_info;
139 preserve->flags = abfd->flags;
140 preserve->iovec = abfd->iovec;
141 preserve->iostream = abfd->iostream;
142 preserve->sections = abfd->sections;
143 preserve->section_last = abfd->section_last;
144 preserve->section_count = abfd->section_count;
145 preserve->section_id = _bfd_section_id
409 struct bfd_preserve preserve, preserve_match; local
    [all...]
  /src/usr.bin/mail/
cmd3.c 590 * Preserve the named messages, so that they will be sent
594 preserve(void *v) function
601 (void)printf("Cannot \"preserve\" in edit mode\n");
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PassManager.h 176 template <typename AnalysisT> void preserve() { preserve(AnalysisT::ID()); } function in class:llvm::PreservedAnalyses
180 void preserve(AnalysisKey *ID) { function in class:llvm::PreservedAnalyses
  /src/external/mit/isl/dist/
isl_tab.h 126 * If "preserve" is set, then we want to keep all constraints in the
176 unsigned preserve : 1; member in struct:isl_tab
isl_coalesce.c 4005 int preserve; local
4019 preserve = isl_options_get_coalesce_preserve_locals(ctx);
4020 if (!preserve && info[i].bmap->n_div == info[j].bmap->n_div) {
  /src/sys/kern/
vfs_bio.c 1211 int err, preserve; local
1235 preserve = 1;
1251 preserve = 0;
1262 if (allocbuf(bp, size, preserve)) {
1308 allocbuf(buf_t *bp, int size, int preserve)
1340 if (preserve)
  /src/usr.bin/ftp/
ftp_var.h 223 GLOBAL int preserve; /* preserve modification time on files */ variable
  /src/crypto/external/bsd/openssl.old/dist/apps/
ca.c 67 #define ENV_PRESERVE "preserve"
136 static int preserve = 0; variable
296 /* preserve=1; */
364 preserve = 1;
554 preserve = 1;
1582 if (preserve) {
  /src/crypto/external/apache2/openssl/dist/apps/
ca.c 69 #define ENV_PRESERVE "preserve"
143 static int preserve = 0; variable
397 /* preserve=1; */
481 preserve = 1;
667 preserve = 1;
1683 if (preserve) {
  /src/crypto/external/bsd/openssl/dist/apps/
ca.c 67 #define ENV_PRESERVE "preserve"
142 static int preserve = 0; variable
343 /* preserve=1; */
425 preserve = 1;
622 preserve = 1;
1687 if (preserve) {
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 1373 void preserve (bytes_in &bytes ATTRIBUTE_UNUSED) function in class:elf::elf_in
19506 victim->from ()->preserve (victim->slurp->macro_defs);
19509 victim->from ()->preserve (victim->slurp->macro_tbl);
20219 /* Preserve the state of the line-map. */

Completed in 56 milliseconds

1 2