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

/freebsd-10.0-release/crypto/openssl/util/
H A Dmk1mf.pl647 $defs.=&do_defs("HEADER",$header,"\$(INCL_D)","");
650 $defs.=&do_defs("EXHEADER",$exheader,"\$(INCO_D)","");
653 $defs.=&do_defs("T_OBJ",$test,"\$(OBJ_D)",$obj);
656 $defs.=&do_defs("E_OBJ",$e_exe,"\$(OBJ_D)",$obj);
674 $defs.=&do_defs(${_}."OBJ",$lib_obj,"\$(OBJ_D)",$obj);
692 $defs.=&do_defs("T_EXE",$test,"\$(TEST_D)",$exep);
700 $defs.=&do_defs("E_SHLIB",$engines . $otherlibs,"\$(ENG_D)",$shlibp);
864 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 163 milliseconds