Home
last modified time | relevance | path

Searched refs:do_store (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c472 static int do_store(SSL_CONF_CTX *cctx, in do_store() function
514 return do_store(cctx, NULL, value, NULL, 0); in cmd_ChainCAPath()
519 return do_store(cctx, value, NULL, NULL, 0); in cmd_ChainCAFile()
524 return do_store(cctx, NULL, NULL, value, 0); in cmd_ChainCAStore()
529 return do_store(cctx, NULL, value, NULL, 1); in cmd_VerifyCAPath()
534 return do_store(cctx, value, NULL, NULL, 1); in cmd_VerifyCAFile()
539 return do_store(cctx, NULL, NULL, value, 1); in cmd_VerifyCAStore()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h98 void do_store(char *, char *, int);
H A Dftpcmd.y288 do_store(name, "w", 0);
297 do_store(name, "a", 0);
573 do_store($3, "w", 1);
H A Dftpcmd.c1964 do_store(name, "w", 0); in yyparse()
1976 do_store(name, "a", 0); in yyparse()
2358 do_store((yyvsp[(3) - (5)].s), "w", 1); in yyparse()
H A Dftpd.c1101 do_store(char *name, char *mode, int unique) in do_store() function
/freebsd/crypto/heimdal/appl/ftp/
H A DChangeLog447 * ftpd/ftpd.c (do_store): call closefunc before claiming that