Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/dma/
H A Dmail.c424 if (strprefixcmp(line, "Date:") == 0) in readmail()
426 else if (strprefixcmp(line, "Message-Id:") == 0) in readmail()
428 else if (strprefixcmp(line, "From:") == 0) in readmail()
430 else if (strprefixcmp(line, "Bcc:") == 0) in readmail()
441 strprefixcmp(line, "To:") == 0 || in readmail()
442 strprefixcmp(line, "Cc:") == 0 || in readmail()
443 strprefixcmp(line, "Bcc:") == 0)) { in readmail()
H A Ddma.h238 int strprefixcmp(const char *, const char *);
H A Dutil.c325 strprefixcmp(const char *str, const char *prefix) in strprefixcmp() function