Home
last modified time | relevance | path

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

/freebsd-13-stable/tools/tools/sortbench/
HDbench.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-13-stable/contrib/unifdef/tests/
HDouteperm.sh1 mkdir -p outdir
2 chmod 555 outdir
5 rmdir outdir
HDoutdir.sh1 mkdir -p outdir
4 cat outdir/outfile.c
5 rm -r outdir
HDouteperm.experr1 unifdef: can't create outdir/outfile.c: Permission denied
/freebsd-13-stable/contrib/bc/tests/bc/
HDtimeconst.sh72 outdir=$(dirname "$out1")
75 if [ ! -d "$outdir" ]; then
76 mkdir -p "$outdir"
/freebsd-13-stable/contrib/bc/tests/
HDstdin.sh74 outdir=$(dirname "$out")
77 if [ ! -d "$outdir" ]; then
78 mkdir -p "$outdir"
HDother.sh163 outdir=$(dirname "$redefine_out")
165 if [ ! -d "$outdir" ]; then
166 mkdir -p "$outdir"
279 outdir=$(dirname "$easter_out")
281 if [ ! -d "$outdir" ]; then
282 mkdir -p "$outdir"
303 outdir=$(dirname "$ext_reg_out")
305 if [ ! -d "$outdir" ]; then
306 mkdir -p "$outdir"
HDtest.sh99 outdir=$(dirname "$out")
102 if [ ! -d "$outdir" ]; then
103 mkdir -p "$outdir"
HDerrors.sh75 outdir=$(dirname "$out")
78 if [ ! -d "$outdir" ]; then
79 mkdir -p "$outdir"
HDerror.sh92 outdir=$(dirname "$out")
95 if [ ! -d "$outdir" ]; then
96 mkdir -p "$outdir"
HDread.sh78 outdir=$(dirname "$out")
81 if [ ! -d "$outdir" ]; then
82 mkdir -p "$outdir"
HDscript.sh153 outdir=$(dirname "$out")
156 if [ ! -d "$outdir" ]; then
157 mkdir -p "$outdir"
/freebsd-13-stable/contrib/ncurses/progs/
HDtic.c639 show_databases(const char *outdir) in show_databases() argument
641 bool specific = (outdir != 0) || getenv("TERMINFO") != 0; in show_databases()
645 if (outdir == 0) { in show_databases()
646 outdir = _nc_tic_dir(0); in show_databases()
648 if ((result = valid_db_path(outdir)) != 0) { in show_databases()
652 tried = outdir; in show_databases()
655 if ((outdir = _nc_home_terminfo())) { in show_databases()
656 if ((result = valid_db_path(outdir)) != 0) { in show_databases()
660 tried = outdir; in show_databases()
704 char *outdir = (char *) NULL; in main() local
[all …]
/freebsd-13-stable/crypto/openssl/apps/
HDca.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()
988 outdirlen = OPENSSL_strlcpy(new_cert, outdir, sizeof(new_cert)); in ca_main()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
HDAnalysisConsumer.cpp123 AnalysisConsumer(CompilerInstance &CI, const std::string &outdir, in AnalysisConsumer() argument
127 PP(CI.getPreprocessor()), OutDir(outdir), Opts(opts), in AnalysisConsumer()
/freebsd-13-stable/crypto/openssl/doc/man1/
HDca.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>