Home
last modified time | relevance | path

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

/coreutils/src/
Dnl.c116 static size_t footer_del_len; variable
392 if (len < 2 || footer_del_len < 2 in check_section()
401 if (len == footer_del_len in check_section()
402 && !memcmp (line_buf.buffer, footer_del, footer_del_len)) in check_section()
591 footer_del_len = len; in main()