Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dfgets_str.c16 int end_string_offset; in xmalloc_fgets_internal() local
44 end_string_offset = idx - term_length; in xmalloc_fgets_internal()
45 if (end_string_offset >= 0 in xmalloc_fgets_internal()
46 && memcmp(&linebuf[end_string_offset], terminating_string, term_length) == 0 in xmalloc_fgets_internal()