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

/freebsd-9.3-release/crypto/openssl/util/
H A Dmk1mf.pl752 $defs.=&do_defs("HEADER",$header,"\$(INCL_D)","");
755 $defs.=&do_defs("EXHEADER",$exheader,"\$(INCO_D)","");
758 $defs.=&do_defs("T_OBJ",$test,"\$(OBJ_D)",$obj);
761 $defs.=&do_defs("E_OBJ",$e_exe,"\$(OBJ_D)",$obj);
854 $defs.=&do_defs(${_}."OBJ",$lib_obj,"\$(OBJ_D)",$obj);
875 $defs.=&do_defs("T_EXE",$test,"\$(TEST_D)",$exep);
908 $defs.=&do_defs("E_SHLIB",$engines,"\$(ENG_D)",$shlibp);
1100 sub do_defs subroutine
H A Dmkdef.pl318 my @ssl_symbols = &do_defs("SSLEAY", $ssl, $symhacks);
319 my @crypto_symbols = &do_defs("LIBEAY", $crypto, $symhacks);
384 sub do_defs subroutine
1356 # Existence will be proven later, in do_defs

Completed in 159 milliseconds