OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strout
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
output.c
369
struct output
strout
;
local
372
strout
.nextc = outbuf;
373
strout
.nleft = length;
374
strout
.fd = BLOCK_OUT;
375
strout
.flags = 0;
376
doformat(&
strout
, fmt, ap);
377
outc('\0', &
strout
);
378
if (
strout
.flags & OUTPUT_ERR)
output.c
369
struct output
strout
;
local
372
strout
.nextc = outbuf;
373
strout
.nleft = length;
374
strout
.fd = BLOCK_OUT;
375
strout
.flags = 0;
376
doformat(&
strout
, fmt, ap);
377
outc('\0', &
strout
);
378
if (
strout
.flags & OUTPUT_ERR)
Completed in 30 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026