Home
last modified time | relevance | path

Searched refs:out_path (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dcred_verify.c108 char *out_path = NULL; in cred_verify() local
133 out_path = optarg; in cred_verify()
150 out_f = open_write(out_path); in cred_verify()
H A Dcred_make.c143 char *out_path = NULL; in cred_make() local
171 out_path = optarg; in cred_make()
197 out_f = open_write(out_path); in cred_make()
H A Dassert_get.c216 char *out_path = NULL; in assert_get() local
240 out_path = optarg; in assert_get()
271 out_f = open_write(out_path); in assert_get()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/
H A Dgenerate_header_inclusion_tests.py197 out_path = os.path.join(test_path, test_name)
198 with open(out_path, 'w', newline='\n') as f:
H A Dgenerate_feature_test_macro_components.py1025 out_path = os.path.join(macro_test_path, test_name)
1026 with open(out_path, 'w', newline='\n') as f:
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dsmtp-sink.c555 const char *out_path; in mail_file_finish() local
562 out_path = STR(exp_path_template(shared_template, state->start_time)); in mail_file_finish()
570 if ((out_fp = vstream_fopen(out_path, OUT_OPEN_FLAGS, OUT_OPEN_MODE)) in mail_file_finish()
572 make_parent_dir(out_path, 0755); in mail_file_finish()
573 out_fp = vstream_fopen(out_path, OUT_OPEN_FLAGS, OUT_OPEN_MODE); in mail_file_finish()
576 msg_fatal("open %s: %m", out_path); in mail_file_finish()
590 msg_fatal("append file %s: %m", out_path); in mail_file_finish()
595 msg_fatal("append file %s: %m", out_path); in mail_file_finish()
/netbsd-src/external/bsd/kyua-testers/dist/
H A Datf_main.c123 goto out_path; in create_file_in_work_directory()
129 out_path: in create_file_in_work_directory()