OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:printed_length
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/kyua-testers/dist/
env.c
67
const size_t
printed_length
= snprintf(buffer, length, "%s=%s", name,
local
69
assert(length ==
printed_length
+ 1);
text.c
106
const int
printed_length
= vsnprintf(buffer, length + 1, format, ap2);
local
108
assert(
printed_length
== length);
109
if (
printed_length
< 0) {
/src/external/bsd/tcpdump/dist/
print-ether.c
152
int
printed_length
;
local
215
printed_length
= 0;
224
printed_length
= 1;
278
if (!
printed_length
) {
280
printed_length
= 1;
319
if (!
printed_length
)
389
if (!
printed_length
)
/src/external/gpl2/texinfo/dist/info/
echo-area.c
987
int
printed_length
, k;
990
printed_length
= strlen (label);
995
for (k = 0; k < max_label -
printed_length
; k++)
984
int
printed_length
, k;
local
Completed in 52 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026