Home
last modified time | relevance | path

Searched refs:out_name (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/atf/atf-c/
H A Dutils.c262 atf_dynstr_t out_name; in atf_utils_fork() local
263 init_out_filename(&out_name, getpid(), "out", false); in atf_utils_fork()
268 atf_utils_redirect(STDOUT_FILENO, atf_dynstr_cstring(&out_name)); in atf_utils_fork()
272 atf_dynstr_fini(&out_name); in atf_utils_fork()
431 atf_dynstr_t out_name; in atf_utils_wait() local
432 init_out_filename(&out_name, pid, "out", true); in atf_utils_wait()
437 atf_utils_cat_file(atf_dynstr_cstring(&out_name), "subprocess stdout: "); in atf_utils_wait()
448 atf_utils_copy_file(atf_dynstr_cstring(&out_name), in atf_utils_wait()
451 ATF_REQUIRE(atf_utils_compare_file(atf_dynstr_cstring(&out_name), in atf_utils_wait()
464 ATF_REQUIRE(unlink(atf_dynstr_cstring(&out_name)) != -1); in atf_utils_wait()
H A Dutils_test.c246 atf_dynstr_t out_name; in ATF_TC_BODY() local
247 RE(atf_dynstr_init_fmt(&out_name, "atf_utils_fork_%d_out.txt", (int)pid)); in ATF_TC_BODY()
252 read_file(atf_dynstr_cstring(&out_name), buffer, sizeof(buffer)); in ATF_TC_BODY()
258 atf_dynstr_fini(&out_name); in ATF_TC_BODY()
/freebsd/usr.bin/rwho/
H A Drwho.c187 (int)sizeof(mp->myutmp.out_name), in main()
188 (int)sizeof(mp->myutmp.out_name), in main()
189 mp->myutmp.out_name, width, buf, cbuf); in main()
226 rc = strncmp(MYUTMP(u1)->myutmp.out_name, MYUTMP(u2)->myutmp.out_name, in utmpcmp()
227 sizeof(MYUTMP(u2)->myutmp.out_name)); in utmpcmp()
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dccache_name.c41 const char **out_name) in _gsskrb5_krb5_ccache_name() argument
50 if (out_name) { in _gsskrb5_krb5_ccache_name()
68 *out_name = last_out_name; in _gsskrb5_krb5_ccache_name()
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_kerb.c42 char *out_name; in test_425_conv_principal() local
49 retval = krb5_unparse_name(ctx, princ, &out_name); in test_425_conv_principal()
55 name, inst, realm, out_name); in test_425_conv_principal()
56 free(out_name); in test_425_conv_principal()
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dset_ccache.c59 if (req->out_name == NULL) in gss_krb5int_ccache_name()
79 *req->out_name = cur_name; in gss_krb5int_ccache_name()
H A Dgssapi_krb5.c252 kg_get_ccache_name(OM_uint32 *minor_status, char **out_name) in kg_get_ccache_name() argument
259 *out_name = NULL; in kg_get_ccache_name()
263 *out_name = strdup(kg_ccache_name); in kg_get_ccache_name()
264 err = (*out_name == NULL) ? ENOMEM : 0; in kg_get_ccache_name()
271 *out_name = (def_name != NULL) ? strdup(def_name) : NULL; in kg_get_ccache_name()
272 err = (*out_name == NULL) ? ENOMEM : 0; in kg_get_ccache_name()
H A Dkrb5_gss_glue.c237 const char **out_name) in gss_krb5_ccache_name() argument
247 req.out_name = out_name; in gss_krb5_ccache_name()
H A Dgssapi_krb5.h203 const char **out_name);
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py1118 out_name = ""
1120 out_name += "#ifndef USE_ISO14888_3_ECRDSA"+"/* For "+test_name+" */\n"
1121 out_name += "#ifdef WITH_HASH_"+hashfunc_name.upper()+"/* For "+test_name+" */\n"
1122 out_name += "#ifdef WITH_CURVE_"+curve.name.upper()+"/* For "+test_name+" */\n"
1123 out_name += "#ifdef WITH_SIG_"+sig_alg_name.upper()+"/* For "+test_name+" */\n"
1124 out_name += "\t&"+test_name+"_test_case,\n"
1125 out_name += "#endif /* WITH_HASH_"+hashfunc_name+" for "+test_name+" */\n"
1126 out_name += "#endif /* WITH_CURVE_"+curve.name+" for "+test_name+" */\n"
1127 out_name += "#endif /* WITH_SIG_"+sig_alg_name+" for "+test_name+" */"
1129 out_name += "\n#endif /* !USE_ISO14888_3_ECRDSA */"+"/* For "+test_name+" */"
[all …]
/freebsd/usr.bin/indent/
H A Dindent.c82 const char *out_name = "Standard Output"; /* will always point to name variable
234 out_name = argv[i]; /* remember name of output file */ in main()
235 if (strcmp(in_name, out_name) == 0) { /* attempt to overwrite in main()
239 output = fopen(out_name, "w"); in main()
241 err(1, "%s", out_name); in main()
255 out_name = in_name; in main()
263 err(EXIT_FAILURE, "unable to limit rights for %s", out_name); in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp105 static bool ParseCommandOutput(const char *str, uptr addr, char **out_name, in ParseCommandOutput()
131 *out_name = symbol_name; in ParseCommandOutput()
102 ParseCommandOutput(const char * str,uptr addr,char ** out_name,char ** out_module,char ** out_file,uptr * line,uptr * start_address) ParseCommandOutput() argument
/freebsd/include/protocols/
H A Drwhod.h42 char out_name[8]; /* user id */ member
/freebsd/crypto/krb5/src/ccapi/lib/
H A Dccapi_context.h43 cc_string_t *out_name);
H A Dccapi_ccache.h47 cc_string_t *out_name);
H A Dccapi_context.c312 cc_string_t *out_name) in ccapi_context_get_default_ccache_name() argument
321 if (!out_name ) { err = cci_check_error (ccErrBadParam); } in ccapi_context_get_default_ccache_name()
348 err = cci_string_new (out_name, name); in ccapi_context_get_default_ccache_name()
H A Dccapi_ccache.c234 cc_string_t *out_name) in ccapi_ccache_get_name() argument
242 if (!out_name ) { err = cci_check_error (ccErrBadParam); } in ccapi_ccache_get_name()
256 err = cci_string_new (out_name, name); in ccapi_ccache_get_name()
H A Dccapi_v2.c405 char **out_name) in cc_get_name() argument
412 if (!out_name ) { err = cci_check_error (ccErrBadParam); } in cc_get_name()
421 *out_name = string; in cc_get_name()
/freebsd/contrib/atf/atf-c++/
H A Dutils_test.cpp237 std::ostringstream out_name; in ATF_TEST_CASE_BODY() local
238 out_name << "atf_utils_fork_" << pid << "_out.txt"; in ATF_TEST_CASE_BODY()
242 ATF_REQUIRE_EQ("Child stdout\n", read_file(out_name.str())); in ATF_TEST_CASE_BODY()
/freebsd/usr.sbin/rwhod/
H A Drwhod.c463 strncpy(we->we_utmp.out_name, ut->ut_user, in sender_process()
464 sizeof(we->we_utmp.out_name)); in sender_process()
729 printf("%-8.8s %s:%s %.12s", we->we_utmp.out_name, in Sendto()
/freebsd/kerberos5/lib/libgssapi_krb5/
H A Dgss_krb5.c496 const char **out_name) in gss_krb5_ccache_name() argument
501 if (out_name) in gss_krb5_ccache_name()
502 *out_name = NULL; in gss_krb5_ccache_name()
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_krb5.c519 const char **out_name) in gss_krb5_ccache_name() argument
527 if (out_name) in gss_krb5_ccache_name()
528 *out_name = NULL; in gss_krb5_ccache_name()
/freebsd/crypto/krb5/src/include/
H A DCredentialsCache.h673 cc_string_t *out_name);
966 cc_string_t *out_name);
H A DCredentialsCache2.h217 char **out_name)
/freebsd/crypto/krb5/src/ccapi/server/
H A Dccs_cache_collection.c430 char **out_name) in ccs_cache_collection_get_next_unique_ccache_name() argument
437 if (!out_name ) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_get_next_unique_ccache_name()
467 *out_name = name; in ccs_cache_collection_get_next_unique_ccache_name()

12