Home
last modified time | relevance | path

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

/freebsd/tools/tools/sortbench/
H A Dbench.py39 outdir = "stats" variable
40 datadir = '{}/data'.format(outdir)
64 with open('{}/{}'.format(outdir, test), 'w+') as f:
68 command += '> {}/{}stats'.format(outdir, test)
/freebsd/contrib/unifdef/tests/
H A Douteperm.sh1 mkdir -p outdir
2 chmod 555 outdir
5 rmdir outdir
H A Doutdir.sh1 mkdir -p outdir
4 cat outdir/outfile.c
5 rm -r outdir
H A Douteperm.experr1 unifdef: can't create outdir/outfile.c: Permission denied
/freebsd/contrib/bc/tests/bc/
H A Dtimeconst.sh72 outdir=$(dirname "$out1")
75 if [ ! -d "$outdir" ]; then
76 mkdir -p "$outdir"
/freebsd/contrib/bc/tests/
H A Dstdin.sh74 outdir=$(dirname "$out")
77 if [ ! -d "$outdir" ]; then
78 mkdir -p "$outdir"
H A Dtest.sh90 outdir=$(dirname "$out")
93 if [ ! -d "$outdir" ]; then
94 mkdir -p "$outdir"
H A Derror.sh92 outdir=$(dirname "$out")
95 if [ ! -d "$outdir" ]; then
96 mkdir -p "$outdir"
H A Derrors.sh75 outdir=$(dirname "$out")
78 if [ ! -d "$outdir" ]; then
79 mkdir -p "$outdir"
H A Dscript.sh144 outdir=$(dirname "$out")
147 if [ ! -d "$outdir" ]; then
148 mkdir -p "$outdir"
/freebsd/contrib/sqlite3/autosetup/
H A Dsystem.tcl292 set outdir [file dirname $out]
295 file mkdir $outdir
298 define srcdir [relative-path [file join $::autosetup(srcdir) $outdir] $outdir]
299 define top_srcdir [relative-path $::autosetup(srcdir) $outdir]
/freebsd/contrib/ncurses/progs/
H A Dtic.c644 show_databases(const char *outdir) in show_databases() argument
646 bool specific = (outdir != 0) || getenv("TERMINFO") != 0; in show_databases()
650 if (outdir == NULL) { in show_databases()
651 outdir = _nc_tic_dir(NULL); in show_databases()
653 if ((result = valid_db_path(outdir)) != 0) { in show_databases()
657 tried = outdir; in show_databases()
660 if ((outdir = _nc_home_terminfo())) { in show_databases()
661 if ((result = valid_db_path(outdir)) != 0) { in show_databases()
665 tried = outdir; in show_databases()
708 char *outdir = (char *) NULL; in main() local
[all …]
/freebsd/crypto/openssl/apps/
H A Dca.c289 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; in ca_main() local
415 outdir = opt_arg(); in ca_main()
655 if ((outdir == NULL) && (req)) { in ca_main()
657 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); in ca_main()
658 if (outdir == NULL) { in ca_main()
671 if (app_isdir(outdir) <= 0) { in ca_main()
672 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir); in ca_main()
673 perror(outdir); in ca_main()
1050 outdirlen = OPENSSL_strlcpy(new_cert, outdir, sizeof(new_cert)); in ca_main()
/freebsd/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(opts), in AnalysisConsumer()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ca.pod.in51 [B<-outdir> I<dir>]
154 =item B<-outdir> I<directory>
496 The same as the B<-outdir> command line option. It specifies
655 flag is used, but PEM format if sending to stdout or the B<-outdir>