Searched refs:preserve (Results 1 - 25 of 265) sorted by relevance

1234567891011

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dgen_free.c45 free_type (const char *name, const Type *t, int preserve) argument
50 free_type (name, t->symbol->type, preserve);
80 if ((t->type == TSequence || t->type == TChoice) && preserve)
167 free_type (name, t->subtype, preserve);
180 int preserve = preserve_type(s->name) ? TRUE : FALSE; local
191 free_type ("data", s->type, preserve);
H A Dmain.c42 static getarg_strings preserve; variable
49 for (i = 0; i < preserve.num_strings; i++)
50 if (strcmp(preserve.strings[i], p) == 0)
75 { "preserve-binary", 0, arg_strings, &preserve },
H A Dgen_copy.c49 copy_type (const char *from, const char *to, const Type *t, int preserve) argument
54 copy_type (from, to, t->symbol->type, preserve);
86 if ((t->type == TSequence || t->type == TChoice) && preserve) {
209 copy_type (from, to, t->subtype, preserve);
224 int preserve = preserve_type(s->name) ? TRUE : FALSE; local
237 copy_type ("from", "to", s->type, preserve);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dgen_free.c45 free_type (const char *name, const Type *t, int preserve) argument
50 free_type (name, t->symbol->type, preserve);
80 if ((t->type == TSequence || t->type == TChoice) && preserve)
167 free_type (name, t->subtype, preserve);
180 int preserve = preserve_type(s->name) ? TRUE : FALSE; local
191 free_type ("data", s->type, preserve);
H A Dmain.c42 static getarg_strings preserve; variable
49 for (i = 0; i < preserve.num_strings; i++)
50 if (strcmp(preserve.strings[i], p) == 0)
75 { "preserve-binary", 0, arg_strings, &preserve },
H A Dgen_copy.c49 copy_type (const char *from, const char *to, const Type *t, int preserve) argument
54 copy_type (from, to, t->symbol->type, preserve);
86 if ((t->type == TSequence || t->type == TChoice) && preserve) {
209 copy_type (from, to, t->subtype, preserve);
224 int preserve = preserve_type(s->name) ? TRUE : FALSE; local
237 copy_type ("from", "to", s->type, preserve);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/asn1/
H A Dgen_free.c45 free_type (const char *name, const Type *t, int preserve) argument
50 free_type (name, t->symbol->type, preserve);
80 if ((t->type == TSequence || t->type == TChoice) && preserve)
167 free_type (name, t->subtype, preserve);
180 int preserve = preserve_type(s->name) ? TRUE : FALSE; local
191 free_type ("data", s->type, preserve);
H A Dmain.c42 static getarg_strings preserve; variable
49 for (i = 0; i < preserve.num_strings; i++)
50 if (strcmp(preserve.strings[i], p) == 0)
75 { "preserve-binary", 0, arg_strings, &preserve },
H A Dgen_copy.c49 copy_type (const char *from, const char *to, const Type *t, int preserve) argument
54 copy_type (from, to, t->symbol->type, preserve);
86 if ((t->type == TSequence || t->type == TChoice) && preserve) {
209 copy_type (from, to, t->subtype, preserve);
224 int preserve = preserve_type(s->name) ? TRUE : FALSE; local
237 copy_type ("from", "to", s->type, preserve);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Dioctl.c122 bool preserve; local
174 preserve = (args.preserve != 0);
176 return ocfs2_reflink_ioctl(inode, old_path, new_path, preserve);
185 bool preserve; local
208 preserve = (args.preserve != 0);
211 compat_ptr(args.new_path), preserve);
H A Docfs2_ioctl.h75 __u64 preserve; member in struct:reflink_arguments
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Dioctl.c122 bool preserve; local
174 preserve = (args.preserve != 0);
176 return ocfs2_reflink_ioctl(inode, old_path, new_path, preserve);
185 bool preserve; local
208 preserve = (args.preserve != 0);
211 compat_ptr(args.new_path), preserve);
H A Docfs2_ioctl.h75 __u64 preserve; member in struct:reflink_arguments
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delfcore.h81 struct bfd_preserve preserve; local
84 preserve.marker = NULL;
120 if (!bfd_preserve_save (abfd, &preserve))
126 preserve.marker = elf_tdata (abfd);
233 bfd_preserve_finish (abfd, &preserve);
249 if (preserve.marker != NULL)
250 bfd_preserve_restore (abfd, &preserve);
H A Dbfd.c1500 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve)
1502 preserve->tdata = abfd->tdata.any;
1503 preserve->arch_info = abfd->arch_info;
1504 preserve->flags = abfd->flags;
1505 preserve->sections = abfd->sections;
1506 preserve->section_last = abfd->section_last;
1507 preserve->section_count = abfd->section_count;
1508 preserve->section_htab = abfd->section_htab;
1539 bfd_preserve_restore (bfd *abfd, struct bfd_preserve *preserve)
1543 abfd->tdata.any = preserve
1497 bfd_preserve_save(bfd *abfd, struct bfd_preserve *preserve) argument
1536 bfd_preserve_restore(bfd *abfd, struct bfd_preserve *preserve) argument
1572 bfd_preserve_finish(bfd *abfd ATTRIBUTE_UNUSED, struct bfd_preserve *preserve) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delfcore.h81 struct bfd_preserve preserve; local
84 preserve.marker = NULL;
120 if (!bfd_preserve_save (abfd, &preserve))
126 preserve.marker = elf_tdata (abfd);
233 bfd_preserve_finish (abfd, &preserve);
249 if (preserve.marker != NULL)
250 bfd_preserve_restore (abfd, &preserve);
H A Dbfd.c1500 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve)
1502 preserve->tdata = abfd->tdata.any;
1503 preserve->arch_info = abfd->arch_info;
1504 preserve->flags = abfd->flags;
1505 preserve->sections = abfd->sections;
1506 preserve->section_last = abfd->section_last;
1507 preserve->section_count = abfd->section_count;
1508 preserve->section_htab = abfd->section_htab;
1539 bfd_preserve_restore (bfd *abfd, struct bfd_preserve *preserve)
1543 abfd->tdata.any = preserve
1497 bfd_preserve_save(bfd *abfd, struct bfd_preserve *preserve) argument
1536 bfd_preserve_restore(bfd *abfd, struct bfd_preserve *preserve) argument
1572 bfd_preserve_finish(bfd *abfd ATTRIBUTE_UNUSED, struct bfd_preserve *preserve) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delfcore.h81 struct bfd_preserve preserve; local
84 preserve.marker = NULL;
120 if (!bfd_preserve_save (abfd, &preserve))
126 preserve.marker = elf_tdata (abfd);
233 bfd_preserve_finish (abfd, &preserve);
249 if (preserve.marker != NULL)
250 bfd_preserve_restore (abfd, &preserve);
H A Dbfd.c1500 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve)
1502 preserve->tdata = abfd->tdata.any;
1503 preserve->arch_info = abfd->arch_info;
1504 preserve->flags = abfd->flags;
1505 preserve->sections = abfd->sections;
1506 preserve->section_last = abfd->section_last;
1507 preserve->section_count = abfd->section_count;
1508 preserve->section_htab = abfd->section_htab;
1539 bfd_preserve_restore (bfd *abfd, struct bfd_preserve *preserve)
1543 abfd->tdata.any = preserve
1497 bfd_preserve_save(bfd *abfd, struct bfd_preserve *preserve) argument
1536 bfd_preserve_restore(bfd *abfd, struct bfd_preserve *preserve) argument
1572 bfd_preserve_finish(bfd *abfd ATTRIBUTE_UNUSED, struct bfd_preserve *preserve) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsmb.conf133 ; preserve case = yes
134 ; short preserve case = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsmb.conf133 ; preserve case = yes
134 ; short preserve case = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsmb.conf133 ; preserve case = yes
134 ; short preserve case = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsmb.conf133 ; preserve case = yes
134 ; short preserve case = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsmb.conf133 ; preserve case = yes
134 ; short preserve case = yes
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsmb.conf133 ; preserve case = yes
134 ; short preserve case = yes

Completed in 141 milliseconds

1234567891011