Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/RPC/
H A Drpc_server.h120 Stderr = 3, in to_stream() enumerator
129 if (type == Stderr) in to_stream()
/freebsd/contrib/gdtoa/
H A Dprintf.c0284 #ifndef Stderr
285 #define Stderr stderr
294 #define stdout_or_err(f) (f == Stderr || f == stdout)
1578 Fprintf(Stderr, "%s: ", s);
1579 Fprintf(Stderr, "%s\n", strerror(errno));
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp193 case ShowIncludesDestination::Stderr: in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp2440 Opts.ShowIncludesDest = ShowIncludesDestination::Stderr; in ParseDependencyOutputArgs()