Home
last modified time | relevance | path

Searched refs:outdir (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/tools/tools/sortbench/
H A Dbench.py41 outdir = "stats" variable
42 datadir = '{}/data'.format(outdir)
66 with open('{}/{}'.format(outdir, test), 'w+') as f:
70 command += '> {}/{}stats'.format(outdir, test)
/freebsd-13.1/contrib/bc/tests/bc/
H A Dtimeconst.sh56 outdir=$(dirname "$out1")
59 if [ ! -d "$outdir" ]; then
60 mkdir -p "$outdir"
/freebsd-13.1/contrib/bc/tests/
H A Derror.sh63 outdir=$(dirname "$out")
66 if [ ! -d "$outdir" ]; then
67 mkdir -p "$outdir"
H A Dstdin.sh61 outdir=$(dirname "$out")
64 if [ ! -d "$outdir" ]; then
65 mkdir -p "$outdir"
H A Dtest.sh80 outdir=$(dirname "$out")
83 if [ ! -d "$outdir" ]; then
84 mkdir -p "$outdir"
H A Derrors.sh62 outdir=$(dirname "$out")
65 if [ ! -d "$outdir" ]; then
66 mkdir -p "$outdir"
H A Dscript.sh132 outdir=$(dirname "$out")
135 if [ ! -d "$outdir" ]; then
136 mkdir -p "$outdir"
H A Dread.sh64 outdir=$(dirname "$out")
67 if [ ! -d "$outdir" ]; then
68 mkdir -p "$outdir"
H A Dother.sh146 outdir=$(dirname "$easter_out")
148 if [ ! -d "$outdir" ]; then
149 mkdir -p "$outdir"
212 outdir=$(dirname "$easter_out")
214 if [ ! -d "$outdir" ]; then
215 mkdir -p "$outdir"
/freebsd-13.1/contrib/ncurses/progs/
H A Dtic.c639 show_databases(const char *outdir) in show_databases() argument
645 if (outdir == 0) { in show_databases()
646 outdir = _nc_tic_dir(0); in show_databases()
652 tried = outdir; in show_databases()
655 if ((outdir = _nc_home_terminfo())) { in show_databases()
660 tried = outdir; in show_databases()
704 char *outdir = (char *) NULL; in main() local
779 show_databases(outdir); in main()
830 outdir = optarg; in main()
961 _nc_set_writedir(outdir); in main()
[all …]
/freebsd-13.1/crypto/openssl/apps/
H A Dca.c245 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; in ca_main() local
349 outdir = opt_arg(); in ca_main()
596 if ((outdir == NULL) && (req)) { in ca_main()
598 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); in ca_main()
599 if (outdir == NULL) { in ca_main()
612 if (app_isdir(outdir) <= 0) { in ca_main()
613 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir); in ca_main()
614 perror(outdir); in ca_main()
987 outdirlen = OPENSSL_strlcpy(new_cert, outdir, sizeof(new_cert)); in ca_main()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp123 AnalysisConsumer(CompilerInstance &CI, const std::string &outdir, in AnalysisConsumer() argument
127 PP(CI.getPreprocessor()), OutDir(outdir), Opts(std::move(opts)), in AnalysisConsumer()
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dca.pod41 [B<-outdir dir>]
119 =item B<-outdir directory>
422 The same as the B<-outdir> command line option. It specifies
580 flag is used, but PEM format if sending to stdout or the B<-outdir>