Searched refs:do_defs (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/crypto/openssl/util/
H A Dmk1mf.pl648 $defs.=&do_defs("HEADER",$header,"\$(INCL_D)","");
651 $defs.=&do_defs("EXHEADER",$exheader,"\$(INCO_D)","");
654 $defs.=&do_defs("T_OBJ",$test,"\$(OBJ_D)",$obj);
657 $defs.=&do_defs("E_OBJ",$e_exe,"\$(OBJ_D)",$obj);
675 $defs.=&do_defs(${_}."OBJ",$lib_obj,"\$(OBJ_D)",$obj);
693 $defs.=&do_defs("T_EXE",$test,"\$(TEST_D)",$exep);
701 $defs.=&do_defs("E_SHLIB",$engines . $otherlibs,"\$(ENG_D)",$shlibp);
865 sub do_defs subroutine
H A Dmkdef.pl356 my @ssl_symbols = &do_defs("SSLEAY", $ssl, $symhacks);
357 my @crypto_symbols = &do_defs("LIBEAY", $crypto, $symhacks);
422 sub do_defs subroutine
1411 # Existence will be proven later, in do_defs

Completed in 106 milliseconds