Home
last modified time | relevance | path

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

/openssl-master/tools/
A Dc_rehash.in119 unlink $_ || warn "Can't unlink $_, $!\n";
/openssl-master/apps/
A Drehash.c425 if (unlink(buf) < 0 && errno != ENOENT) { in do_dir()
447 if (unlink(buf) < 0 && errno != ENOENT) { in do_dir()
A Ds_server.c2229 unlink(host); in s_server_main()
/openssl-master/
A De_os.h261 # define unlink _unlink macro
/openssl-master/apps/lib/
A Ds_socket.c434 unlink(host); in do_server()
/openssl-master/doc/man1/
A Dopenssl-s_server.pod.in17 [B<-unlink>]
187 =item B<-unlink>
189 For -unix, unlink any existing socket first.
/openssl-master/test/
A DREADME.ssltest.md236 unlink glob $tmp_file;
/openssl-master/Configurations/
A Dwindows-makefile.tmpl461 "$(PERL)" -e "map { m/(.*)\.dll$$/; unlink glob """{.,apps,test,fuzz}/$$1.*"""; } @ARGV" $(SHLIBS)

Completed in 19 milliseconds