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

123456

/macosx-10.9.5/Heimdal-323.92.1/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)
171 free_type (name, t->subtype, preserve);
184 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)
82 { "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) {
216 copy_type (from, to, t->subtype, preserve);
231 int preserve = preserve_type(s->name) ? TRUE : FALSE; local
240 copy_type ("from", "to", s->type, preserve);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delfcore.h80 struct bfd_preserve preserve; local
83 preserve.marker = NULL;
119 if (!bfd_preserve_save (abfd, &preserve))
125 preserve.marker = elf_tdata (abfd);
232 bfd_preserve_finish (abfd, &preserve);
248 if (preserve.marker != NULL)
249 bfd_preserve_restore (abfd, &preserve);
H A Dbfd.c1489 bfd_preserve_save (bfd *abfd, struct bfd_preserve *preserve)
1491 preserve->tdata = abfd->tdata.any;
1492 preserve->arch_info = abfd->arch_info;
1493 preserve->flags = abfd->flags;
1494 preserve->sections = abfd->sections;
1495 preserve->section_last = abfd->section_last;
1496 preserve->section_count = abfd->section_count;
1497 preserve->section_htab = abfd->section_htab;
1528 bfd_preserve_restore (bfd *abfd, struct bfd_preserve *preserve)
1532 abfd->tdata.any = preserve
1486 bfd_preserve_save(bfd *abfd, struct bfd_preserve *preserve) argument
1525 bfd_preserve_restore(bfd *abfd, struct bfd_preserve *preserve) argument
1561 bfd_preserve_finish(bfd *abfd ATTRIBUTE_UNUSED, struct bfd_preserve *preserve) argument
[all...]
H A Dpef.c581 struct bfd_preserve preserve; local
584 preserve.marker = NULL;
591 preserve.marker = bfd_zalloc (abfd, sizeof (bfd_pef_data_struct));
592 if (preserve.marker == NULL
593 || !bfd_preserve_save (abfd, &preserve))
597 (bfd_pef_data_struct *) preserve.marker) != 0)
600 bfd_preserve_finish (abfd, &preserve);
607 if (preserve.marker != NULL)
608 bfd_preserve_restore (abfd, &preserve);
1125 struct bfd_preserve preserve; local
[all...]
H A Dmach-o.c1570 struct bfd_preserve preserve; local
1573 preserve.marker = NULL;
1593 preserve.marker = bfd_zalloc (abfd, sizeof (bfd_mach_o_data_struct));
1594 if (preserve.marker == NULL
1595 || !bfd_preserve_save (abfd, &preserve))
1599 (bfd_mach_o_data_struct *) preserve.marker) != 0)
1602 bfd_preserve_finish (abfd, &preserve);
1609 if (preserve.marker != NULL)
1610 bfd_preserve_restore (abfd, &preserve);
1617 struct bfd_preserve preserve; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dreflect.h76 int preserve));
H A Dreflect.c597 RefExecuteCallback (c, interp, op, buf, bufLen, transmit, preserve)
604 int preserve; /* Preserve result of transformation interp ? y/n */
626 PRINT ("args = (%s | %d | %d | %d)\n", op, bufLen, transmit, preserve); FL;
631 if (preserve) {
632 PRINTLN ("preserve");
704 !preserve) {
775 if (preserve) {
788 if (preserve) {
/macosx-10.9.5/diskdev_cmds-572.1.1/fdisk.tproj/
H A Duser.c94 USER_write(disk, tt, preserve, force)
97 int preserve; /* Preserve partition table and just write boot code */
112 if (preserve)
119 if (preserve) {
/macosx-10.9.5/procmail-14/procmail/src/
H A Dvariables.h12 cleanupenv P((int preserve)),
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dbody.test80 test body-1.7a {preserve argument list: fixed arguments} {
84 test body-1.7b {preserve argument list: fixed arguments} {
88 test body-1.7c {preserve argument list: fixed arguments} {
92 test body-1.8a {preserve argument list: fixed arguments} {
96 test body-1.8b {preserve argument list: fixed arguments} {
100 test body-1.8c {preserve argument list: fixed arguments} {
104 test body-1.9a {preserve argument list: default arguments} {
108 test body-1.9b {preserve argument list: default arguments} {
112 test body-1.9c {preserve argument list: default arguments} {
116 test body-1.10a {preserve argumen
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dcp.c44 "\b--preserve\b \b--recursive\b.]"
52 "[p:preserve?Preserve file owner, group, permissions and timestamps.]"
148 #define PRESERVE_IDS 0x1 /* preserve uid gid */
149 #define PRESERVE_PERM 0x2 /* preserve permissions */
150 #define PRESERVE_TIME 0x4 /* preserve times */
165 int hierarchy; /* preserve hierarchy */
170 int perm; /* permissions to preserve */
173 int preserve; /* preserve { ids perms times } */ member in struct:State_s
202 * preserve suppor
206 preserve(State_t* state, const char* path, struct stat* ns, struct stat* os) function
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/xml/
H A Dxsl.vim27 \ 'preserve-space' : [[], {'elements' : []}],
31 \ 'stylesheet' : [['import', 'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param', 'preserve-space', 'strip-space', 'template'], {'id' : [], 'extension-element-prefixes' : [], 'version' : []}],
34 \ 'transform' : [['import', 'attribute-set', 'decimal-format', 'include', 'key', 'namespace-alias', 'output', 'param', 'preserve-space', 'strip-space', 'template'], {'id' : [], 'extension-element-prefixes' : [], 'exclude-result-prefixes' : [], 'version' : []}],
/macosx-10.9.5/mail_cmds-29/mail/
H A Dcmdtab.c66 { "preserve", preserve, W|MSGLIST, 0, MMNDEL },
116 { "hold", preserve, W|MSGLIST, 0, MMNDEL },
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/bin/
H A Dttree69 my $preserve = $config->preserve;
383 # stat the source file unconditionally, so we can preserve
414 if ($preserve) {
440 if ($preserve) {
571 'preserve|p' => { DEFAULT => 0 },
760 -p (--preserve) Preserve file ownership and permission
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/bin/
H A Dttree69 my $preserve = $config->preserve;
383 # stat the source file unconditionally, so we can preserve
414 if ($preserve) {
440 if ($preserve) {
571 'preserve|p' => { DEFAULT => 0 },
760 -p (--preserve) Preserve file ownership and permission
/macosx-10.9.5/libxml2-26/libxml2/
H A Dschematron.c131 int preserve; /* was the document passed by the user */ member in struct:_xmlSchematron
183 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchematronParserCtxt
566 if ((schema->doc != NULL) && (!(schema->preserve)))
688 ret->preserve = 1;
711 if (ctxt->doc != NULL && !ctxt->preserve)
1080 int preserve = 0; local
1100 ctxt->preserve = 0;
1113 ctxt->preserve = 0;
1116 preserve = 1;
1117 ctxt->preserve
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dschematron.c131 int preserve; /* was the document passed by the user */ member in struct:_xmlSchematron
183 int preserve; /* Whether the doc should be freed */ member in struct:_xmlSchematronParserCtxt
566 if ((schema->doc != NULL) && (!(schema->preserve)))
688 ret->preserve = 1;
711 if (ctxt->doc != NULL && !ctxt->preserve)
1080 int preserve = 0; local
1100 ctxt->preserve = 0;
1113 ctxt->preserve = 0;
1116 preserve = 1;
1117 ctxt->preserve
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclIOGT.c75 int bufLen, int transmit, int preserve));
90 * Codes for 'preserve' of 'ExecuteCallback'
366 ExecuteCallback (dataPtr, interp, op, buf, bufLen, transmit, preserve)
375 int preserve; /* Flag. If true the procedure will
395 if (preserve) {
451 (dataPtr->interp != interp) && !preserve) {
494 if (preserve) {
501 if (preserve) {
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A DNTMakefile122 --preserve-binary=OCSPTBSRequest \
123 --preserve-binary=OCSPResponseData \
131 --preserve-binary=CertificationRequestInfo \
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclIOGT.c65 int preserve);
79 * Codes for 'preserve' of 'ExecuteCallback'.
349 int preserve) /* Flag. If true the procedure will preserve
368 if (preserve == P_PRESERVE) {
403 && (preserve == P_NO_PRESERVE)) {
448 if (preserve == P_PRESERVE) {
454 if (preserve == P_PRESERVE) {
336 ExecuteCallback( TransformChannelData *dataPtr, Tcl_Interp *interp, unsigned char *op, unsigned char *buf, int bufLen, int transmit, int preserve) argument
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DCodeSigner.cpp229 if (CFNumberRef preserve = get<CFNumberRef>(kSecCodeSignerPreserveMetadata)) {
230 state.mPreserveMetadata = cfNumber<uint32_t>(preserve);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DCodeSigner.cpp229 if (CFNumberRef preserve = get<CFNumberRef>(kSecCodeSignerPreserveMetadata)) {
230 state.mPreserveMetadata = cfNumber<uint32_t>(preserve);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/CGRotation/
H A DController.py169 def setPreserveAspectRatio_(self, preserve):
170 self._preserveAspectRatio = preserve

Completed in 305 milliseconds

123456