Searched refs:infix (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.bin/mail/
H A Dextern.h56 FILE *infix(struct header *, FILE *);
H A Dsend.c359 if ((mtf = infix(hp, mtf)) == NULL) {
456 infix(struct header *hp, FILE *fi) function
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp3158 bool contains( std::string const& s, std::string const& infix );
13592 bool contains( std::string const& s, std::string const& infix ) {
13593 return s.find( infix ) != std::string::npos;

Completed in 121 milliseconds