OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fmt_left
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/gen/
xsyslog.c
152
size_t tbuf_left,
fmt_left
, msgsdlen;
local
265
for (t = fmt_cpy,
fmt_left
= FMT_LEN; (ch = *fmt) != '\0'; ++fmt) {
270
prlen = snprintf_ss(t,
fmt_left
, "Error %d",
273
prlen = strlcpy(t, buf,
fmt_left
);
274
if (prlen >=
fmt_left
)
275
prlen =
fmt_left
- 1;
278
fmt_left
-= prlen;
279
} else if (ch == '%' && fmt[1] == '%' &&
fmt_left
> 2) {
283
fmt_left
-= 2;
285
if (
fmt_left
> 1)
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026