Home
last modified time | relevance | path

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

/freebsd-13.1/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; in generate_type_decode() local
H A Dtemplate.c930 int preserve = (t->tt & A1_HF_PRESERVE); in _asn1_copy() local
/freebsd-13.1/usr.bin/timeout/
H A Dtimeout.c167 int foreground, preserve; in main() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h176 template <typename AnalysisT> void preserve() { preserve(AnalysisT::ID()); } in preserve() function
180 void preserve(AnalysisKey *ID) { in preserve() function
/freebsd-13.1/usr.bin/mail/
H A Dcmd3.c288 preserve(void *v) in preserve() function
/freebsd-13.1/contrib/tnftp/src/
H A Dftp_var.h226 GLOBAL int preserve; /* preserve modification time on files */ variable
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dxml.c600 svn_boolean_t preserve, in amalgamate()
/freebsd-13.1/crypto/openssl/apps/
H A Dca.c136 static int preserve = 0; variable
/freebsd-13.1/sys/dev/usb/controller/
H A Dxhci.c1568 xhci_cmd_reset_ep(struct xhci_softc *sc, uint8_t preserve, in xhci_cmd_reset_ep()