Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/sendbug/
Dsendbug.c39 int matchline(const char *, const char *, size_t);
483 matchline(const char *s, const char *line, size_t linelen) in matchline() function
529 if (matchline(">Category:", buf, len)) in checkfile()
531 else if (matchline(">Synopsis:", buf, len)) in checkfile()
533 else if (matchline("Subject:", buf, len)) in checkfile()
/openbsd/src/usr.sbin/unbound/testcode/
Dtestpkts.c110 static void matchline(char* line, struct entry* e) in matchline() function
599 matchline(parse, current); in read_entry()