Searched refs:end_string_offset (Results 1 – 1 of 1) sorted by relevance
16 int end_string_offset; in xmalloc_fgets_internal() local44 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()