Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/util/
H A Drfc2047.c104 char *startofmime, *endofmime; in decode_rfc2047() local
146 startofmime = p + 2; in decode_rfc2047()
155 strncpy(charset, startofmime, pp - startofmime); in decode_rfc2047()
158 startofmime = pp + 1; in decode_rfc2047()
161 if (*startofmime != 'B' && *startofmime != 'b' && in decode_rfc2047()
162 *startofmime != 'Q' && *startofmime != 'q') in decode_rfc2047()
167 *startofmime == 'q'); in decode_rfc2047()
168 startofmime++; in decode_rfc2047()
171 if (*startofmime != '?') in decode_rfc2047()
173 startofmime++; in decode_rfc2047()
[all …]