Home
last modified time | relevance | path

Searched refs:unlink (Results 1 – 10 of 10) sorted by relevance

/openssl/tools/
H A Dc_rehash.in142 unlink $_ || warn "Can't unlink $_, $!\n";
/openssl/include/internal/
H A De_os.h240 # define unlink _unlink macro
/openssl/apps/
H A Drehash.c443 if (unlink(buf) < 0 && errno != ENOENT) { in do_dir()
465 if (unlink(buf) < 0 && errno != ENOENT) { in do_dir()
H A Dcmp.c2408 if (unlink(file) != 0 && errno != ENOENT) { in delete_file()
H A Ds_server.c2334 unlink(host); in s_server_main()
/openssl/apps/lib/
H A Ds_socket.c458 unlink(host); in do_server()
/openssl/
H A Dconfigdata.pm.in192 unlink "${configuration_h}.new"
/openssl/doc/man1/
H A Dopenssl-s_server.pod.in17 [B<-unlink>]
195 =item B<-unlink>
197 For -unix, unlink any existing socket first.
/openssl/test/
H A DREADME.ssltest.md236 unlink glob $tmp_file;
/openssl/Configurations/
H A Dwindows-makefile.tmpl470 "$(PERL)" -e "map { m/(.*)\.dll$$/; unlink glob """{.,apps,test,fuzz}/$$1.*"""; } @ARGV" $(SHLIBS)

Completed in 50 milliseconds