/freebsd/contrib/atf/atf-c/ |
H A D | utils.c | 262 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 D | utils_test.c | 246 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 D | rwho.c | 187 (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 D | ccache_name.c | 41 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/libecc/scripts/ |
H A D | expand_libecc.py | 1118 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 D | indent.c | 82 const char *out_name = "Standard Output"; /* will always point to name variable 235 out_name = argv[i]; /* remember name of output file */ in main() 236 if (strcmp(in_name, out_name) == 0) { /* attempt to overwrite in main() 240 output = fopen(out_name, "w"); in main() 242 err(1, "%s", out_name); in main() 256 out_name = in_name; in main() 264 err(EXIT_FAILURE, "unable to limit rights for %s", out_name); in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_mac.cpp | 105 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 D | rwhod.h | 42 char out_name[8]; /* user id */ member
|
/freebsd/contrib/atf/atf-c++/ |
H A D | utils_test.cpp | 237 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 D | rwhod.c | 463 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 D | gss_krb5.c | 496 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 D | gss_krb5.c | 519 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/heimdal/lib/gssapi/ |
H A D | ChangeLog | 1879 set krb5 name, using out_name argument makes function no longer
|