Searched refs:out_name (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dccache_name.c41 const char **out_name)
50 if (out_name) {
68 *out_name = last_out_name;
39 _gsskrb5_krb5_ccache_name(OM_uint32 *minor_status, const char *name, const char **out_name) argument
/freebsd-12-stable/include/protocols/
H A Drwhod.h46 char out_name[8]; /* user id */ member in struct:outmp
/freebsd-12-stable/contrib/atf/atf-c/
H A Dutils.c259 atf_dynstr_t out_name; local
260 init_out_filename(&out_name, getpid(), "out", false);
265 atf_utils_redirect(STDOUT_FILENO, atf_dynstr_cstring(&out_name));
269 atf_dynstr_fini(&out_name);
421 atf_dynstr_t out_name; local
422 init_out_filename(&out_name, pid, "out", true);
427 atf_utils_cat_file(atf_dynstr_cstring(&out_name), "subprocess stdout: ");
438 atf_utils_copy_file(atf_dynstr_cstring(&out_name),
441 ATF_REQUIRE(atf_utils_compare_file(atf_dynstr_cstring(&out_name),
454 ATF_REQUIRE(unlink(atf_dynstr_cstring(&out_name)) !
[all...]
H A Dutils_test.c246 atf_dynstr_t out_name; local
247 RE(atf_dynstr_init_fmt(&out_name, "atf_utils_fork_%d_out.txt", (int)pid));
252 read_file(atf_dynstr_cstring(&out_name), buffer, sizeof(buffer));
258 atf_dynstr_fini(&out_name);
/freebsd-12-stable/usr.bin/rwho/
H A Drwho.c202 (int)sizeof(mp->myutmp.out_name),
203 (int)sizeof(mp->myutmp.out_name),
204 mp->myutmp.out_name, width, buf, cbuf);
241 rc = strncmp(MYUTMP(u1)->myutmp.out_name, MYUTMP(u2)->myutmp.out_name,
242 sizeof(MYUTMP(u2)->myutmp.out_name));
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp90 static bool ParseCommandOutput(const char *str, uptr addr, char **out_name, argument
116 *out_name = symbol_name;
/freebsd-12-stable/usr.bin/indent/
H A Dindent.c91 const char *out_name = "Standard Output"; /* will always point to name variable
244 out_name = argv[i]; /* remember name of output file */
245 if (strcmp(in_name, out_name) == 0) { /* attempt to overwrite
249 output = fopen(out_name, "w");
251 err(1, "%s", out_name);
265 out_name = in_name;
273 err(EXIT_FAILURE, "unable to limit rights for %s", out_name);
/freebsd-12-stable/contrib/atf/atf-c++/
H A Dutils_test.cpp237 std::ostringstream out_name; local
238 out_name << "atf_utils_fork_" << pid << "_out.txt";
242 ATF_REQUIRE_EQ("Child stdout\n", read_file(out_name.str()));
/freebsd-12-stable/kerberos5/lib/libgssapi_krb5/
H A Dgss_krb5.c498 const char **out_name)
503 if (out_name)
504 *out_name = NULL;
496 gss_krb5_ccache_name(OM_uint32 *minor_status, const char *name, const char **out_name) argument
/freebsd-12-stable/usr.sbin/rwhod/
H A Drwhod.c478 strncpy(we->we_utmp.out_name, ut->ut_user,
479 sizeof(we->we_utmp.out_name));
744 printf("%-8.8s %s:%s %.12s", we->we_utmp.out_name,
/freebsd-12-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_krb5.c519 const char **out_name)
527 if (out_name)
528 *out_name = NULL;
517 gss_krb5_ccache_name(OM_uint32 *minor_status, const char *name, const char **out_name) argument

Completed in 88 milliseconds