Searched refs:ENDLEN (Results 1 – 1 of 1) sorted by relevance
740 #define ENDLEN ((int)(sizeof(endstr) - 1)) macro847 if (!strncmp(linebuf, endstr, ENDLEN) || got_header == IN_HEADER) in get_header_and_data()870 if (strncmp(linebuf, endstr, ENDLEN) == 0) { in get_header_and_data()871 p = linebuf + ENDLEN; in get_header_and_data()