Home
last modified time | relevance | path

Searched defs:preserve (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/heimdal/lib/asn1/
H A Dgen_free.c45 free_type (const char *name, const Type *t, int preserve) in free_type()
181 int preserve = preserve_type(s->name) ? TRUE : FALSE; in generate_type_free() local
H A Dgen_copy.c49 copy_type (const char *from, const char *to, const Type *t, int preserve) in copy_type()
230 int preserve = preserve_type(s->name) ? TRUE : FALSE; in generate_type_copy() local
H A Dmain.c42 static getarg_strings preserve; variable
H A Dgen_decode.c666 int preserve = preserve_type(s->name) ? TRUE : FALSE; generate_type_decode() local
H A Dtemplate.c930 int preserve = (t->tt & A1_HF_PRESERVE); _asn1_copy() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAnalysis.h131 template <typename AnalysisT> void preserve() { preserve(AnalysisT::ID()); } in preserve() function
135 void preserve(AnalysisKey *ID) { in preserve() function
/freebsd/bin/timeout/
H A Dtimeout.c180 int foreground, preserve; in main() local
/freebsd/sys/x86/xen/
H A Dxen_arch_intr.c130 xen_arch_isrc_t preserve; member
/freebsd/usr.bin/mail/
H A Dcmd3.c280 preserve(void *v) in preserve() function
/freebsd/contrib/tnftp/src/
H A Dftp_var.h226 GLOBAL int preserve; /* preserve modification time on files */ variable
/freebsd/crypto/openssl/apps/
H A Dca.c142 static int preserve = 0; variable