OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fmt_wrote
(Results
1 - 1
of
1
) sorted by null
/external/dhcpcd-6.8.2/
common.c
199
size_t fmt_left = sizeof(fmt_cpy) - 1,
fmt_wrote
;
local
212
fmt_wrote
= strlcpy(fp, serr, fmt_left);
213
if (
fmt_wrote
> fmt_left)
215
fp +=
fmt_wrote
;
216
fmt_left -=
fmt_wrote
;
Completed in 46 milliseconds