Home
last modified time | relevance | path

Searched refs:binname (Results 1 – 4 of 4) sorted by relevance

/openssl/test/
H A Dca_internals_test.c15 #define binname "ca_internals_test" macro
32 TEST_error("Usage: %s: do_updatedb dbfile testdate need64bit\n", binname); in test_do_updatedb()
83 TEST_error("%s: no command specified for testing\n", binname); in setup_tests()
90 TEST_error("%s: command '%s' is not supported for testing\n", binname, command); in setup_tests()
/openssl/Configurations/platform/
H A DBASE.pm25 sub binname { return $_[1] } # Name of executable binary subroutine
35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() }
/openssl/Configurations/platform/Windows/
H A DMSVC.pm41 return platform::BASE::__concat($_[0]->binname($_[1]), $_[0]->pdbext());
/openssl/Configurations/
H A Ddescrip.mms.tmpl1370 my $binname = platform->binname($args{bin});
1438 @ OPEN/WRITE/SHARE=READ OPT_FILE $binname.OPT
1442 TYPE $binname.OPT ! For debugging
1443 - pipe SPAWN/WAIT/NOLOG/OUT=$binname.LINKLOG -
1444 LINK ${bin_ldflags}/EXEC=\$\@ $binname.OPT/OPT \$(BIN_EX_LIBS) ; -
1448 pipe SEARCH $binname.LINKLOG "%","-"/MATCH=AND | -
1459 -@ IF .NOT. link_severity THEN TYPE $binname.LINKLOG
1460 -@ DELETE $binname.LINKLOG;*
1462 - PURGE $bin,$binname.OPT

Completed in 10 milliseconds