Home
last modified time | relevance | path

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

/bootable/recovery/minadbd/
Dfdevent.c332 size_t max_chars = FD_SETSIZE * 6 + 1; in dump_all_fds() local
336 printed_out = snprintf(pb, max_chars, __VA_ARGS__); \ in dump_all_fds()
341 if (max_chars < (unsigned int)printed_out) { \ in dump_all_fds()
346 max_chars -= printed_out; \ in dump_all_fds()