Home
last modified time | relevance | path

Searched refs:std_out (Results 1 – 4 of 4) sorted by relevance

/freebsd/share/examples/pf/
H A Dfaq-example214 altq on fxp0 priq bandwidth 610Kb queue { std_out, ssh_im_out, dns_out, \
18 # std_out - the standard queue. any filter rule below that does not
25 queue std_out priq(default)
66 queue(std_out, tcp_ack_out)
71 queue(std_out, ssh_im_out)
/freebsd/usr.sbin/watch/
H A Dwatch.c74 int std_in = 0, std_out = 1; variable
290 if (isatty(std_out)) in main()
432 rv = write(std_out, buf, nread); in main()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp936 auto &std_out = result.GetOutputStream(); in DoExecute() local
944 std_out.Printf("isa = 0x%" PRIx64, iterator->first); in DoExecute()
945 std_out.Printf(" name = %s", class_name); in DoExecute()
946 std_out.Printf(" instance size = %" PRIu64, in DoExecute()
948 std_out.Printf(" num ivars = %" PRIuPTR, in DoExecute()
951 std_out.Printf(" superclass = %s", in DoExecute()
954 std_out.Printf("\n"); in DoExecute()
958 std_out.Printf( in DoExecute()
968 [&std_out](const char *name, const char *type) -> bool { in DoExecute()
969 std_out.Printf(" instance method name = %s type = %s\n", in DoExecute()
[all …]
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c738 boolean_t dryrun, parsable, progress, embed_data, std_out; member
1158 FILE *fout = sdd->std_out ? stdout : stderr; in dump_snapshot()
2423 sdd.std_out = B_TRUE; in zfs_send_cb_impl()
2424 fout = sdd.std_out ? stdout : stderr; in zfs_send_cb_impl()