Searched refs:strprefixcmp (Results 1 – 3 of 3) sorted by relevance
424 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()
238 int strprefixcmp(const char *, const char *);
325 strprefixcmp(const char *str, const char *prefix) in strprefixcmp() function