| /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_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_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)
|
| 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 },
|
| 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) {
|
| 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
|
| 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
|
| 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)
|
| 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 &&
|
| 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",
|
| 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...] |
| 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...] |