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

/freebsd-11-stable/usr.sbin/watch/
H A Dwatch.c79 int std_in = 0, std_out = 1; variable
295 if (isatty(std_out))
437 rv = write(std_out, buf, nread);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp607 auto &std_out = result.GetOutputStream(); variable
615 std_out.Printf("isa = 0x%" PRIx64, iterator->first);
616 std_out.Printf(" name = %s", class_name);
617 std_out.Printf(" instance size = %" PRIu64,
619 std_out.Printf(" num ivars = %" PRIuPTR,
622 std_out.Printf(" superclass = %s",
625 std_out.Printf("\n");
629 std_out.Printf(
638 [&std_out](const char *name, const char *type) -> bool {
639 std_out
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymmisc.c53 FILE *std_out; variable
1259 std_out = stdout;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c936 boolean_t verbose, dryrun, parsable, progress, embed_data, std_out; member in struct:send_dump_data
1210 FILE *fout = sdd->std_out ? stdout : stderr;
1910 sdd.std_out = B_TRUE;
1911 fout = sdd.std_out ? stdout : stderr;

Completed in 199 milliseconds