Home
last modified time | relevance | path

Searched defs:safe (Results 1 – 22 of 22) sorted by relevance

/openbsd/usr.bin/openssl/
H A Dprime.c64 int safe; member
/openbsd/games/mille/
H A Dmisc.c126 int i, safe, miles; in check_ext() local
H A Dcomp.c50 CARD safe, oppos; in calcmove() local
/openbsd/sys/dev/pci/drm/ttm/
H A Dttm_execbuf_util.c93 struct ttm_validate_buffer *safe = entry; in ttm_eu_reserve_buffers() local
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DBaseState.pm34 sub safe($self, $string) subroutine
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm494 sub safe { $_[0]->{SAFE} = $_[1] if @_ > 1; $_[0]->{SAFE} }; subroutine
/openbsd/usr.bin/awk/
H A Dmain.c56 bool safe = false; /* true => "safe" mode */ variable
/openbsd/usr.sbin/eigrpd/
H A Dneighbor.c210 struct nbr *nbr, *safe; in nbr_clear_ctl() local
H A Drde.c472 struct rde_nbr *nbr, *safe; in rde_instance_del() local
H A Drde_dual.c1234 struct rt_node *rn, *safe; in rde_check_link_down_nbr() local
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dprotector.c1079 rtx safe = 0; in copy_args_for_protection() local
1099 rtx safe = gen_reg_rtx (GET_MODE (DECL_RTL (parms))); in copy_args_for_protection() local
1120 rtx safe = 0, orig = XEXP (DECL_RTL (parms), 0); in copy_args_for_protection() local
H A Doptabs.c2641 expand_abs (mode, op0, target, result_unsignedp, safe) in expand_abs() argument
H A Dreload.c159 int safe; /* Nonzero if this can't conflict with anything. */ member
/openbsd/lib/libcrypto/bn/
H A Dbn_prime.c156 BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, in BN_generate_prime_ex()
/openbsd/usr.sbin/ldpd/
H A Dldpe.c717 struct tnbr *tnbr, *safe; in ldpe_remove_dynamic_tnbrs() local
H A Dlde_lib.c891 struct fec *fec, *safe; in lde_gc_timer() local
/openbsd/gnu/llvm/lld/MachO/
H A DConfig.h67 safe, enumerator
/openbsd/gnu/gcc/libcpp/
H A Dcharset.c861 bool safe; in ucn_valid_in_identifier() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp979 static ScalarizationResult safe() { return {StatusTy::Safe}; } in safe() function in __anonf099b6550411::ScalarizationResult
/openbsd/gnu/usr.bin/perl/
H A Dmg.c3664 void *uap PERL_UNUSED_DECL, bool safe) in Perl_perly_sighandler()
/openbsd/gnu/gcc/gcc/
H A Dreload.c167 int safe; /* Nonzero if this can't conflict with anything. */ member
H A Doptabs.c2874 int result_unsignedp, int safe) in expand_abs()