Home
last modified time | relevance | path

Searched refs:outdir (Results 1 – 16 of 16) 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 Dother.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"
H A Derrors.sh75 outdir=$(dirname "$out")
78 if [ ! -d "$outdir" ]; then
79 mkdir -p "$outdir"
H A Dtest.sh99 outdir=$(dirname "$out")
102 if [ ! -d "$outdir" ]; then
103 mkdir -p "$outdir"
H A Derror.sh92 outdir=$(dirname "$out")
95 if [ ! -d "$outdir" ]; then
96 mkdir -p "$outdir"
H A Dread.sh78 outdir=$(dirname "$out")
81 if [ ! -d "$outdir" ]; then
82 mkdir -p "$outdir"
H A Dscript.sh153 outdir=$(dirname "$out")
156 if [ ! -d "$outdir" ]; then
157 mkdir -p "$outdir"
/freebsd/contrib/ncurses/progs/
H A Dtic.c644 show_databases(const char *outdir) in show_databases() argument
650 if (outdir == NULL) { in show_databases()
651 outdir = _nc_tic_dir(NULL); in show_databases()
657 tried = outdir; in show_databases()
660 if ((outdir = _nc_home_terminfo())) { in show_databases()
665 tried = outdir; in show_databases()
708 char *outdir = (char *) NULL; in main() local
784 show_databases(outdir); in main()
835 outdir = optarg; in main()
981 _nc_set_writedir(outdir); in main()
[all …]
/freebsd/crypto/openssl/apps/
H A Dca.c283 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 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.in48 [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>