Searched refs:tailstr (Results 1 – 1 of 1) sorted by relevance
738 static const char tailstr[] = "-----\n"; variable741 #define TAILLEN ((int)(sizeof(tailstr) - 1))774 || strncmp(linebuf + len - TAILLEN, tailstr, TAILLEN) != 0); in get_name()874 strncmp(p + namelen, tailstr, TAILLEN) != 0) { in get_header_and_data()
Completed in 4 milliseconds