Searched refs:std_out (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/share/examples/pf/ |
| H A D | faq-example2 | 15 altq on fxp0 priq bandwidth 610Kb queue { std_out, ssh_im_out, dns_out, \ 19 # std_out - the standard queue. any filter rule below that does not 26 queue std_out priq(default) 67 queue(std_out, tcp_ack_out) 72 queue(std_out, ssh_im_out)
|
| /freebsd-13.1/usr.sbin/watch/ |
| H A D | watch.c | 77 int std_in = 0, std_out = 1; variable 293 if (isatty(std_out)) in main() 435 rv = write(std_out, buf, nread); in main()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 855 auto &std_out = result.GetOutputStream(); in DoExecute() local 863 std_out.Printf("isa = 0x%" PRIx64, iterator->first); in DoExecute() 864 std_out.Printf(" name = %s", class_name); in DoExecute() 865 std_out.Printf(" instance size = %" PRIu64, in DoExecute() 867 std_out.Printf(" num ivars = %" PRIuPTR, in DoExecute() 870 std_out.Printf(" superclass = %s", in DoExecute() 873 std_out.Printf("\n"); in DoExecute() 877 std_out.Printf( in DoExecute() 887 [&std_out](const char *name, const char *type) -> bool { in DoExecute() 892 [&std_out](const char *name, const char *type) -> bool { in DoExecute() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 713 boolean_t dryrun, parsable, progress, embed_data, std_out; member 1016 FILE *fout = sdd->std_out ? stdout : stderr; in dump_snapshot() 2208 sdd.std_out = B_TRUE; in zfs_send() 2209 fout = sdd.std_out ? stdout : stderr; in zfs_send()
|