Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/usr.sbin/watch/
H A Dwatch.c75 int std_in = 0, std_out = 1; variable
291 if (isatty(std_out)) in main()
433 rv = write(std_out, buf, nread); in main()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp948 auto &std_out = result.GetOutputStream(); in DoExecute() local
956 std_out.Printf("isa = 0x%" PRIx64, iterator->first); in DoExecute()
957 std_out.Printf(" name = %s", class_name); in DoExecute()
958 std_out.Printf(" instance size = %" PRIu64, in DoExecute()
960 std_out.Printf(" num ivars = %" PRIuPTR, in DoExecute()
963 std_out.Printf(" superclass = %s", in DoExecute()
966 std_out.Printf("\n"); in DoExecute()
970 std_out.Printf( in DoExecute()
980 [&std_out](const char *name, const char *type) -> bool { in DoExecute()
985 [&std_out](const char *name, const char *type) -> bool { in DoExecute()
[all …]
/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c737 boolean_t dryrun, parsable, progress, embed_data, std_out; member
1157 FILE *fout = sdd->std_out ? stdout : stderr; in dump_snapshot()
2422 sdd.std_out = B_TRUE; in zfs_send_cb_impl()
2423 fout = sdd.std_out ? stdout : stderr; in zfs_send_cb_impl()