Searched refs:outdir (Results 1 – 16 of 16) sorted by relevance
/freebsd/tools/tools/sortbench/ |
H A D | bench.py | 39 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 D | outeperm.sh | 1 mkdir -p outdir 2 chmod 555 outdir 5 rmdir outdir
|
H A D | outdir.sh | 1 mkdir -p outdir 4 cat outdir/outfile.c 5 rm -r outdir
|
H A D | outeperm.experr | 1 unifdef: can't create outdir/outfile.c: Permission denied
|
/freebsd/contrib/bc/tests/bc/ |
H A D | timeconst.sh | 72 outdir=$(dirname "$out1") 75 if [ ! -d "$outdir" ]; then 76 mkdir -p "$outdir"
|
/freebsd/contrib/bc/tests/ |
H A D | stdin.sh | 74 outdir=$(dirname "$out") 77 if [ ! -d "$outdir" ]; then 78 mkdir -p "$outdir"
|
H A D | other.sh | 163 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"
|
H A D | test.sh | 99 outdir=$(dirname "$out") 102 if [ ! -d "$outdir" ]; then 103 mkdir -p "$outdir"
|
H A D | errors.sh | 75 outdir=$(dirname "$out") 78 if [ ! -d "$outdir" ]; then 79 mkdir -p "$outdir"
|
H A D | error.sh | 92 outdir=$(dirname "$out") 95 if [ ! -d "$outdir" ]; then 96 mkdir -p "$outdir"
|
H A D | read.sh | 78 outdir=$(dirname "$out") 81 if [ ! -d "$outdir" ]; then 82 mkdir -p "$outdir"
|
H A D | script.sh | 153 outdir=$(dirname "$out") 156 if [ ! -d "$outdir" ]; then 157 mkdir -p "$outdir"
|
/freebsd/contrib/ncurses/progs/ |
H A D | tic.c | 644 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 D | ca.c | 283 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL; in ca_main() local 404 outdir = opt_arg(); in ca_main() 666 if ((outdir == NULL) && (req)) { in ca_main() 668 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); in ca_main() 669 if (outdir == NULL) { in ca_main() 682 if (app_isdir(outdir) <= 0) { in ca_main() 683 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir); in ca_main() 684 perror(outdir); in ca_main() 1085 outdirlen = OPENSSL_strlcpy(new_cert, outdir, sizeof(new_cert)); in ca_main()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 123 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 D | openssl-ca.pod.in | 48 [B<-outdir> I<dir>] 141 =item B<-outdir> I<directory> 474 The same as the B<-outdir> command line option. It specifies 633 flag is used, but PEM format if sending to stdout or the B<-outdir>
|